
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-47156 is a critical SOAP API authentication bypass vulnerability in MantisBT (Mantis Bug Tracker) titled "SOAP API Authentication Bypass with Privilege Escalation to Administrator." It affects MantisBT versions 2.28.3 and earlier, with the patch released in version 2.28.4. The vulnerability was discovered by McCaulay Hudson (@_McCaulay) of watchTowr, subsequently found independently by multiple researchers, and publicly disclosed on July 15, 2026. It carries a CVSS v4.0 base score of 9.3 (Critical) (GitHub Advisory).
The root cause lies in the mci_check_login() function in api/soap/mc_api.php, which failed to verify that a supplied cookie_string (passed as the password parameter) actually belonged to the user specified in the username parameter — classified as CWE-287 (Improper Authentication) and CWE-639 (Authorization Bypass Through User-Controlled Key). An attacker can supply any valid MANTIS_STRING_COOKIE value alongside an arbitrary target username (e.g., "administrator") in a SOAP API call; the server validates the cookie as legitimate but never checks whether it belongs to the claimed user, granting access as that user. The fix (commit e3571c3) adds a case-insensitive username comparison between the cookie's actual owner and the supplied username, rejecting mismatches. The REST API and Web UI are not affected because both derive the username server-side rather than trusting client-supplied input (GitHub Advisory, Patch Commit).
Successful exploitation grants an attacker full administrator-level access to the MantisBT SOAP API, enabling complete data exfiltration of all bug reports, attachments, user account details (IDs, names, emails), and non-private configuration values across all 71 available SOAP operations. Attackers can also perform destructive operations (deleting projects, issues, attachments, tags, categories, and versions), manipulate data (create/modify issues, impersonate reporters, manage project structure), and chain this vulnerability with other SOAP-based vulnerabilities that require administrator privileges. On default installations where self-registration is enabled ($g_allow_signup = ON), this is exploitable with zero prior access, making the effective attack surface extremely broad (GitHub Advisory, MantisBT Security Advisory).
As of the disclosure date, there is no public proof-of-concept exploit code and no confirmed evidence of in-the-wild exploitation (GitHub Advisory). However, the vulnerability is trivially exploitable on default installations — an attacker only needs to self-register an account, read their own MANTIS_STRING_COOKIE from the browser, and submit a crafted SOAP request with a target username. The CVE is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The vulnerability was independently discovered by at least five researchers while the vendor was preparing the fix, suggesting broad awareness in the security research community (MantisBT Security Advisory).
/api/soap/mantisconnect.php).$g_allow_signup = ON), register a new user account on the target MantisBT instance via the web UI.MANTIS_STRING_COOKIE browser cookie from your session.mc_login or any privileged operation), supplying the target administrator's username as $p_username and your own cookie_string as $p_password.mci_check_login() function validates the cookie as legitimate but does not verify it belongs to the supplied username, granting full administrator-level SOAP API access./api/soap/mantisconnect.php from IP addresses not associated with known integrations; SOAP calls using administrator usernames originating from unexpected source IPs.Upgrade MantisBT to version 2.28.4, which contains the fix (commit e3571c3) that validates the cookie_string belongs to the user attempting to authenticate before granting access (Patch Commit). The vendor has confirmed no workarounds are available for the vulnerability itself. As interim mitigations until patching is possible, consider: restricting network access to the SOAP API endpoint (/api/soap/mantisconnect.php) via firewall or WAF rules; disabling self-registration ($g_allow_signup = OFF) to raise the bar for exploitation; and monitoring SOAP API logs for anomalous authentication patterns (GitHub Advisory, MantisBT Security Advisory).
The vulnerability was originally reported by McCaulay Hudson (@_McCaulay) of watchTowr through responsible disclosure, and was subsequently independently discovered by four additional researchers (Keitaro Yamazaki, Harrison Keating, Chandler Johnson, and Bharat Devasani) while the MantisBT team was preparing the fix — indicating significant interest from the security research community. The MantisBT team credited all discoverers in the advisory and published the fix promptly on July 15, 2026 (MantisBT Security Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."