
Detection-only PoC for CVE-2026-21440 in AdonisJS BodyParser. Fingerprints AdonisJS indicators, probes upload endpoints via GET, and outputs confidence and risk levels for defensive analysis.
Advanced detection-only PoC for CVE-2026-21440 affecting AdonisJS BodyParser. No exploitation included.
This project provides an advanced detection-only Proof of Concept (PoC) for CVE-2026-21440,
a critical Path Traversal / Arbitrary File Write vulnerability affecting @adonisjs/bodyparser in AdonisJS applications.
⚠️ This tool DOES NOT exploit the vulnerability.
It is intended for fingerprinting, research, and defensive security analysis only.
@adonisjs/bodyparserIf exploited, this vulnerability may lead to:
This PoC helps security researchers and defenders to:
✔ Fingerprints AdonisJS indicators (headers, body, stack traces)
✔ Detects Node.js / AdonisJS patterns
✔ Probes common upload endpoints using GET requests only
✔ Calculates a confidence score
✔ Outputs a risk level: LOW / MEDIUM / HIGH
❌ No file uploads
❌ No path traversal attempts
❌ No payloads
❌ No exploitation
❌ No bypass techniques
requests libraryInstall dependencies:
pip install requests
Usage
python3 cve-2026-21440_detection.py https://target.com
Example Output
[!] Likelihood of CVE-2026-21440: HIGH
[i] Confidence Score: 7/10
[!] Target MAY be vulnerable
[!] Manual verification required
Author
Handle: @You_sse_f1
Role: Cybersecurity Researcher
X ; @You_sse_f1
image