VYPR

Cti Transmute

by Misp

Source repositories

CVEs (17)

  • CVE-2026-73160HigAug 11, 2026
    risk 0.50cvss epss 0.00

    Affected versions of cti-transmute contain an SSRF vulnerability in the /fetch_misp_event and /misp_search_events endpoints. The URL validation routine checked whether a supplied hostname was itself an IP literal and rejected private, loopback, link-local, or reserved IPs.…

  • CVE-2026-69082HigAug 3, 2026
    risk 0.50cvss epss 0.00

    CTI-Transmute contained a cross-site request forgery vulnerability in the administrative user deletion functionality. The /account/delete/ endpoint accepted HTTP GET requests for an operation that modified application state. An unauthenticated remote attacker could…

  • CVE-2026-69079HigAug 3, 2026
    risk 0.50cvss epss 0.00

    CTI-Transmute contains an uncontrolled resource-consumption vulnerability in the unauthenticated /activity_timeline endpoint. The endpoint accepts a user-controlled days query parameter that was not restricted to a reasonable range. A remote, unauthenticated attacker could…

  • CVE-2026-69078HigAug 3, 2026
    risk 0.50cvss epss 0.00

    CTI-Transmute is affected by a server-side request forgery vulnerability in the evaluation report PDF-generation functionality. User-controlled CTI content, including conversion names, descriptions, and comments, is converted from Markdown to HTML and rendered as a PDF using…

  • CVE-2026-72759MedAug 10, 2026
    risk 0.38cvss epss 0.00

    In affected versions of MISP cti-transmute, the conversion-history details endpoint performs an incomplete authorization check. When a history record references a deleted conversion, the associated conversion lookup returns None. The previous logic only denied access when the…

  • CVE-2026-9806MedMay 28, 2026
    risk 0.34cvss epss 0.00

    A stored cross-site scripting (XSS) vulnerability exists in the notification panel of CTI Transmute in versions prior to the patched release. Notification messages containing user-controlled convert names were rendered in the notification bell dropdown using innerHTML without…

  • CVE-2026-73162MedAug 11, 2026
    risk 0.27cvss epss 0.00

    Affected versions of MISP cti-transmute expose several state-changing account operations as GET requests: * /account/follow * /account/delete_notification * /account/mark_notification_read * /account/mark_all_read These endpoints require…

  • CVE-2026-73156MedAug 11, 2026
    risk 0.27cvss epss 0.00

    Affected versions of cti-transmute fail to HTML-escape attacker-controlled values used in ECharts Sunburst and Treemap tooltip formatters. Slice names may originate directly from STIX or MISP data, including STIX types, relationship_type, pattern prefixes, and MISP category/type…

  • CVE-2026-73155MedAug 11, 2026
    risk 0.27cvss epss 0.00

    Affected versions of cti-transmute allow authenticated users to add or remove emoji reactions on comments without first checking whether those users are authorized to view the target comment. The vulnerable react() handler passed an attacker-controlled comment_id directly to…

  • CVE-2026-73140MedAug 11, 2026
    risk 0.27cvss epss 0.00

    Affected versions of cti-transmute fail to apply comment-level access-control rules when generating evaluation report exports. Although normal comment retrieval filters comments according to conversion visibility, comment privacy, ownership, authorship, and administrative…

  • CVE-2026-72760MedAug 10, 2026
    risk 0.27cvss epss 0.00

    Affected versions of MISP cti-transmute disclose users' email addresses through the account following-list endpoint. When an authenticated user follows another account, get_following() includes the followed user's email field in the API response alongside their name, user ID,…

  • CVE-2026-73161MedAug 11, 2026
    risk 0.26cvss epss 0.00

    Affected versions of cti-transmute improperly handle conversion-table values passed through the search highlighting feature. The highlight() function previously returned the underlying text directly when no search query was supplied, or performed a regex replacement that…

  • CVE-2026-73159MedAug 11, 2026
    risk 0.26cvss epss 0.00

    Affected versions of cti-transmute allow a tag's icon value to be stored and later interpolated into HTML through Vue's v-html. The helper mapIcon() previously constructed an HTML string directly from the icon value: Because the icon is…

  • CVE-2026-73158MedAug 11, 2026
    risk 0.26cvss epss 0.00

    Affected versions of cti-transmute insufficiently validate saved graph configuration data. Graph configurations can contain style properties that are later consumed by Pivotick, and Pivotick interprets svgIcon as HTML. Because saved configurations may be created by one user and…

  • CVE-2026-72751MedAug 10, 2026
    risk 0.26cvss epss 0.00

    CTI-Transmute is affected by a stored cross-site scripting (XSS) vulnerability in the conversion graph used to visualise converted MISP and STIX content. Attacker-controlled values originating from converted CTI data were passed to multiple HTML-parsing sinks in the graph user…

  • CVE-2026-71502MedAug 8, 2026
    risk 0.26cvss epss 0.00

    CTI-Transmute contains a stored cross-site scripting vulnerability caused by insufficient neutralization of Vue template expression delimiters in server-rendered user-controlled data. An unauthenticated attacker can create a public conversion whose name or description contains…

  • CVE-2026-73157LowAug 11, 2026
    risk 0.08cvss epss 0.00

    Affected versions of cti-transmute render data obtained from a remote MISP instance into the event-browser interface using HTML interpolation. Because fields such as event IDs, event information, organization names, tags, tag colors, TLP labels, distribution labels, and…