πŸ” CVE Alert

CVE-2026-91819

UNKNOWN 0.0

MISP: HTTP Method Override Bypasses CSRF and Form Validation in BetterSecurityComponent

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Affected versions of MISP rely on CakePHP request-method override processing in a way that can disable CSRF and form-security validation. CakePHP honors a _method field or X-HTTP-Method-Override header by rewriting the effective request method. For override values outside the normal write verbs POST, PUT, PATCH, and DELETE, CakePHP also clears the parsed request body. MISP’s security component then determines whether to perform _validatePost() and _validateCsrf() based on whether request data remains. With a value such as: _method=GET the body becomes empty before those checks run, so both protections are skipped. A cross-site form containing only that override can therefore reach actions whose parameters are taken from the URL rather than the request body Version affected: ≀2.5.45

CWE CWE-352 CWE-20
Vendor misp
Product misp
Published Sep 15, 2026
Last Updated Sep 15, 2026
Stay Ahead of the Next One

Get instant alerts for misp misp

Be the first to know when new unknown vulnerabilities affecting misp misp are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

MISP / MISP
0 < 2.5.46

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/MISP/MISP/commit/29af008c4

Credits

iglocska Claude Opus 5 (1M context)