CVE-2026-73162

Source
https://cve.org/CVERecord?id=CVE-2026-73162
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-73162.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-73162
Published
2026-08-11T09:13:14.310Z
Modified
2026-08-13T04:03:01.948274028Z
Severity
  • 5.3 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
cti-transmute CSRF Allows Unauthorized Follow and Notification State Changes
Details

Affected versions of MISP cti-transmute expose several state-changing account operations as GET requests:

  • /account/follow

  • /account/delete_notification

  • /account/marknotificationread

  • /account/markallread

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.

Database specific
{
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "last_affected": "1.4.0"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ],
    "cna_assigner": "CIRCL",
    "cwe_ids": [
        "CWE-352"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/73xxx/CVE-2026-73162.json"
}
References

Affected packages

Git / github.com/misp/cti-transmute

Affected ranges

Type
GIT
Repo
https://github.com/misp/cti-transmute
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": "REFERENCES"
}

Affected versions

v1.*
v1.3
v1.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-73162.json"