Lucene search
+L

210 matches found

Kitploit
Kitploit
added 2026/09/21 5:07 p.m.10 views

CVE-2021-41773-POC

CVE-2021-41773-POC The POC and Lab setup documentation of CVE 2021 41773 What is CVE-2021-41773? CVE-2021-41773 is a path traversal vulnerability in Apache HTTP server 2.4.49 and 2.4.50. This vulnerability exploits an update in the path normalisation code introduced in this version. root@kitploit...

9.8CVSS8.3AI score0.99992EPSS
SaveExploits167References1
Kitploit
Kitploit
added 2026/09/20 7:34 p.m.10 views

CVE-2025-55752

CVE-2025-55752: Apache Tomcat Path Traversal Vulnerability A Docker-based reproduction environment to reproduce the path traversal vulnerability CVE-2025-55752 in Apache Tomcat 10.1.44. Overview CVE-2025-55752 is a path traversal vulnerability in the RewriteValve component of Apache Tomcat, cause...

8.1AI score0.66535EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/17 8:00 p.m.8 views

CVE-2025-47273-PoC

CVE-2025-47273: setuptools version 78.1.0 - Path Traversal in setuptools.packageindex Disclaimer This Proof of Concept PoC is intended for educational purposes and authorized security auditing only. The author assumes no responsibility for misuse of this information. Unauthorized access to comput...

8.8CVSS7.3AI score0.01539EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/16 9:58 a.m.10 views

CVE-2025-55752

🚨🚨 CVE-2025-55752 — Apache Tomcat:通过 Rewrite Valve 绕过目录保护 → 基于 PUT 的 RCE🚨🚨 摘要 CVE-2025-55752 是 Apache Tomcat 在修复 bug 60013 时引入的一个安全回归问题。当使用 Rewrite Valve 时,Tomcat 在 URL 解码 之前应用 路径规范化 。这种错误的顺序使得精心构造的 URI 能够绕过 StandardContextValve.java 中对 /WEB-INF/ 和 /META-INF/ 等受保护路径实施的访问检查。如果服务器接受 HTTP PUT...

7.5CVSS8.2AI score0.66535EPSS
SaveExploits4
Cvelist
Cvelist
added 2026/09/14 5:20 p.m.33 views

CVE-2026-55846 Allure: Path Traversal in Allure Report HTTP Server Allows Arbitrary File Read

Allure 2 is the version 2.x branch of Allure Report, a multi-language test reporting tool. Prior to 2.39.0, the HTTP server started by allure serve and allure open uses URI.getPath in Commands.setUpServer in allure-commandline/src/main/java/io/qameta/allure/Commands.java and passes the...

6.2CVSS0.00149EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/09/07 7:45 a.m.10 views

Security update for python313-pip

This update for python313-pip fixes the following issue: CVE-2026-13346: incorrect handling of doubly-encoded package URLs from malicious indexes allows files to be installed to arbitrary locations on disk bsc1273090. Patch Instructions: To install this SUSE update use the SUSE recommended...

5.6CVSS6AI score0.00292EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/09/05 12:31 a.m.19 views

SUSE CVE-2026-54563

Cloudreve is a self-hosted file management and sharing system. Prior to 4.16.1, a Cloudreve WebDAV account rooted at a configured folder can send paths such as /dav/%2e%2e/outside.txt because stripPrefix in pkg/webdav/webdav.go joins the decoded request suffix to the account root with...

7.1CVSS5.4AI score0.00315EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/04 9:51 a.m.46 views

CVE-2026-76169

