Lucene search
+L

217 matches found

Kitploit
Kitploit
added 2026/09/09 2:59 a.m.7 views

CVE-2014-0094

CVE-2014-0094 For verification. Refer to https://piyolog.hatenadiary.jp/entry/20140417/1397750197, vulhub/java:7u55-jdk tomcat-8.0.5 struts-2.3.16 reproduced. The classLoader is working, but the crucial log is percent-encoded, so it does not lead to RCE Windows version also added but only 7u191...

5CVSS7.1AI score0.99524EPSS
SaveExploits8
NVD
NVD
added 2026/09/08 2:17 p.m.3 views

CVE-2026-73319

XenForo before 2.3.13 contains a cross-site scripting vulnerability in the dynamic redirect handler that allows unauthenticated attackers to execute arbitrary JavaScript in the board origin by crafting a malicious javascript: URI that bypasses host validation. Attackers can embed the board hostna...

6.1CVSS
SaveExploits1References5
NVD
NVD
added 2026/09/06 12:17 p.m.6 views

CVE-2026-86253

h3 npm package versions = 2.0.1-rc.14 contain a path traversal vulnerability in serveStatic. On Node.js deployments, event.url.pathname is not normalized, so percent-encoded dot segments %2e%2e are passed to decodeURI and decoded to ../ sequences without sanitization. An unauthenticated remote...

8.2CVSS0.00429EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/06 7:23 a.m.9 views

CVE-2021-41773

CVE-2021-41773 — Apache HTTP Server 2.4.49 Path Traversal & RCE ⚠️ For isolated, educational lab use ONLY. This repository builds a deliberately vulnerable Apache server. Never run it on a live, production, or internet-facing host. Red Team internship project by Team Alpha ITSOLERA — Offensive...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits164References1
RedHat Linux
RedHat Linux
added 2026/09/03 10:19 p.m.7 views

libevent: Libevent: HTTP header handling bugs create risk of access control bypass.

A flaw was found in libevent. The evhttpdecodeuriinternal function in http.c decodes percent-encoded %00 bytes into literal NUL characters without rejecting them, allowing an attacker to craft a URI such as /admin/secret%00.jpg where extension-based access checks see .jpg but the server processes...

9.2CVSS8.3AI score0.00403EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/31 10:10 p.m.5 views

GHSA-VCC3-GHJQ-M6FR decode-uri-component: Denial of service via exponential decoding of malformed percent-encoded input

Impact An attacker who can supply input to decodeUriComponent directly or via a dependency that uses this package on URL/query/path data can cause excessive CPU usage and application unresponsiveness. This is an availability issue; there is no known memory corruption, data disclosure, or remote...

8.7CVSS6.4AI score0.00507EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/08/29 2:29 p.m.9 views

fast-uri: fast-uri: URI parsing flaw enables server-side request forgery and redirects

A flaw was found in fast-uri, a software component used for parsing Uniform Resource Identifiers URIs in Node.js applications. This vulnerability arises from an issue in how fast-uri processes the scheme part of a URI, specifically when it contains special characters that are percent-encoded. An...

7.5CVSS5.8AI score0.00232EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/08/24 3:33 p.m.11 views

Double Decoding of the Same Data

Overview fast-uri is a Dependency-free RFC 3986 URI toolbox Affected versions of this package are vulnerable to Double Decoding of the Same Data through hostname normalization in normalize and resolve and the authority recomposition logic in index.js and lib/utils.js. An attacker can redirect an...

8.7CVSS5.6AI score0.0022EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/24 11:16 a.m.23 views

CVE-2026-76172

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS0.00232EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/24 10:07 a.m.34 views

CVE-2026-76172 fast-uri vulnerable to host confusion via percent-encoded scheme normalization

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS5.6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/24 10:07 a.m.72 views

CVE-2026-76172 fast-uri vulnerable to host confusion via percent-encoded scheme normalization

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries...

7.5CVSS0.00232EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 9:29 p.m.12 views

CVE-2026-67448 Mailpit: WebSocket origin check bypass via percent-encoded path (regression of CVE-2026-22689)

Mailpit is an email testing tool and API for developers. From 1.29.0 until 1.30.6, Mailpit's server/server.go origin middleware checks the raw RequestURI for the /api/ prefix while Go's ServeMux routes using the percent-decoded URL path, and server/websockets/client.go configures...

6.5CVSS5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/20 9:29 p.m.40 views

CVE-2026-67448 Mailpit: WebSocket origin check bypass via percent-encoded path (regression of CVE-2026-22689)

Mailpit is an email testing tool and API for developers. From 1.29.0 until 1.30.6, Mailpit's server/server.go origin middleware checks the raw RequestURI for the /api/ prefix while Go's ServeMux routes using the percent-decoded URL path, and server/websockets/client.go configures...

6.5CVSS0.00146EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/20 6:16 p.m.9 views

CVE-2026-73259

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can send a crafted percent-encoded request path to a deployment using MGENABLEDIRLIST and persuade a user to visit it. The mghttpservedir and listdir path in src/http.c places the decoded request URI into the...

5.4CVSS0.0023EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/20 5:39 p.m.11 views

CVE-2026-73259 Mongoose: Reflected XSS via decoded URI in directory listing render

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can send a crafted percent-encoded request path to a deployment using MGENABLEDIRLIST and persuade a user to visit it. The mghttpservedir and listdir path in src/http.c places the decoded request URI into the...

5.4CVSS5AI score0.0023EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 5:39 p.m.18 views

CVE-2026-73259 Mongoose: Reflected XSS via decoded URI in directory listing render

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can send a crafted percent-encoded request path to a deployment using MGENABLEDIRLIST and persuade a user to visit it. The mghttpservedir and listdir path in src/http.c places the decoded request URI into the...

5.4CVSS5.2AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.20 views

PT-2026-79083

Mongoose is an embedded web server and network library. Prior to 7.22, a remote attacker can send a crafted percent-encoded request path to a deployment using MG ENABLE DIRLIST and persuade a user to visit it. The mg http serve dir and listdir path in src/http.c places the decoded request URI int...

5.4CVSS5.1AI score0.0023EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/13 8:45 p.m.27 views

EUVD-2026-40240

nltk: Arbitrary File Read via Path Traversal in nltk.data.load through Percent-Encoded Sequences...

7.5CVSS7.2AI score0.00583EPSS
SaveExploits1References8
SUSE CVE
SUSE CVE
added 2026/08/06 1:05 a.m.14 views

SUSE CVE-2026-66754

Rouille 0.1.6 through 3.6.2 contains a reachable assertion vulnerability in the Request::removeprefix function that allows remote unauthenticated attackers to crash the server by sending a crafted percent-encoded URL. Attackers can send a request whose decoded path matches a configured prefix whi...

5.9CVSS5.6AI score0.00401EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/05 7:34 p.m.61 views

CVE-2026-70615

Boringproxy 0.10.0 is affected by a newline injection in the tunnel-creation endpoint’s domain parameter, enabling authenticated, low-privilege users with tunnel-creation permission to inject lines into the SSH authorized_keys file. This may allow insertion of an unrestricted public key, granting...

9.9CVSS5.7AI score0.00215EPSS
SaveExploits0References2
Rows per page
Query Builder