Lucene search
+L

27 matches found

Kitploit
Kitploit
added 2026/09/08 2:13 p.m.8 views

CVE-2026-66746-HTTP-Response-Splitting-via-Unvalidated-Response-Header-Values-rouille-

Security Advisory: HTTP Response Splitting via Unvalidated Response Header Values rouille Assigned CVE ID: CVE-2026-66746 Summary rouille writes response header values to the client without checking them for carriage return or line feed. An application that places attacker-influenced text into a...

5.4CVSS5.9AI score0.00241EPSS
SaveExploits1
OSV
OSV
added 2026/09/02 3:42 p.m.6 views

GHSA-FPH4-WMHF-6FWF fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding

Impact fast-uri decodes a hostname's percent escapes twice in a single normalize or resolve call: once during parsing and again during authority recomposition. A nested percent-encoded host therefore survives the first decode and is turned into a live destination by the second, so...

7.5CVSS5.9AI score0.0022EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2026/08/29 2:40 p.m.26 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 2:29 p.m.9 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
OSV
OSV
added 2026/08/24 9:40 a.m.51 views

CVE-2026-75899 fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding

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.5CVSS5.6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/24 9:40 a.m.43 views

CVE-2026-75899 fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding

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.0022EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/20 6:15 p.m.16 views

OSEC-2026-16 Path traversal in Cohttp.Path.resolve_local_file

The issue is that the function normalizes the URI path before percent decoding it: OCaml let resolvelocalfile docroot uri = let path = Uri.pctdecode path resolve "http" ofstring "/" uri in ... Because %2f is decoded after Uri.resolve, encoded separators survive dot-segment normalization. For...

8.7CVSS5.5AI score
SaveExploits0
CVE
CVE
added 2026/08/20 5:55 p.m.89 views

CVE-2026-63385

Libevent versions before 2.1.13 and 2.2.2-alpha contain two HTTP parsing flaws in http.c: evhttp_decode_uri_internal decodes %00 into literal NUL bytes, truncating paths to bypass validation; evhttp_header_is_valid_value accepts obsolete line folding with CRLF, enabling header injection and acces...

9.2CVSS5.3AI score0.00403EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/18 7:06 p.m.34 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.3CVSS5.5AI score0.00387EPSS
SaveExploits0References4
Ubuntu
Ubuntu
added 2026/06/25 7:53 a.m.24 views

USN-8470-1: cpp-httplib vulnerability

It was discovered that cpp-httplib incorrectly percent-decoded HTTP request header values. A remote attacker could use this to inject crafted header content possibly leading to response splitting, log injection or proxy smuggling...

9.9CVSS5.9AI score0.00295EPSS
SaveExploits1
OSV
OSV
added 2026/06/19 2:21 p.m.40 views

GHSA-P88M-4JFJ-68FV undici vulnerable to HTTP header injection via Set-Cookie percent-decoding

Impact undici's cookie parser in parseSetCookie percent-decodes cookie values via qsUnescape, turning encoded sequences like %0D%0A, %00, %3B, and %3D into their literal byte equivalents. RFC 6265 §5.4 does not specify any decoding and browsers do not decode either. Applications that parse a...

5.9CVSS6AI score0.00257EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/17 6:18 p.m.8 views

AZL-91188 CVE-2026-9679 affecting package nodejs for versions less than 24.18.1-1

Impact: undici's cookie parser in parseSetCookie percent-decodes cookie values via qsUnescape, turning encoded sequences like %0D%0A, %00, %3B, and %3D into their literal byte equivalents. RFC 6265 §5.4 does not specify any decoding and browsers do not decode either. Applications that parse a...

5.9CVSS6.7AI score0.00257EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/06/17 4:56 p.m.14 views

CVE-2026-9679

Impact: undici's cookie parser in parseSetCookie percent-decodes cookie values via qsUnescape, turning encoded sequences like %0D%0A, %00, %3B, and %3D into their literal byte equivalents. RFC 6265 §5.4 does not specify any decoding and browsers do not decode either. Applications that parse a...

5.9CVSS5.5AI score0.00257EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/06/15 8:20 p.m.39 views

python-multipart: Content-Disposition parameter smuggling via RFC 2231/5987 extended parameters

Summary parseoptionsheader parsed Content-Disposition and Content-Type headers with email.message.Message, which transparently applies RFC 2231/5987 decoding. The extended parameter syntax filename=charset'lang'value, name=..., and the filename0/filename1 continuation form is decoded and surfaced...

5.3CVSS5.3AI score0.00291EPSS
SaveExploits0References6Affected Software1
SUSE CVE
SUSE CVE
added 2026/06/02 1:38 a.m.18 views

SUSE CVE-2026-45372

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.44.0, when cpp-httplib's server parses an incoming request, it applies percent-decoding to every header value except Location and Referer. The validity check isfieldvalue is run before decoding, so encode...

8.1CVSS5.6AI score0.00295EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2026/05/29 8:16 p.m.10 views

CVE-2026-45372

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.44.0, when cpp-httplib's server parses an incoming request, it applies percent-decoding to every header value except Location and Referer. The validity check isfieldvalue is run before decoding, so encode...

9.9CVSS6.9AI score0.00295EPSS
SaveExploits1References4
OSV
OSV
added 2026/05/29 8:16 p.m.52 views

UBUNTU-CVE-2026-45372

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.44.0, when cpp-httplib's server parses an incoming request, it applies percent-decoding to every header value except Location and Referer. The validity check isfieldvalue is run before decoding, so encode...

9.9CVSS5.6AI score0.00295EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/05/29 7:21 p.m.22 views

EUVD-2026-33427

cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.44.0, when cpp-httplib's server parses an incoming request, it applies percent-decoding to every header value except Location and Referer. The validity check isfieldvalue is run before decoding, so encode...

9.9CVSS5.6AI score0.00295EPSS
SaveExploits1References1
CVE
CVE
added 2026/05/29 7:21 p.m.66 views

CVE-2026-45372

In cpp-httplib, prior to version 0.44.0, the server-side header parsing in parse_header applies percent-decoding to header values (except Location and Referer) after validating the pre-decoded string. The validity check (is_field_value) runs before decoding, allowing an encoded %0D%0A to bypass c...

9.9CVSS5.6AI score0.00295EPSS
SaveExploits1References1Affected Software1
NVD
NVD
added 2026/05/04 7:16 a.m.34 views

CVE-2026-43861

mutt before 2.3.2 does not check for '\0' in urlpctdecode...

3.7CVSS0.00162EPSS
SaveExploits0References1
Rows per page
Query Builder