Fastify (versions >= 4.0.0 and

7.5CVSS5.4AI score0.00508EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/09/04 12:00 a.m.16 views

PT-2026-85449

fastify versions = 4.0.0 and before 5.12.2 can route a malformed URL sent under one plugin prefix to the custom not-found handler of a different sibling plugin, and invoke it without the preHandler hook declared for that handler. The internal not-found router for encapsulated handlers dispatches...

7.5CVSS5.3AI score0.00508EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/09/03 9:30 a.m.9 views

github.com/labstack/echo: Echo: Unauthorized Information Disclosure via URL Path Decoding Discrepancy

A flaw was found in Echo, a Go web framework. An attacker can exploit a disagreement in URL path decoding between the router and the static file handler. The router processes raw encoded paths, while the static file handler unescapes encoded forward slashes. This allows an attacker to bypass...

7.5CVSS5.8AI score0.00431EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/08/31 2:32 p.m.20 views

github.com/labstack/echo: Echo: Unauthorized Information Disclosure via URL Path Decoding Discrepancy

A flaw was found in Echo, a Go web framework. An attacker can exploit a disagreement in URL path decoding between the router and the static file handler. The router processes raw encoded paths, while the static file handler unescapes encoded forward slashes. This allows an attacker to bypass...

7.5CVSS5.8AI score0.00431EPSS
SaveExploits0References5
GithubExploit
GithubExploit
added 2026/08/31 1:01 p.m.26 views

Exploit for Classic Buffer Overflow in Cisco Adaptive_Security_Appliance_Software

CVE-2025-20333 - Complete Research & Exploitation Toolkit...

9.9CVSS7.3AI score0.87085EPSS
SaveExploits3
GithubExploit
GithubExploit
added 2026/08/29 4:15 p.m.32 views

Exploit for CVE-2026-12243

CVE-2026-12243 — NLTK Path Traversal Lab !CVEhttps://img...

7.2AI score0.00583EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2026/08/28 1:06 a.m.10 views

SUSE CVE-2026-55677

Echo is a Go web framework. Prior to 4.15.3 and 5.2.0, Echo's router and static file handler disagree on URL path decoding. The router matches routes using the raw encoded path preserving %2F as-is, while StaticDirectoryHandler unescapes %2F to / before resolving filesystem paths. This allows an...

7.5CVSS5.9AI score0.00431EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 2:32 p.m.9 views

GO-2026-6135 openhole-server vulnerable to path traversal via URL-decoded request path in github.com/bablilayoub/openhole

openhole-server vulnerable to path traversal via URL-decoded request path in github.com/bablilayoub/openhole...

8.6CVSS5.3AI score0.00361EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/13 12:17 p.m.17 views

CVE-2026-73628

Serendipity versions = 2.3.5 and . In include/functionsrouting.inc.php serveSearch, the sanitisation pipeline runs urldecode after HTML-encoding, so a single URL-encoded HTML payload survives striptags and htmlspecialchars and is then decoded back into live HTML in the page. A crafted search link...

6.1CVSS5.4AI score0.00189EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:00 a.m.21 views

EulerOS 2.0 SP13 : mutt (EulerOS-SA-2026-2982)

According to the versions of the mutt packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : mutt before 2.3.2 sometimes uses strfcpy instead of memcpy for the IMAP authcram MD5 digest.CVE-2026-43859 In mutt before 2.3.2, the imapauthgss...

3.7CVSS5.5AI score0.00201EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/01 12:00 a.m.15 views

openSUSE 16: tomcat11 / tomcat11-admin-webapps / tomcat11-el-6_0-api / etc (openSUSE-SU-2026:21490-1)

The remote openSUSE 16 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21490-1 advisory. This update for tomcat11 fixes the following issues - Update to Tomcat 11.0.24 - CVE-2026-59083: Incorrect URL decoding in RewriteValve may allo...

9.1CVSS5.6AI score0.00506EPSS
SaveExploits1References6
EUVD
EUVD
added 2026/07/31 7:03 p.m.17 views

EUVD-2026-51612

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, fileloader decodes percent-encoded path segments after its root-boundary validation, allowing traversal outside FILELOADERROOTPATH through watermark or frame filter input. This issue is fixed in 7.8.0...

8.7CVSS5.5AI score0.00357EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/07/14 8:13 a.m.12 views

CVE-2026-59083 Apache Tomcat: Incorrect URL decoding in RewriteValve may allow security control bypass

Improper Handling of URL Encoding Hex Encoding vulnerability in Apache Tomcat's rewrite valve allowed security constraint bypass for some configurations. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.23, from 10.1.0-M1 through 10.1.56, from 9.0.0.M1 through 9.0.119, from 8.5.0...

6.1AI score0.0037EPSS
SaveExploits1References1
Rows per page
Query Builder