Lucene search
+L

192 matches found

Nuclei
Nuclei
added 2026/09/14 5:13 a.m.10 views

GitLab CE/EE <=19.1.7/19.2.5/19.3.1 - Arbitrary File Read

GitLab CE/EE contains an unauthenticated arbitrary file read. Workhorse, the reverse proxy in front of Rails, matches upload routes using EscapedPath and path.Clean without decoding percent sequences, while Puma decodes them before routing to Grape. Appending a trailing slash to commits or...

10CVSS0.11115EPSS
SaveExploits10References5
Kitploit
Kitploit
added 2026/09/13 11:30 p.m.8 views

CVE-2024-38819-POC2

CVE-2024-38819: Proof of Concept PoC This is a proof of concept for the CVE-2024-38819 vulnerability, which I reported, demonstrating a path traversal exploit. Execution Steps 1. Build the Docker image Spring Boot 3.3.4, based on Spring Framework 6.1.13 root@kitploit: cd vuln docker build -t...

7.5CVSS6.8AI score0.54862EPSS
SaveExploits6
GithubExploit
GithubExploit
added 2026/09/12 8:40 p.m.25 views

Exploit for CVE-2026-85706

cve-2026-85706 Unauthenticated arbitrary local file read in G...

10CVSS0.11115EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/12 4:50 a.m.13 views

CVE-2026-12243-NLTK-PoC

CVE-2026-12243 — NLTK Path Traversal Lab A small, reproducible Docker lab that contrasts the percent-encoded path traversal behavior in NLTK 3.9.4 with the corrected behavior in NLTK 3.10.0. The vulnerable version validates the resource name before URL decoding. The fixed payload...

7.5AI score0.00583EPSS
SaveExploits1References5
Kitploit
Kitploit
added 2026/09/11 8:34 p.m.6 views

CVE-2021-41773-POC

CVE-2021-41773 Informe de Reproducción de Vulnerabilidad Resumen de la Vulnerabilidad CVE ID : CVE-2021-41773 Nombre de la Vulnerabilidad : Vulnerabilidad de Path Traversal en Apache HTTP Server Nivel de Riesgo : Alto CVSS 7.5 Versiones Afectadas : Apache HTTP Server 2.4.49 Descripción de la...

9.8CVSS8.1AI score0.99992EPSS
SaveExploits165
Kitploit
Kitploit
added 2026/09/11 1:16 p.m.7 views

CVE-2026-66754-Remote-Denial-of-Service-via-Reachable-Assertion-in-URL-Prefix-Handling-rouille-

Aviso de seguridad: Denegación de servicio remota mediante aserción alcanzable en el manejo de prefijos de URL rouille CVE ID asignado: CVE-2026-66754 Resumen Request::removeprefix comprueba la URL decodificada en porcentaje, pero hace la aserción sobre la URL cruda. Una solicitud cuya ruta...

8.2CVSS5.9AI score0.00401EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/09 1:32 a.m.6 views

CVE-2026-73319

CVE-2026-73319 XenForo before 2.3.13 accepts a same-host javascript: URI as a dynamic redirect and later assigns it to window.location. What happens Server-side redirect validation rejects foreign hosts but does not require HTTP or HTTPS. A URL shaped as javascript://board-host/%0A... parses with...

6.1CVSS0.00286EPSS
SaveExploits2
CVE
CVE
added 2026/09/06 12:00 p.m.23 views

CVE-2026-86253

h3 (npm package) versions up to 2.0.1-rc.14 and 1.x before 1.15.6 are affected by a path traversal vulnerability in serveStatic() . On Node.js deployments, the URL pathname is not normalized before being passed to decodeURI(), so percent-encoded dot segments (%2e%2e) decode to ../ sequences witho...

8.2CVSS5.9AI score0.00429EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/06 12:00 p.m.10 views

EUVD-2026-72109

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.2CVSS5.9AI score0.00429EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/06 12:00 p.m.40 views

CVE-2026-86253 h3 before 1.15.6 Path Traversal via Percent-Encoded Dot Segments

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
NVD
NVD
added 2026/09/03 2:17 p.m.9 views

CVE-2026-80515

In Eclipse Arrowhead versions from 5.0.0 to 5.2.1 the management-authorization gate that protects every /…/mgmt/… REST endpoint decides whether to apply its check by calling request.getRequestURL.toString.contains"/mgmt/". Tomcat returns getRequestURL un-decoded, while Spring MVC's...

8.9CVSS0.00293EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/03 1:41 p.m.23 views

CVE-2026-80515

Eclipse Arrowhead versions 5.0.0 through 5.2.1 are affected by an authorization-bypass vulnerability in the management REST endpoints. The root cause is a mismatch between Tomcat's undecoded getRequestURL() and Spring MVC's decoded routing: the management-authorization gate checks for the literal...

8.9CVSS5.9AI score0.00293EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/03 1:41 p.m.12 views

EUVD-2026-70470

In Eclipse Arrowhead versions from 5.0.0 to 5.2.1 the management-authorization gate that protects every /…/mgmt/… REST endpoint decides whether to apply its check by calling request.getRequestURL.toString.contains"/mgmt/". Tomcat returns getRequestURL un-decoded, while Spring MVC's...

8.9CVSS5.9AI score0.00293EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/02 3:41 p.m.6 views

GHSA-JQFF-G426-HQXP fast-uri vulnerable to host confusion via percent-encoded scheme normalization

Impact fast-uri decodes percent-encoded characters in the scheme component with the legacy global unescape and serializes the result back as raw characters, without re-escaping it or validating it as a scheme. A scheme that decodes to characters outside the RFC 3986 scheme grammar can therefore...

7.5CVSS5.9AI score0.00232EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2026/08/29 3:27 p.m.22 views

fast-uri: fast-uri: Server-Side Request Forgery via repeated hostname percent-decoding

A flaw was found in fast-uri, a URI parser for Node.js. The component incorrectly decodes percent escapes in a hostname twice during URI parsing and authority recomposition. This double decoding can allow a remote attacker to manipulate a URI to point to a different network destination, such as a...

7.5CVSS5.9AI score0.0022EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/29 3:27 p.m.17 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
RedHat Linux
RedHat Linux
added 2026/08/29 2:40 p.m.33 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
RedHat Linux
RedHat Linux
added 2026/08/29 2:29 p.m.12 views

fast-uri: fast-uri: URI authority bypass due to improper delimiter handling

A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by crafting a malicious Uniform Resource Identifier URI that contains percent-encoded authority delimiters. The fast-uri library incorrectly decodes these delimiters during normalization and then re-emits them as raw...

7.5CVSS6.3AI score0.00475EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/27 1:08 p.m.7 views

CVE-2026-76172

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.5AI score0.00232EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/25 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-75899

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authorit...

7.5CVSS5.8AI score0.00475EPSS
SaveExploits0References4
Rows per page
Query Builder