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-2025-7783-poc — POC of CVE-2025-7783 | Kitploit
Tools/GitHubGitHub/benweissmann/cve-2025-7783-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubbenweissmann/cve-2025-7783-poc

CVE-2025-7783-poc

POC of CVE-2025-7783

View Repository
316110 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

form-data boundary randomness vulnerability (CVE-2025-7783)

Largely based on https://hackerone.com/reports/2913312 by https://hackerone.com/parrot409?type=user

Installing:

  • npm install
  • Make sure you have python3 installed with the z3 module (pip3 install -r requirements.txt) -- the exploit code shells out to python3 to predict the next random value

Running:

In parallel, run:

  • npm run start-backend (the backend server that will receive the manipulated request)
  • npm run start-vulnerable-server (the frontend server that can be tricked into sending a manipulated request)
  • npm run run-exploit (the client code that crafts and sends the exploit)

In the stdout of , you should see a request with (despite the code in never intending to add an is_admin parameter to the API call)

Download Tool
npm run backend
is_admin: true
vulnerable-server.js