Lucene search
+L

1041 matches found

Kitploit
Kitploit
added 2026/09/15 10:11 a.m.2 views

http2-bomb-detector

http2-bomb-detector HTTP/2 Bomb CVE-2026-49975 Non-destructive vulnerability detection tool — for Nginx / Apache httpd Vulnerability Background CVE-2026-49975 is a widespread remote denial-of-service vulnerability in the HTTP/2 protocol layer, discovered by security researcher Quang Luong. This...

7.5CVSS7.3AI score0.34303EPSS
SaveExploits9References2
Kitploit
Kitploit
added 2026/09/15 10:07 a.m.11 views

apachedos

This tool uses CVE-2016-8740 to crash servers running Apache HTTPD 2.4.17 - 2.4.23 that support HTTP2. It crashes these servers by forcing them to allocate insanely large amounts of RAM, making the computer unuasable. It can be downloaded here you will need to run it from the command line Usage:...

7.5CVSS7.3AI score0.7907EPSS
SaveExploits4References1
Kitploit
Kitploit
added 2026/09/15 9:31 a.m.10 views

CVE-2021-41773

CVE-2021-41773 Playground This is a small Docker recipe for setting up a Debian bookworm based container with an instance of the Apache HTTPd 2.4.49 that is vulnerable to CVE-2021-41773. CGI has been explicitly enabled so it can be used to test/verify Local file Disclosure behavior as well as...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits165
Kitploit
Kitploit
added 2026/09/15 7:14 a.m.9 views

CVE-2026-23918

CVE-2026-23918 Double-free in Apache httpd modhttp2 stream cleanup leading to pre-auth RCE. Affected: httpd 2.4.66 with modhttp2 and multi-threaded MPM event/worker. Fixed in: 2.4.67. Found and reported by Bartlomiej Dmitruk striga.ai and Stanislaw Strzalkowski isec.pl. Writeup:...

8.8CVSS8.1AI score0.49727EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/15 7:04 a.m.4 views

POC-CVE-2021-41773

POC CVE-2021-41773 N|Solid POC to test the vulnerability CVE-2021-41773 corresponding to the Apache httpd 2.4.49 service. POC Open your favorite Terminal and run these commands. First Tab: root@kitploit: wget https://raw.githubusercontent.com/TishcaTpx/POC-CVE-2021-41773/main/poc.py Second Tab:...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits165
Kitploit
Kitploit
added 2026/09/15 6:51 a.m.3 views

CVE-2026-49975

CVE-2026-49975 HTTP/2 Bomb PoC HTTP/2 Remote Denial of Service Vulnerability Replication Tool Vulnerability Overview CVE-2026-49975 is an HTTP/2 denial of service vulnerability affecting major web servers. The vulnerability was discovered by security company Calif using OpenAI Codex in early June...

7.5CVSS7.4AI score0.34303EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/15 5:01 a.m.5 views

apatchy

apatchy An in-process fuzzing framework for Apache HTTPD apatchy lets you fuzz Apache's full HTTP request processing pipeline - parsing, hooks, filters, handlers - without any network I/O. It replaces Apache's socket layer with custom I/O filters, feeding raw bytes directly into the same code pat...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 4:58 a.m.6 views

CVE-2026-23918-Double-free-Apache-httpd-mod_http2

CVE-2026-23918 - Apache httpd modhttp2 PoC This repository contains a proof-of-concept implementation written in Go for a pre-authentication memory corruption scenario affecting Apache httpd with modhttp2. The code in this repository demonstrates a spray-and-trigger approach against a vulnerable...

8.8CVSS8.2AI score0.49727EPSS
SaveExploits18References4
Kitploit
Kitploit
added 2026/09/15 3:40 a.m.8 views

apache-httpd-path-traversal-checker

apache httpd path traversal checker 0x00 Resumen El 20211005, se reveló en línea la vulnerabilidad de path traversal en Apache httpd 2.4.49 CVE-2021-41773, que puede causar lectura arbitraria de archivos si se permite el acceso al directorio atravesado, por ejemplo, configurando Require all...

9.8CVSS8AI score0.99992EPSS
SaveExploits191References1
Kitploit
Kitploit
added 2026/09/15 3:04 a.m.5 views

CVE-2021-41773-i-

CVE-2021-41773 CVE-2021-41773 POC with Docker Configuration To customize the httpd.conf file, change line 251 in the section from Require all denied to Require all granted. root@kitploit: AllowOverride none Require all granted Create a Dockerfile in your project root@kitploit: FROM httpd:2.4.49...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits165
Kitploit
Kitploit
added 2026/09/15 2:14 a.m.6 views

CVE-2024-27316_poc

