CVE-2026-10860 PUBLISHED

MISP CRUDComponent delete validation bypass via operator precedence error

Assigner: CIRCL
Reserved: 04.06.2026 Published: 04.06.2026 Updated: 04.06.2026

A logic error in the MISP CRUD component delete handler allowed validation failures to be bypassed when requests used the HTTP DELETE method. Due to missing parentheses in the delete condition, the expression was evaluated as ($validationError === null && POST) || DELETE, meaning a DELETE request could proceed even when the delete validation callback had rejected the operation. An authenticated attacker with access to an affected delete endpoint could abuse this flaw to delete records that should have been protected by application-level validation or authorization checks.

Metrics

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

Product Status

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

Credits

  • Jeroen Pinoy finder
  • Andras Iklody remediation developer

References

Problem Types

  • CWE-863 Incorrect Authorization CWE

Impacts

  • CAPEC-122 Privilege Abuse
  • CAPEC-87 Forceful Browsing