Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-30849-PoC — Proof-of-Concept checker/exploit for MantisBT SOAP auth bypass (CVE-2026-30849 / GHSA-phrq-pc6r-f6gh) | Kitploit
Tools/GitHubGitHub/gumbraise/cve-2026-30849-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthentication
GitHubgumbraise/cve-2026-30849-poc

CVE-2026-30849-PoC

Proof-of-Concept checker/exploit for MantisBT SOAP auth bypass (CVE-2026-30849 / GHSA-phrq-pc6r-f6gh)

View Repository
2 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

CVE-2026-30849.ts — usage

This TypeScript script performs a check and an exploit for MantisBT via SOAP.

Prerequisites

  • Node.js installed
  • Dependencies installed:
root@kitploit:~
npm install

Command

root@kitploit:~
ts-node CVE-2026-30849.ts check --url <url>
ts-node CVE-2026-30849.ts exploit --url <url>
root@kitploit:~
npx ts-node .\CVE-2026-30849.ts check --url http://mantis.local
npx ts-node .\CVE-2026-30849.ts exploit --url http://mantis.local

Expected result

The script prints the detected version and compares it to the patched version 2.28.1:

  • version < 2.28.1 -> VULNERABLE
  • version >= 2.28.1 -> NOT VULNERABLE

If the version cannot be retrieved (endpoint unavailable, SOAP/curl error), the script exits with an error status.

Download Tool