CVE-2026-10860

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:*

History

08 Jun 2026, 13:54

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.5
CPE cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:*
First Time Misp
Misp misp
References () https://github.com/MISP/MISP/commit/a5877559dc88ad7a0c935910a652c130489ae2bd - () https://github.com/MISP/MISP/commit/a5877559dc88ad7a0c935910a652c130489ae2bd - Patch

04 Jun 2026, 15:19

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-04 15:16

Updated : 2026-06-08 13:54


NVD link : CVE-2026-10860

Mitre link : CVE-2026-10860

CVE.ORG link : CVE-2026-10860


JSON object : View

Products Affected

misp

  • misp
CWE
CWE-863

Incorrect Authorization