
CVE-2026-23918 Apache mod_http2 डबल-फ्री डिटेक्टर
https://github.com/user-attachments/assets/d6c30e58-548c-4b6d-9ba3-baa667238a58
python3 h2ghost.py -h
usage: h2ghost.py [-h] [--host HOST] [--port PORT] [--tls] [--no-tls] [--iterations ITERATIONS]
[--burst-n BURST_N] [--timeout TIMEOUT] [--crash-threshold CRASH_THRESHOLD]
[--crash-multiplier CRASH_MULTIPLIER] [--crash-min-delta CRASH_MIN_DELTA]
[--output OUTPUT] [--check-only] [--skip-check] [--verbose]
[TARGET]
Apache mod_http2 CVE-2026-23918 - double-free detector
positional arguments:
TARGET https://host:port http://host host:port host IP
options:
-h, --help show this help message and exit
--host HOST Target host (alt to positional)
--port PORT Target port (inferred from scheme/target if omitted)
--tls Force TLS/HTTPS (default: auto-detect)
--no-tls Force plain TCP / h2c
--iterations ITERATIONS
--burst-n BURST_N Triggers in check phase (default 10)
--timeout TIMEOUT Connection timeout s (default 2.5; use 5+ for internet)
--crash-threshold CRASH_THRESHOLD
Fallback absolute ms when no baseline (default 150)
--crash-multiplier CRASH_MULTIPLIER
reconnect/baseline ratio to flag as crash (default 1.3x)
--crash-min-delta CRASH_MIN_DELTA
min ms above baseline (AND ratio) to flag crash (default 80ms)
--output OUTPUT
--check-only
--skip-check
--verbose
Crash detection logic
---------------------
Trigger connection closing is NORMAL on both servers.
A crash requires: PING fails on a FRESH connection AND
reconnect > 150 ms (MPM restart delay).
Examples
--------
python3 h2ghost.py https://127.0.0.1:9443 --check-only
python3 h2ghost.py 127.0.0.1:7443 --check-only
python3 h2ghost.py 127.0.0.1:9443 --iterations 200
python3 h2ghost.py https://example.com --burst-n 20
DoS: तुच्छ ट्रिगर का उपयोग करके:
1 कनेक्शन2 HTTP/2 फ्रेमसंभावित RCE वेक्टर
समाधान
2.4.672.0.37यह प्रोजेक्ट केवल निम्नलिखित उद्देश्यों के लिए प्रदान किया गया है:
स्पष्ट लिखित अनुमति के बिना सिस्टम के विरुद्ध अनधिकृत परीक्षण लागू कानूनों का उल्लंघन कर सकता है।
लेखक दुरुपयोग के लिए कोई दायित्व नहीं लेता है।
| फ़ील्ड | मान |
|---|
| CVE | CVE-2026-23918 |
| गंभीरता | उच्च |
| CVSS | 8.8 |
| घटक | Apache httpd mod_http2 |
| प्रभाव | सेवा से वंचित करना / संभावित RCE |
| फिक्स्ड संस्करण | Apache httpd 2.4.67 / mod_http2 2.0.37 |