PatchSiren cyber security CVE debrief
CVE-2026-10860 misp CVE debrief
CVE-2026-10860 is a HIGH severity vulnerability with a CVSS score of 7.9. The vulnerability exists in the MISP CRUD component delete handler, where a logic error allowed validation failures to be bypassed when requests used the HTTP DELETE method. This was due to missing parentheses in the delete condition, causing the expression to be evaluated incorrectly. An authenticated attacker with access to an affected delete endpoint could exploit this flaw to delete records that should have been protected by application-level validation or authorization checks.
- Vendor
- misp
- Product
- Unknown
- CVSS
- HIGH 7.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-04
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-06-04
- Advisory updated
- 2026-07-22
Who should care
Users of MISP (Malware Information Sharing Platform) should be aware of this vulnerability, especially those with administrative access to delete endpoints.
Technical summary
The vulnerability arises from a logic error in the MISP CRUD (Create, Read, Update, Delete) component's delete handler. Specifically, the delete condition lacked parentheses, leading to an incorrect evaluation of the expression: ($validationError === null && POST) || DELETE. This allowed DELETE requests to proceed even when the delete validation callback had rejected the operation.
Defensive priority
HIGH
Recommended defensive actions
- Apply the patch: Refer to resourceLinkAnnotations with linkId 'ref-4' for the specific commit that addresses this issue.
Evidence notes
The CVE record and NVD detail pages provide official information about this vulnerability. The patch is available on the MISP GitHub repository.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-10860 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-10860
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-10860 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-10860
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/MISP/MISP/commit/a5877559dc88ad7a0c935910a652c130489ae2bd
5a6e4751-2f3f-4070-9419-94fb35b644e8 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.