CVE Catalog

CVE-2026-86452

HighCVSS 8.7
Published: Translated: NVD NIST

Summary

A vulnerability in MISP allows unauthenticated or weakly constrained request paths to perform persistent work without adequate input bounds or rate limiting. The password reset endpoint accepts an attacker-controlled email value without length or format validation, leading to multiple persistent writes. The fix adds length limits, format validation, pre-authentication request budget, and HTTP 429 responses.

Risk Assessment

An attacker could overload the system, causing excessive resource consumption and potential denial of service, as well as cluttering logs and job queues.

Recommendation

Update MISP to a version above 2.5.45 that includes the fix. Restrict access to public endpoints and monitor traffic for excessive requests.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

Affected versions of MISP permit 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. That value was then used to create an audit log entry and queue a password-reset job, causing the supplied value to be persisted more than once per request. The commit explicitly states that an unbounded unauthenticated request field was stored twice per call with no throttle. 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 handling and CSRF protection for the API-access request endpoint. The new flood filter is specifically intended to limit persistent storage costs from anonymous requests such as password resets, registrations, and failed REST authentication attempts. Version affected: ≤2.5.45

Vulnerability data from NVD (NIST) · CISA KEV · EPSS