CVE Catalog

CVE-2026-92002

MediumCVSS 5.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.39%

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

Summary

Affected versions of MISP use Redis to throttle repeated authentication-failure log entries. However, User->setupRedis() returns false when Redis cannot be reached, and the vulnerable _shouldLog() logic only returned true when a Redis instance existed and no throttle key was present. Therefore, when Redis was unavailable, the function did not allow the log write at all, effectively silencing authentication-failure logging for the duration of the outage. Affects versions ≤2.5.45.

Risk Assessment

During a Redis outage, failed authentication attempts are not logged, preventing detection of brute-force attacks or other unauthorized access attempts. The risk applies to any MISP instance running version ≤2.5.45 when Redis is unavailable.

Recommendation

Upgrade MISP to a version later than 2.5.45 that fixes the _shouldLog() logic. Ensure high availability of Redis and monitor its status to avoid logging silence.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

Affected versions of MISP use Redis to throttle repeated authentication-failure log entries. The intent is to avoid excessive duplicate logs while still recording failed authentication activity. However, User->setupRedis() returns false when Redis cannot be reached. The vulnerable _shouldLog() logic only returned true when a Redis instance existed and no throttle key was present. Therefore, when Redis was unavailable, the function did not allow the log write at all, effectively silencing authentication-failure logging for the duration of the outage. Version affected: ≤2.5.45

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