CVE-2026-47156
largeCritical authentication bypass in MantisBT SOAP API allows admin impersonation
MantisBT versions 2.28.3 and earlier contain a critical authentication flaw (CWE-287/CWE-639) in the SOAP API's mci_check_login() function, where the client-supplied username is trusted if the caller presents any valid cookie_string. An attacker who knows a target username and any valid cookie_string can authenticate as that user via the SOAP API without knowing the target's password; on default installations ($g_allow_signup = ON) an unauthenticated attacker can self-register, log in, read their own MANTIS_STRING_COOKIE, and use it to impersonate the administrator. This yields full administrator-level access to the bug tracker through the SOAP API, with high confidentiality, integrity and availability impact (CVSS 4.0 score 9.3). Only MantisBT deployments up to 2.28.3 using the SOAP API are affected; the REST API and the Web UI are not affected because they derive the username server-side from API tokens, session cookies, or validated cookie values. There is no evidence of exploitation in the wild, no known public proof-of-concept, and the flaw is not in CISA KEV; version 2.28.4 contains the patch and no workarounds are known.
What to do: Upgrade all MantisBT instances to version 2.28.4 immediately, as no workarounds are available. Until patched, restrict network access to the SOAP API (e.g., allow-list trusted clients) and review authentication logs for unexpected logins as the administrator or other users via SOAP. The REST API and Web UI are unaffected, so no compensating action is needed there beyond applying the patch.
| MantisBT (open source project) MantisBT - SOAP API (mci_check_login()) | 2.28.3 and earlier (fixed in 2.28.4); REST API and Web UI unaffected |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
MantisBT is an open source bug tracker. Versions 2.28.3 and earlier contain a critical authentication bypass in the SOAP API's mci_check_login() function. Any user knowing any valid cookie_string can authenticate as any other user (knowing their username), including the administrator, without knowing the target's password. The vulnerability is exploitable with zero prior access on default MantisBT installations because self-registration is enabled by default ($g_allow_signup = ON). A self-registered user can use their own cookie_string (readable from their browser's MANTIS_STRING_COOKIE cookie after login) to impersonate the administrator via the SOAP API. The REST API is NOT affected. The REST API's AuthMiddleware derives the username server-side from the API token or session cookie, so the username cannot be spoofed. The Web UI is NOT affected. The Web UI authenticates via PHP session cookies (PHPSESSID) and validates the MANTIS_STRING_COOKIE against the logged-in user through auth_is_cookie_valid(). The username is derived server-side from the cookie, not supplied by the client. Version 2.28.4 contains a patch. No known workarounds are available.
- Weakness
- CWE-287, CWE-639
- Vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
In the news0 stories
No ingested article mentions this CVE yet.