Lucene search
+L

36 matches found

EUVD
EUVD
added 48 minutes ago3 views

EUVD-2026-55994

Affected versions of MISP cti-transmute expose several state-changing account operations as GET requests: /account/follow /account/deletenotification /account/marknotificationread /account/markallread These endpoints require authentication, but before the fix they could be invoked with simple GET...

5.3CVSS5AI score
SaveExploits0References2
CVE
CVE
added 4 hours ago9 views

CVE-2026-73162

CVE-2026-73162 affects MISP cti-transmute where several state-changing endpoints were exposed as unauthenticated GET requests: /account/follow, /account/delete_notification, /account/mark_notification_read, and /account/mark_all_read. The underlying issue is CSRF risk because these authenticated ...

5.3CVSS5AI score
SaveExploits0References1
EUVD
EUVD
added 4 hours ago4 views

EUVD-2026-55993

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 inserted tags without first...

5.1CVSS5.4AI score
SaveExploits0References1
CVE
CVE
added 4 hours ago8 views

CVE-2026-73161

CVE-2026-73161 affects certain versions of cti-transmute where the highlight() function mishandled conversion-table values passed to the search highlighting feature. The original implementation could return raw text when no query was supplied or perform a regex replace that inserted tags without...

5.1CVSS5.4AI score
SaveExploits0References1
EUVD
EUVD
added 4 hours ago6 views

EUVD-2026-55992

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

8.7CVSS5.5AI score
SaveExploits0References1
CVE
CVE
added 4 hours ago12 views

CVE-2026-73160

CVE-2026-73160 affects some versions of the cti-transmute project, with an SSRF vulnerability in the /fetch_misp_event and /misp_search_events endpoints. The root cause was a hostname validation flaw: the DNS resolution step did not ensure the hostname resolved to globally routable addresses, all...

8.7CVSS5.5AI score
SaveExploits0References1
Cvelist
Cvelist
added 4 hours ago7 views

CVE-2026-73160 cti-transmute Unauthenticated SSRF via Hostnames Resolving to Internal IP Addresses

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

8.7CVSS
SaveExploits0References1
CVE
CVE
added 4 hours ago10 views

CVE-2026-73159

CVE-2026-73159 affects certain versions of cti-transmute where a tag’s icon can be stored and later interpolated into HTML via Vue v-html. The root cause is user-supplied icon values that were used to build HTML strings like , enabling potential HTML injection when rendered in the viewer’s browse...

5.1CVSS5.4AI score
SaveExploits0References1
EUVD
EUVD
added 4 hours ago6 views

EUVD-2026-55979

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 user-supplied, a crafted value could break out of the intended...

5.1CVSS5.4AI score
SaveExploits0References1
EUVD
EUVD
added 4 hours ago5 views

EUVD-2026-55976

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 later displayed to...

5.1CVSS5.3AI score
SaveExploits0References1
CVE
CVE
added 4 hours ago13 views

CVE-2026-73158

CVE-2026-73158 affects cti-transmute; saved graph configurations can include style properties and an svgIcon value that Pivotick may render as HTML, enabling script execution in other viewers’ browsers. Root cause: insufficient validation of saved graph configuration data. The fix adds a strict s...

5.1CVSS5.3AI score
SaveExploits0References1
CVE
CVE
added 5 hours ago14 views

CVE-2026-73157

Vulnerability overview: CVE-2026-73157 affects the cti-transmute remote MISP event browser. The exploit stems from HTML interpolation of remote MISP fields (event IDs, info, organization names, tags, TLP, etc.), enabling injection of HTML/script content into the event-browser UI when a malicious/...

2.3CVSS5.3AI score
SaveExploits0References1
EUVD
EUVD
added 5 hours ago6 views

EUVD-2026-55975

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 error/flash text may be...

2.3CVSS5.3AI score
SaveExploits0References1
CVE
CVE
added 5 hours ago10 views

CVE-2026-73156

CVE-2026-73156 affects ct i-transmute: HTML-escaping is missing in ECharts Sunburst/Treemap tooltip formatters, allowing injected content via STIX/MISP-derived slice names. The fix adds formatter functions that call escapeHtml() on p.name, p.data.value, and p.value to prevent HTML/script executio...

5.3CVSS5.3AI score
SaveExploits0References1
EUVD
EUVD
added 5 hours ago5 views

EUVD-2026-55973

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, relationshiptype, pattern prefixes, and MISP category/type values. Since...

5.3CVSS5.3AI score
SaveExploits0References1
CVE
CVE
added 5 hours ago10 views

CVE-2026-73155

The CVE concerns cti-transmute: affected versions allow authenticated users to add or remove emoji reactions on private/inaccessible comments without checking visibility. Root cause: react() forwarded an attacker-controlled comment_id to comments_repo.toggle_reaction() after only syntactic existe...

5.3CVSS5.4AI score
SaveExploits0References1
EUVD
EUVD
added 5 hours ago6 views

EUVD-2026-55972

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 commentid directly to...

5.3CVSS5.4AI score
SaveExploits0References1
CVE
CVE
added 6 hours ago11 views

CVE-2026-73140

The CVE-2026-73140 issue affects cti-transmute: build_evaluation_report() exported evaluation reports without applying access controls to evaluation comments, allowing a user who can view a conversion to export Markdown/PDF reports containing private comments and the comment author’s name. The ro...

5.3CVSS5.4AI score
SaveExploits0References1
EUVD
EUVD
added 6 hours ago5 views

EUVD-2026-55970

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 privileges,...

5.3CVSS5.4AI score
SaveExploits0References1
NVD
NVD
added yesterday7 views

CVE-2026-72760

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

5.3CVSS
SaveExploits0References1
Rows per page
Query Builder