๐Ÿ” CVE Alert

CVE-2026-47156

UNKNOWN 0.0

MantisBT: SOAP API Authentication Bypass with Privilege Escalation to Administrator

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-287 CWE-639
Vendor mantisbt
Product mantisbt
Published Sep 9, 2026
Last Updated Sep 10, 2026
Stay Ahead of the Next One

Get instant alerts for mantisbt mantisbt

Be the first to know when new unknown vulnerabilities affecting mantisbt mantisbt are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

mantisbt / mantisbt
< 2.28.4

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/mantisbt/mantisbt/security/advisories/GHSA-c2xg-qjqw-2v98 github.com: https://github.com/mantisbt/mantisbt/commit/e3571c319b1721b41b0dc4b5b5203cbdcbe0c2ee mantisbt.org: https://mantisbt.org/bugs/view.php?id=37121