CVE-2026-85236 PUBLISHED

MISP cullEmptyEvents CSRF Allows Irreversible Deletion of Events via GET Request

Assigner: CIRCL
Reserved: 03.09.2026 Published: 03.09.2026 Updated: 03.09.2026

A cross-site request forgery (CSRF) vulnerability existed in the cullEmptyEvents action of MISP. The endpoint performed a state-changing and irreversible operation while accepting HTTP GET requests.

Because bodyless GET requests are not subject to CakePHP's CSRF validation, an attacker could cause an authenticated MISP user with sufficient privileges to invoke the endpoint simply by causing their browser to load a crafted URL, for example through an embedded image or other automatically requested resource.

Successful exploitation triggers the deletion of published empty events. The deletion is particularly significant because the operation uses skipBlocklist, meaning the removed events do not leave blocklist entries that could prevent or track their subsequent synchronization. This can result in unintended and potentially irreversible deletion of MISP event records without explicit user interaction.

The vulnerability was addressed by restricting cullEmptyEvents to HTTP POST requests, ensuring that CakePHP's normal CSRF protections are applied to the operation.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N
CVSS Score: 8.8

Product Status

Vendor misp
Product misp
Versions Default: unaffected
  • affected from 0 to 2.5.45 (incl.)

Credits

  • Andras Iklody remediation developer
  • Peter James finder
  • Scottish Government - National Cyber Team finder
  • Claude Opus 5 (1M context) tool

References

Problem Types

  • CWE-352 Cross-Site Request Forgery (CSRF) CWE

Impacts

  • CAPEC-62 Cross Site Request Forgery