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 authentication, but before the fix they could be invoked with simple GET requests. That makes them susceptible to cross-site request forgery because a third-party site can induce the victim’s browser to send authenticated GET requests automatically.


The patch converts the actions to POST or DELETE and updates the frontend to include an X-CSRFToken header, providing explicit CSRF protection for those state-changing operations.

Project Subscriptions

Vendors Products
Cti-transmute Subscribe
Advisories

No advisories yet.

Fixes

Solution

No solution given by the vendor.


Workaround

No workaround given by the vendor.

History

Tue, 11 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
First Time appeared Misp
Misp cti-transmute
Vendors & Products Misp
Misp cti-transmute

Tue, 11 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Description 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 authentication, but before the fix they could be invoked with simple GET requests. That makes them susceptible to cross-site request forgery because a third-party site can induce the victim’s browser to send authenticated GET requests automatically. The patch converts the actions to POST or DELETE and updates the frontend to include an X-CSRFToken header, providing explicit CSRF protection for those state-changing operations.
Title cti-transmute CSRF Allows Unauthorized Follow and Notification State Changes
Weaknesses CWE-352
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


Projects

Sign in to view the affected projects.

cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-08-11T09:13:14.310Z

Reserved: 2026-08-11T09:13:12.491Z

Link: CVE-2026-73162

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-11T10:17:13.180

Modified: 2026-08-11T10:17:13.180

Link: CVE-2026-73162

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T13:00:20Z

Weaknesses