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
ghe-push-option-rce-scanner — Scanner: CVE-2026-3854 GitHub Enterprise Server Pre-auth RCE via Push Option Injection — Python checker (CISA KEV) | Kitploit
Tools/GitHubGitHub/ridhinva/ghe-push-option-rce-scanner
ReconnaissanceVulnerability ScannersWeb Vulnerability ScannersVulnerability AnalysisWeb SecurityPenetration TestingRed Teaming
GitHubridhinva/ghe-push-option-rce-scanner

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

ghe-push-option-rce-scanner

Scanner: CVE-2026-3854 GitHub Enterprise Server Pre-auth RCE via Push Option Injection — Python checker (CISA KEV)

View Repository
51 month agoNot yet reviewed

CVE-2026-3854 — GitHub Enterprise Server RCE via Push Option Injection

Overview

Improper neutralization of push option values in GHE. Attacker with push access achieves RCE on the instance.

FieldValue
CVECVE-2026-3854
SeverityCRITICAL
ProductGitHub Enterprise Server
CISA KEV2026-03-10
Attack TypeRCE via Push Option Injection
Auth RequiredNone

Affected Versions

StatusVersions
❌ VulnerableGitHub Enterprise Server (all versions before fixes)
✅ FixedFixed in 3.14.25, 3.15.20, 3.16.16, 3.17.13, 3.18.7, 3.19.4

Installation

root@kitploit:~
# Clone
git clone https://github.com/ridhinva/CVE-2026-3854-GHE-RCE.git
cd CVE-2026-3854-GHE-RCE

# Install deps (if any)
pip install requests

Usage

Scan Single Target

root@kitploit:~
python3 ghe_rce_scanner.py example.com
python3 ghe_rce_scanner.py https://192.168.1.1

Mass Scan from File

root@kitploit:~
echo "target1.com" > targets.txt
echo "target2.com" >> targets.txt
python3 ghe_rce_scanner.py targets.txt

Show Vulnerability Info

root@kitploit:~
python3 ghe_rce_scanner.py --info

How It Works

The scanner checks for exposed endpoints associated with this vulnerability and reports potential targets for manual verification.

References

SourceLink
CISA KEVhttps://www.cisa.gov/known-exploited-vulnerabilities-catalog
NVD Entryhttps://nvd.nist.gov/vuln/detail/CVE-2026-3854

Disclaimer

For authorized security testing and educational purposes only. Unauthorized access is illegal.

Author

@c_y_p_h3r — Bug bounty hunter & security researcher

Download Tool
Vendor Advisory
https://security.paloaltonetworks.com/CVE20263854