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-21962 — Unauthenticated vulnerability that may allow remote attackers to compromise confidentiality and integrity, potentially leading to full system compromise. | Kitploit
Tools/GitHubGitHub/samael0x4/cve-2026-21962
Vulnerability ScannersInformation GatheringWeb SecurityPenetration Testing
GitHubsamael0x4/cve-2026-21962

CVE-2026-21962

Unauthenticated vulnerability that may allow remote attackers to compromise confidentiality and integrity, potentially leading to full system compromise.

View Repository
6357 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

Oracle HTTP Validator PoC

🔥 CVE-2026-21962 — Oracle HTTP Server Detection Toolkit

GitHub stars GitHub issues License

Safe, non-exploitative detection tools for identifying Oracle HTTP Server and WebLogic Proxy Plug-in instances affected by CVE-2026-21962.


🧠 Vulnerability Overview

  • CVE: CVE-2026-21962
  • Severity: Critical
  • Attack Vector: Network
  • Authentication Required: None

This vulnerability may allow a remote, unauthenticated attacker to compromise confidentiality and integrity, potentially leading to full system compromise.


🎯 Affected Versions

  • Oracle HTTP Server 12.2.1.4.0
  • Oracle WebLogic Proxy Plug-in 12.2.1.4.0
  • Oracle WebLogic Proxy Plug-in 14.1.1.0.0
  • Oracle WebLogic Proxy Plug-in 14.1.2.0.0

🔍 Included Tools

🧪 Nuclei Template — CVE-2026-21962.yaml

Passive detection using HTTP response header fingerprinting.

root@kitploit:~
nuclei -l targets.txt -t CVE-2026-21962.yaml

🐍 Python PoC — CVE-2026-21962.py

An operator-grade, safe validation PoC for identifying Oracle HTTP Server instances affected by CVE-2026-21962.

This script performs passive detection only and does not exploit the vulnerability.


✨ Features

Multi-threaded scanning Colorized output (VULNERABLE / NOT VULNERABLE / UNREACHABLE) JSON & CSV export Bug bounty & enterprise-ready No exploitation, detection only


▶️ Usage

Scan a single target

root@kitploit:~
python3 CVE-2026-21962.py -t example.com

Scan multiple targets from a file

root@kitploit:~
python3 CVE-2026-21962.py -iL targets.txt

Multi-threaded scan with JSON output

root@kitploit:~
python3 CVE-2026-21962.py -iL targets.txt --threads 20 -oJ results.json

Multi-threaded scan with CSV output

root@kitploit:~
python3 CVE-2026-21962.py -iL targets.txt --threads 20 -oC results.csv

🔐 Responsible Disclosure

This project contains only detection and does not include exploit code.

Please use responsibly and only with permission.


BUY ME COFFEE

https://buymeacoffee.com/samael0x4

Download Tool