CVE-2026-95754
Last modified
CVE-2026-95754 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. In MISP's UsersController login() method, the pre-authentication database query used for the TOTP (two-factor authentication) verification branch did not include the User.disabled column in its SELECT fields list. The query selected only User.password, User.totp, and User.hotp_counter.
Description
In MISP's UsersController login() method, the pre-authentication database query used for the TOTP (two-factor authentication) verification branch did not include the User.disabled column in its SELECT fields list. The query selected only User.password, User.totp, and User.hotp_counter. When the TOTP branch subsequently accessed $unauth_user['User']['disabled'], the key was absent from the result set, producing a PHP 'Undefined array key' warning and causing the expression to evaluate as null (falsy). As a result, the disabled-user guard in the TOTP branch was effectively a no-op: a disabled, TOTP-enrolled user could proceed to the TOTP verification step rather than being rejected at that point. The commit message explicitly states this was 'harmless in practice' because the subsequent identify() call re-validates the user and would still reject a disabled account. The practical security impact is therefore minimal, limited to a very small information-disclosure difference in the login response (a TOTP prompt is presented instead of an immediate rejection) and a PHP warning in application logs.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-95754?
How severe is CVE-2026-95754?
How do I fix CVE-2026-95754?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-95703In MISP, the OrganisationsController::__uploadLogo method pr…5.1
- CVE-2026-9571Mattermost versions 11.7.x <= 11.7.2, 11.6.x <= 11.6.4, 10.1…6.5
- CVE-2026-9572A security vulnerability has been detected in GPAC up to 2.4…5.5
- CVE-2026-9573A vulnerability was detected in itsourcecode Student Transcr…7.3
- CVE-2026-9574A flaw has been found in itsourcecode Student Transcript Pro…7.3
- CVE-2026-9575A vulnerability has been found in itsourcecode Student Trans…7.3
- CVE-2026-9576The Fluent Booking WordPress plugin before 2.1.2 does not v…4.9
- CVE-2026-9577The Post Status Notifier Lite WordPress plugin before 1.13.0…4.8
- CVE-2026-9579A vulnerability was found in JeecgBoot up to 3.9.1. Impacted…6.3
- CVE-2026-9580A vulnerability was determined in JeecgBoot up to 3.9.1. The…7.3
- CVE-2026-95805A typo in the MISP ACLComponent access control configuration…5.3
- CVE-2026-95806MISP ships with PHP's phar stream wrapper registered in both…7.7
Are you affected by CVE-2026-95754?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