CVE-2024-27316 HTTP/2 CONTINUATION flood PoC Target server Apache httpd Start root@kitploit: docker-compose up -d Connectivity check httpd v2.4.58 vulnerable root@kitploit: curl --http2 -i --head http://localhost:3392/ curl --http2 -i --head -k https://localhost:3393/ httpd v2.4.59 fixed version...

7.5CVSS7.1AI score0.91327EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/14 11:08 p.m.7 views

POC-CVE-2021-41773

POC-CVE-2021-41773 this is simple script for the Apache HTTPd 2.4.49 that is vulnerable to CVE-2021-41773. Usage: Check 1 ip Check from file...

9.8CVSS8AI score0.99992EPSS
SaveExploits165
Kitploit
Kitploit
added 2026/09/14 4:50 p.m.7 views

CVE-2021-41773

CVE-2021-41773 Playground This is a small Docker recipe for setting up a Debian bookworm based container with an instance of the Apache HTTPd 2.4.49 that is vulnerable to CVE-2021-41773. CGI has been explicitly enabled so it can be used to test/verify Local file Disclosure behavior as well as...

9.8CVSS7.8AI score0.99992EPSS
SaveExploits165
Kitploit
Kitploit
added 2026/09/14 4:39 p.m.4 views

exploit-apache2-cve-2021-41773

Exploit for Apache2 Exploit for path transversal vulnerability in apache. Version: 2.4.49 CVE: CVE-2021-41773 Pull docker image root@kitploit: docker pull httpd:2.4.49-alpine Configure apache In /usr/local/apache2/conf/httpd.conf replace these entries root@kitploit: AllowOverride none - Require a...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits165
Kitploit
Kitploit
added 2026/09/14 2:45 p.m.5 views

CVE-2021-41773_CVE-2021-42013_Exploits

Exploiting CVE-2021-41773 and CVE-2021-42013 Overview This repository focuses on exploiting two vulnerabilities in Apache HTTPD: CVE-2021-41773 and CVE-2021-42013. These CVEs represent path traversal vulnerabilities that can potentially lead to file mapping and remote code execution on Apache HTT...

9.8CVSS8.2AI score0.99992EPSS
SaveExploits191
Kitploit
Kitploit
added 2026/09/13 5:35 a.m.5 views

CVE-2021-41773_42013

CVE-2021-41773 and CVE-2021-42013 Lab Setup Setup root@kitploit: $ git clone https://github.com/vulf/CVE-2021-4177342013 $ cd CVE-2021-4177342013 cd to the directory of your choice $ docker build -t vulnapache . $ docker run -d vulnapache NOTE: The httpd.conf files are configured to be vulnerable...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits191References1
Kitploit
Kitploit
added 2026/09/13 4:49 a.m.5 views

apache_audit_cve-2026-23918

cve-2026-23918 Defensive audit tools for CVE-2026-23918 Apache HTTPD HTTP/2 double-free RCE and four related CVEs disclosed in the May 4, 2026 Apache Software Foundation security advisory. CVE| Severity| Component| Impact| Affected ---|---|---|---|--- CVE-2026-23918| High CVSS 8.8| HTTP/2| Double...

9.8CVSS7.6AI score0.49727EPSS
SaveExploits19References2
Kitploit
Kitploit
added 2026/09/12 1:00 p.m.9 views

CVE-2017-15715-httpd

CVE-2017-15715-httpd WHS 4th Container Assignment Summary Apache HTTPD is a widely used HTTP server that can run PHP web pages through modphp. From versions 2.4.0 to 2.4.29, there is a parsing vulnerability where a file name ending in .php, such as 1.php\x0A, is recognized as a PHP file, allowing...

8.1CVSS6.7AI score0.85452EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 7:16 a.m.5 views

CVE-2021-41773

CVE-2021-41773 Apache httpd only 2.4.49 For educational purposes only. See Reference for the details. Run root@kitploit: $ git clone https://github.com/masahiro331/CVE-2021-41773.git $ cd CVE-2021-41773 $ docker build -t cve-2021-41773 . $ docker run -d -p 8080:80 cve-2021-41773 Exploit...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits165References1
Kitploit
Kitploit
added 2026/09/11 5:50 a.m.8 views

optionsbleed

optionsbleed This is a proof of concept code to test for the Optionsbleed bug in Apache httpd CVE-2017-9798. Please consider using the tool Snallygaster instead, it has a check for optionsbleed included: root@kitploit: snallygaster -t optionsbleed host usage root@kitploit: optionsbleed -h -n N -a...

7.5CVSS7.1AI score0.94999EPSS
SaveExploits9References1
Rows per page
Query Builder