CVE Catalog

CVE-2026-92003

MediumCVSS 6.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.44%

38th percentile - higher than 38% of all known CVEs

Summary

Affected versions of MISP do not consistently apply the existing authentication-failure logging throttle. Two API authentication failure branches wrote directly to the Log model: API requests with no authentication key and requests supplying an API key with an incorrect length. Unlike other authentication failures, these paths bypassed _shouldLog(), so every request could create another durable auth_fail entry. Affects versions ≤2.5.45.

Risk Assessment

An attacker can generate unlimited log entries, leading to disk exhaustion or log poisoning, which hinders security analysis and may cause denial of service. The risk applies to any MISP instance running version ≤2.5.45.

Recommendation

Upgrade MISP to a version later than 2.5.45 that fixes the throttling logic. Monitor the size and growth of auth_fail logs for anomalies.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

Affected versions of MISP do not consistently apply the existing authentication-failure logging throttle. Two API authentication failure branches wrote directly to the Log model:  - API requests with no authentication key;  - requests supplying an API key with an incorrect length Unlike other authentication failures, these paths bypassed _shouldLog(), so every request could create another durable auth_fail entry. Version affected: ≤2.5.45

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