Description
Mantis Bug Tracker (MantisBT) is an open source issue tracker. Versions prior to 2.28.1 running on MySQL family databases are affected by an authentication bypass vulnerability in the SOAP API, as a result of an improper type checking on the password parameter. Other database backends are not affected, as they do not perform implicit type conversion from string to integer. Using a crafted SOAP envelope, an attacker knowing the victim's username is able to login to the SOAP API with their account without knowledge of the actual password, and execute any API function they have access to. Version 2.28.1 contains a patch. Disabling the SOAP API significantly reduces the risk, but still allows the attacker to retrieve user account information including email address and real name.
Published: 2026-03-23
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Authentication Bypass
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in the SOAP API of MantisBT versions before 2.28.1 when running against MySQL databases. An improper type check on the password field permits an attacker who knows a victim's username to craft a SOAP envelope that bypasses authentication, allowing login with any account without knowing its real password. Once authenticated, the attacker can execute any SOAP API function allowed to that user, potentially compromising data integrity and confidentiality. The weakness corresponds to CWE‑305, which deals with improper authorization during input validation.

Affected Systems

Mantis Bug Tracker from the MantisBT vendor, specifically any release prior to 2.28.1 that uses a MySQL backend. The 2.28.1 release contains a patch that addresses this issue. Versions using other database backends are not affected because they do not perform the same implicit type conversion from string to integer.

Risk and Exploitability

The CVSS score is 9.3, indicating high severity. EPSS is below 1 %, suggesting current exploit activity is limited, but the vulnerability has not been listed in CISA's KEV catalog. Attackers likely target exposed SOAP endpoints over the network, needing only a known username to trigger the bypass. Because the SOAP API remains functional even after disabling it, the attacker can still gather user account information such as email and real name, which may aid further attacks.

Generated by OpenCVE AI on March 25, 2026 at 15:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MantisBT to version 2.28.1 or later to apply the official patch.
  • If an upgrade is not immediately feasible, disable the SOAP API in the configuration to eliminate the primary attack surface.
  • Consider restricting access to the SOAP API to trusted networks or specific IP ranges to reduce exposure.
  • Monitor application logs for suspicious SOAP requests or repeated authentication attempts to detect potential attacks.

Generated by OpenCVE AI on March 25, 2026 at 15:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-phrq-pc6r-f6gh MantisBT is vulnerable to authentication bypass through the SOAP API on MySQL
History

Wed, 25 Mar 2026 14:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:mantisbt:mantisbt:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Tue, 24 Mar 2026 19:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 24 Mar 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Mantisbt
Mantisbt mantisbt
Vendors & Products Mantisbt
Mantisbt mantisbt

Mon, 23 Mar 2026 19:30:00 +0000

Type Values Removed Values Added
Description Mantis Bug Tracker (MantisBT) is an open source issue tracker. Versions prior to 2.28.1 running on MySQL family databases are affected by an authentication bypass vulnerability in the SOAP API, as a result of an improper type checking on the password parameter. Other database backends are not affected, as they do not perform implicit type conversion from string to integer. Using a crafted SOAP envelope, an attacker knowing the victim's username is able to login to the SOAP API with their account without knowledge of the actual password, and execute any API function they have access to. Version 2.28.1 contains a patch. Disabling the SOAP API significantly reduces the risk, but still allows the attacker to retrieve user account information including email address and real name.
Title MantisBT SOAP API has an authentication bypass vulnerability on MySQL
Weaknesses CWE-305
References
Metrics cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Mantisbt Mantisbt
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-24T18:30:05.202Z

Reserved: 2026-03-05T21:27:35.341Z

Link: CVE-2026-30849

cve-icon Vulnrichment

Updated: 2026-03-24T18:29:58.507Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-23T20:16:25.803

Modified: 2026-03-25T13:59:26.947

Link: CVE-2026-30849

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-03-25T20:36:54Z

Weaknesses