NONE · 0

CVE-2026-92002

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. How...

Vulnerability Description

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

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-92002?

CVE-2026-92002 is a documented vulnerability. 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. How...

How severe is CVE-2026-92002?

CVSS scoring is not yet available for CVE-2026-92002. Check NVD for updates.

Is there a patch for CVE-2026-92002?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.