Lucene search
+L

126 matches found

Kitploit
Kitploit
added 2026/09/11 9:25 a.m.7 views

apache-cve-2021-42013-lab

Apache HTTP Server 2.4.49 路径遍历与远程代码执行 CVE-2021-42013 关于项目 在本项目中,我使用Docker搭建的实验室环境展示了Apache HTTP Server 2.4.49版本中存在的CVE-2021-42013漏洞。 目的是在可控环境中研究漏洞的产生原理、运行机制及其对系统的影响。 本研究仅供教育和实验室目的使用。 使用的技术 Docker Ubuntu 22.04 Apache HTTP Server 2.4.49 Bash curl 项目文件结构 root@kitploit: . ├── Dockerfile ├── index.htm...

9.8CVSS8.3AI score0.99964EPSS
SaveExploits191
Kitploit
Kitploit
added 2026/09/10 11:30 p.m.4 views

CVE-2021-41773

CVE-2021-41773 Apache HTTP服务器漏洞(仅影响2.4.49版本) 需求设置 httpd.conf root@kitploit: ... LoadModule cgimodule modules/modcgi.so 取消注释这一行 ... AllowOverride none Require all denied 注释掉这一行或设置为Require all granted ... 参考 https://attackerkb.com/topics/1RltOPCYqE/cve-2021-41773/rapid7-analysis...

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

cve-2021-41773-docker-lab

Laboratorio CVE-2021-41773 Laboratorio en contenedor para jugar/aprender con CVE-2021-41773 Divulgación de archivos: root@kitploit: $ docker build -t apache-default defaultconf $ docker run -dit --name apache-app -p 81:80 apache-default PoC root@kitploit: curl -s --path-as-is...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits191
Kitploit
Kitploit
added 2026/09/07 1:18 p.m.6 views

CVE-2021-41773

CVE-2021-41773 Reproduction https://www.tenable.com/blog/cve-2021-41773-path-traversal-zero-day-in-apache-http-server-exploited v2.4.49 Apache unique vulnerability, earlier versions do not have the apnormalizepath function. This function was introduced in v2.4.49, and it is exactly this function...

9.8CVSS8AI score0.99992EPSS
SaveExploits165References1
Kitploit
Kitploit
added 2026/09/07 1:15 p.m.5 views

CVE-2024-4577-EXPLOIT

CVE-2024-4577 - PHP CGI 参数注入远程代码执行漏洞 在某些 PHP 版本(8.1. 低于 8.1.29,8.2. 低于 8.2.20,8.3. 低于 8.3.8)中,当在 Windows 上使用 Apache 和 PHP-CGI 运行 PHP 时存在一个严重漏洞。如果系统配置使用了特定代码页,Windows 的“最佳匹配”行为可能会替换传递给 Win32 API 函数的命令行中的字符。此行为可能导致 PHP-CGI 模块将这些字符误解释为 PHP 选项,从而允许攻击者向 PHP 二进制文件传递选项。这可能导致脚本源代码泄露或在服务器上执行任意 PHP 代码。 概念验...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/05 4:37 p.m.8 views

Apache-CVE-2021-42013-RCE-Exploit

🚀 Overview This exploit tool targets path traversal and remote code execution vulnerabilities in Apache HTTP Server versions 2.4.49 and 2.4.50. The tool uses curl backend to bypass URL encoding issues that affect other Python-based exploit attempts, providing reliable exploitation even when other...

9.8CVSS8AI score0.99992EPSS
SaveExploits191
NVD
NVD
added 2026/08/31 5:17 p.m.14 views

CVE-2026-51723

Incorrect access control in the UploadCustomModule function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to install a custom CGI module via sending a crafted POST request to /cgi-bin/cstecgi.cgi...

9.1CVSS0.00286EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/31 12:00 a.m.30 views

CVE-2026-51723

Incorrect access control in the UploadCustomModule function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to install a custom CGI module via sending a crafted POST request to /cgi-bin/cstecgi.cgi...

