Lucene search
+L

176 matches found

Kitploit
Kitploit
added 2026/08/31 5:13 a.m.4 views

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

Security Advisory: Remote Denial of Service via Reachable Assertion in URL Prefix Handling rouille Assigned CVE ID: CVE-2026-66754 Summary Request::removeprefix tests the percent-decoded URL but asserts on the raw one. A request whose decoded path starts with the prefix while its raw path does no...

8.2CVSS5.8AI score0.00401EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/31 3:24 a.m.5 views

CVE-2021-41773-POC

CVE-2021-41773 취약점 재현 보고서 취약점 개요 CVE ID : CVE-2021-41773 취약점 이름 : Apache HTTP Server 경로 순회 취약점 위험 등급 : 높음 CVSS 7.5 영향 버전 : Apache HTTP Server 2.4.49 취약점 설명 : Apache HTTP Server 2.4.49 버전의 경로 정규화 함수 apnormalizepath 구현 결함으로, 공격자는 %2e 인코딩이 포함된 특수 요청을 구성하여 접근 제어를 우회하고 웹 서버의 임의 파일을 읽을 수 있습니다. 환경 구축 운영...

9.8CVSS7.2AI score0.99992EPSS
SaveExploits164
Kitploit
Kitploit
added 2026/08/30 12:18 a.m.10 views

CVE-2026-12243-NLTK-PoC

CVE-2026-12243 — NLTK पाथ ट्रैवर्सल लैब एक छोटा, पुनरुत्पादनीय Docker लैब जो NLTK 3.9.4 में प्रतिशत-एन्कोडेड पाथ ट्रैवर्सल व्यवहार की तुलना NLTK 3.10.0 में सुधारे गए व्यवहार से करता है। कमजोर संस्करण URL डिकोडिंग से पहले संसाधन नाम को मान्य करता है। फिक्स्ड पेलोड...

7.1AI score0.00583EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/08/29 3:27 p.m.10 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.00234EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/29 3:27 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.00247EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/29 2:29 p.m.11 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
Kitploit
Kitploit
added 2026/08/28 3:00 a.m.6 views

CVE-2024-38819-POC2

CVE-2024-38819: Proof of Concept PoC Questa è una proof of concept per la vulnerabilità CVE-2024-38819, da me segnalata, che dimostra uno sfruttamento di path traversal. Passaggi di esecuzione 1. Costruisci l'immagine Docker Spring Boot 3.3.4, basato su Spring Framework 6.1.13 root@kitploit: cd...

7.5CVSS6.6AI score0.54862EPSS
SaveExploits6
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.00247EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/25 12:00 a.m.7 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.00234EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/24 1:11 p.m.17 views

CVE-2026-76842

CVE-2026-76842 affects the Mercado Pago Node.js SDK (through 3.4.0 ). The payment, paymentRefund, advancedPayment, and disbursementRefund clients interpolate caller-supplied identifiers into API request paths via template literals without percent-encoding , so URL-structural characters (dot-dot, ...

8.8CVSS5.4AI score0.0038EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 10:16 a.m.12 views

CVE-2026-75899

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 authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS0.00234EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/20 9:34 p.m.10 views

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

Summary The cross-site WebSocket hijacking fix was reimplemented as an origin check gated on a raw-URI prefix test, but Go's ServeMux routes on the percent-decoded path, so requesting /%61pi/events reaches the WebSocket handler while skipping the only origin control, and the upgrader itself accep...

6.5CVSS5.6AI score0.00221EPSS
SaveExploits2References4Affected Software1
EUVD
EUVD
added 2026/08/20 9:29 p.m.13 views

EUVD-2026-63668

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.4AI score0.00146EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 7:06 p.m.19 views

CVE-2026-19670 Incorrect Authorization in CISA Malcolm

Malcolm's nginx Lua role-based access control RBAC layer decides whether an authenticated user may reach a role-restricted path e.g. /htadmin, /auth, /adminlogin, /arkime/api/esadmin, NetBox, upload endpoints by pattern-matching the raw, percent-encoded request URI. Nginx itself, however, selects...

5.4CVSS0.00185EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 7:06 p.m.58 views

CVE-2026-19670

Malcolm's nginx Lua RBAC layer pattern-matches the raw percent-encoded URI while nginx routes using the decoded URI, allowing an authenticated low-privilege user to access admin-only paths via encoded URLs like /%68tadmin.php. CVSS 5.4 (MEDIUM); no in-the-wild exploitation reported. No patch vers...

5.4CVSS5.3AI score0.00185EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/18 7:06 p.m.12 views

EUVD-2026-61157

Malcolm's nginx Lua role-based access control RBAC layer decides whether an authenticated user may reach a role-restricted path e.g. /htadmin, /auth, /adminlogin, /arkime/api/esadmin, NetBox, upload endpoints by pattern-matching the raw, percent-encoded request URI. Nginx itself, however, selects...

5.4CVSS5.4AI score0.00185EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 3:11 p.m.7 views

CVE-2026-73851 Kiota: Path traversal in generated plugin manifest static_template.file reference (percent-encoding bypass)

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.29.1 and 1.34.0, an attacker who controls or tampers with the OpenAPI description consumed by Kiota can supply a file reference that resolves outside the manifest package e.g. ../../../../etc/passwd, an absolute path, or a file:// /...

6.1CVSS5.5AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2026/08/17 3:11 p.m.10 views

CVE-2026-73851 Kiota: Path traversal in generated plugin manifest static_template.file reference (percent-encoding bypass)

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.29.1 and 1.34.0, an attacker who controls or tampers with the OpenAPI description consumed by Kiota can supply a file reference that resolves outside the manifest package e.g. ../../../../etc/passwd, an absolute path, or a file:// /...

6.1CVSS5.4AI score0.01479EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/17 3:11 p.m.39 views

CVE-2026-73851 Kiota: Path traversal in generated plugin manifest static_template.file reference (percent-encoding bypass)

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.29.1 and 1.34.0, an attacker who controls or tampers with the OpenAPI description consumed by Kiota can supply a file reference that resolves outside the manifest package e.g. ../../../../etc/passwd, an absolute path, or a file:// /...

6.1CVSS0.01479EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/10 9:21 a.m.14 views

CVE-2026-64653

A flaw was found in GitHub CLI. This vulnerability arises from the tool's failure to properly percent-encode variable path components in HTTP request URLs. An attacker could craft malicious repository or resource values containing URL path metacharacters. This could lead to the GitHub CLI...

5.4CVSS5.2AI score0.00511EPSS
SaveExploits0References6
Rows per page
Query Builder