PatchSiren cyber security CVE debrief
CVE-2026-86452 MISP CVE debrief
CVE-2026-86452 is a vulnerability in MISP that allows unauthenticated or weakly constrained request paths to perform persistent work without adequate input bounds or rate limiting. The users/forgot password-reset endpoint accepted an attacker-controlled email value without first imposing a reasonable length bound or validating its format. This issue was fixed by adding a maximum email input length of 1024 bytes, email-format validation before persistent work, a per-source pre-authentication request budget, HTTP 429 responses when that budget is exceeded, a 15-minute cooldown for API-access request emails, POST-only handling and CSRF protection for the API-access request endpoint.
- Vendor
- MISP
- Product
- Unknown
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-07
- Original CVE updated
- 2026-09-07
- Advisory published
- 2026-09-07
- Advisory updated
- 2026-09-07
Who should care
Defenders responsible for MISP deployments should assess exposure and prioritize verifying and applying the patch to prevent potential abuse of the password-reset endpoint. This involves assessing affected operator, platform, vulnerability-management, and security-team impact. Defenders should verify the patch and assess exposure to prevent potential abuse of the password-reset endpoint.
Why it matters
CVE-2026-86452 is a vulnerability in MISP that allows unauthenticated or weakly constrained request paths to perform persistent work without adequate input bounds or rate limiting. Defenders should prioritize verifying and applying the patch to prevent potential abuse of the password-reset endpoint.
- Defenders should verify and apply the patch to prevent potential abuse of the password-reset endpoint
- Assess exposure and implement compensating controls if necessary
- Monitor for potential abuse of the password-reset endpoint
Technical summary
The users/forgot password-reset endpoint in MISP accepted an attacker-controlled email value without first imposing a reasonable length bound or validating its format. This issue was fixed by adding a maximum email input length of 1024 bytes, email-format validation before persistent work, a per-source pre-authentication request budget, HTTP 429 responses when that budget is exceeded, a 15-minute cooldown for API-access request emails, POST-only handling and CSRF protection for the API-access request endpoint.
Defensive priority
Defenders should prioritize verifying and applying the patch to prevent potential abuse of the password-reset endpoint. This involves assessing exposure, verifying the fix, and implementing compensating controls if necessary.
Recommended defensive actions
- Verify and apply the patch to prevent potential abuse of the password-reset endpoint
- Assess exposure and implement compensating controls if necessary
- Monitor for potential abuse of the password-reset endpoint
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and source item provide details about the vulnerability and its fix. However, there is limited information about potential exploitation or impact. Defenders should verify the patch and assess exposure to prevent potential abuse of the password-reset endpoint. The fix adds a maximum email input length of 1024 bytes, email-format validation before persistent work, a per-source pre-authentication request budget, HTTP 429 responses when that budget is exceeded, a 15-minute cooldown for API-access request emails, POST-only
Sources and references
Verified primary and authoritative sources
-
CVE-2026-86452 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-86452
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-86452 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86452
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/MISP/MISP/commit/d75d899be
5a6e4751-2f3f-4070-9419-94fb35b644e8
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.