0.00286EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/31 12:00 a.m.8 views

EUVD-2026-68672

Incorrect access control in the UploadCustomModule function of TOTOLINK T6 4.1.5cu.748B20211015 allows unauthenticated attackers to install a custom CGI module via sending a crafted POST request to /cgi-bin/cstecgi.cgi...

5.9AI score0.00286EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/31 12:00 a.m.12 views

CVE-2026-51723

CVE-2026-51723 is an incorrect access control vulnerability in the UploadCustomModule function of the TOTOLINK T6 router (version 4.1.5cu.748_B20211015). An unauthenticated attacker can send a crafted POST request to /cgi-bin/cstecgi.cgi to install a custom CGI module on the device. The CVSS 3.1 ...

9.1CVSS5.9AI score0.00286EPSS
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/06/24 1:07 a.m.131 views

Exploit for Path Traversal in Apache Http_Server

CVE-2021-42013 — PoC: Path Traversal + RCE via modcgi bypass...

9.8CVSS7.4AI score0.99992EPSS
SaveExploits191
GithubExploit
GithubExploit
added 2026/06/23 4:07 a.m.141 views

Exploit for Path Traversal in Apache Http_Server

CVE-2021-41773 — PoC: Path Traversal + RCE via modcgi So...

9.8CVSS7.6AI score0.99992EPSS
SaveExploits165
OSV
OSV
added 2026/05/11 9:45 p.m.26 views

CLSA-2026-1778535928 python: Fix of 2 CVEs

CVE-2021-3733: fix ReDoS in urllib2 AbstractBasicAuthHandler regex; the legacy '?:.,' prefix is replaced with the upstream-3.x form '?:^|,' and the scheme charset excludes ',' to prevent quadratic backtracking on crafted WWW-Authenticate headers - CVE-2021-23336: stop accepting ';' as a default...

6.5CVSS5.8AI score0.35963EPSS
SaveExploits2References1
Tenable Nessus
Tenable Nessus
added 2026/01/19 12:00 a.m.10 views

MiracleLinux 4 : perl-5.10.1-130.AXS4 (AXSA:2013-320:01)

The remote MiracleLinux 4 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2013-320:01 advisory. Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is...

7.5CVSS8.2AI score0.63488EPSS
SaveExploits14References5
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.9 views

MiracleLinux 4 : perl-5.10.1-119.AXS4 (AXSA:2011-570:01)

The remote MiracleLinux 4 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2011-570:01 advisory. Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is...

5CVSS8.1AI score0.1058EPSS
SaveExploits2References4
RedHat Linux
RedHat Linux
added 2025/12/22 11:27 p.m.10 views

httpd: Apache HTTP Server: Server Side Includes adds query string to #exec cmd=...

A server side include handling flaw has been discovered in the Apache HTTP server. When Server Side Includes SSI areenabled and modcgid but not modcgi passes the shell-escaped query string to exec cmd="..." directives an attacker may be able to inject commands executed by the server...

8.3CVSS5.7AI score0.01424EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2004-0981

Malware in sbrugna...

5CVSS7.3AI score0.01898EPSS
SaveExploits0References11
EUVD
EUVD
added 2025/10/07 12:30 a.m.12 views

EUVD-2002-0246

Malware in sbrugna...

5CVSS6.4AI score0.07213EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2003-0093

Malware in sbrugna...

7.5CVSS6.4AI score0.01543EPSS
SaveExploits0References7
Exploit DB
Exploit DB
added 2025/06/15 12:00 a.m.352 views

PHP CGI Module 8.3.4 - Remote Code Execution (RCE)

!/usr/bin/env python3 Exploit Title: PHP CGI Module 8.3.4 - Remote Code Execution RCE Date: 2025-06-13 Exploit Author: @ibrahimsql Exploit Author's github: https://github.com/yigitsql old account banned Vendor Homepage: https://www.php.net/ Software Link: https://www.php.net/downloads Version: PH...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Rows per page
Query Builder