Lucene search
+L

1022 matches found

RedhatCVE
RedhatCVE
added yesterday4 views

CVE-2026-15157

A flaw was found in undici. An application that processes a hand-rolled blob-like request body with a type property derived from untrusted input may allow a remote attacker to inject Carriage Return Line Feed CRLF sequences. This vulnerability enables the attacker to append arbitrary HTTP headers...

5.4CVSS5.7AI score0.00153EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added yesterday3 views

CVE-2026-14643

A flaw was found in undici. The cache interceptor in undici improperly handles optional whitespace around the equals sign in no-cache or private Cache-Control directives. This vulnerability allows an attacker to bypass cache restrictions, leading to cross-user information disclosure. Specifically...

7.5CVSS5.5AI score0.00229EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added yesterday3 views

CVE-2026-16728

A flaw was found in undici. A malicious or faulty upstream server could send a partial response with incorrect length information. When undici's retry interceptor processes this, it may create a response body with a length that does not match the original Content-Length header. This can lead to...

6.5CVSS5.5AI score0.00176EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added yesterday5 views

CVE-2026-13697

A flaw was found in undici. This vulnerability allows for cross-user information disclosure when malformed Cache-Control private directives cause private response bodies and headers, such as Set-Cookie data, to be stored in a shared cache and subsequently exposed to other users. Additionally, a...

9.1CVSS7AI score0.00313EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago4 views

GHSA-M8RV-5G2X-5CG5 undici vulnerable to CRLF Injection via blob-like body 'type' property

Impact When an application passes a duck-typed blob-like body to undici's HTTP/1.1 dispatcher via request, stream, pipeline, or dispatch with a .type derived from untrusted input, an attacker can inject CRLF sequences \r\n to append arbitrary HTTP headers and potentially smuggle a second request...

4.2CVSS7.3AI score0.00153EPSS
SaveExploits0References10
Github Security Blog
Github Security Blog
added 2 days ago7 views

undici vulnerable to CRLF Injection via blob-like body 'type' property

Impact When an application passes a duck-typed blob-like body to undici's HTTP/1.1 dispatcher via request, stream, pipeline, or dispatch with a .type derived from untrusted input, an attacker can inject CRLF sequences \r\n to append arbitrary HTTP headers and potentially smuggle a second request...

5.4CVSS7.3AI score0.00153EPSS
SaveExploits0References10Affected Software1
Patchstack
Patchstack
added 2 days ago7 views

NPM: undici vulnerable to CRLF Injection via blob-like body 'type' property

NPM: undici vulnerable to CRLF Injection via blob-like body 'type' property vulnerability discovered by ? in WordPress Npm undici versions 6.28.0...

5.4CVSS7.2AI score0.00153EPSS
SaveExploits0References10Affected Software1
EUVD
EUVD
added 2 days ago11 views

EUVD-2026-50568

undici vulnerable to CRLF Injection via blob-like body 'type' property...

4.2CVSS7.2AI score0.00153EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2 days ago11 views

undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives

Impact Undici's cache interceptor mishandles optional whitespace OWS placed around the = of a qualified no-cache or private Cache-Control directive, such as no-cache ="authorization" OWS before = or no-cache= "authorization" OWS after =. The parser either drops the directive entirely or stores a...

7.5CVSS7.2AI score0.00229EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2 days ago9 views

EUVD-2026-50567

undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives...

5.9CVSS7.2AI score0.00229EPSS
SaveExploits0References7
OSV
OSV
added 2 days ago5 views

GHSA-JR45-8VMC-QM54 undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives

Impact Undici's cache interceptor mishandles optional whitespace OWS placed around the = of a qualified no-cache or private Cache-Control directive, such as no-cache ="authorization" OWS before = or no-cache= "authorization" OWS after =. The parser either drops the directive entirely or stores a...

5.9CVSS7.2AI score0.00229EPSS
SaveExploits0References8
Patchstack
Patchstack
added 2 days ago7 views

NPM: undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives

NPM: undici vulnerable to cross-user information disclosure via whitespace around equals in Cache-Control directives vulnerability discovered by ? in WordPress Npm undici versions = 7.0.0, 7.29.0...

7.5CVSS7.2AI score0.00229EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2 days ago8 views

undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields

Impact The setCookie function has two attribute injection paths. validateCookieDomain does not reject semicolons validateCookiePath already does at 0x3B, so a domain value like example.com; SameSite=None lands verbatim as Domain=example.com; SameSite=None. The unparsed array's loop only checks ea...

4.8CVSS7.2AI score0.00176EPSS
SaveExploits0References10Affected Software1
EUVD
EUVD
added 2 days ago14 views

EUVD-2026-50416

undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields...

4.8CVSS7.2AI score0.00176EPSS
SaveExploits0References9
OSV
OSV
added 2 days ago4 views

GHSA-V3R7-H72X-CJCM undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields

Impact The setCookie function has two attribute injection paths. validateCookieDomain does not reject semicolons validateCookiePath already does at 0x3B, so a domain value like example.com; SameSite=None lands verbatim as Domain=example.com; SameSite=None. The unparsed array's loop only checks ea...

4.8CVSS7.2AI score0.00176EPSS
SaveExploits0References10
Patchstack
Patchstack
added 2 days ago7 views

NPM: undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields

NPM: undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields vulnerability discovered by ? in WordPress Npm undici versions 6.28.0...

4.8CVSS7.2AI score0.00176EPSS
SaveExploits0References10Affected Software1
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-50566

undici vulnerable to downstream response desynchronization via retry interceptor...

4.8CVSS7.2AI score0.00176EPSS
SaveExploits0References13
OSV
OSV
added 2 days ago5 views

GHSA-8XCM-R25X-G524 undici vulnerable to downstream response desynchronization via retry interceptor

Impact Undici's interceptors.retry can deliver a response whose body length does not match the Content-Length header exposed to the application after a retry or resume of a partial response. Applications that use interceptors.retry and forward upstream response headers and bodies downstream, for...

4.8CVSS7.2AI score0.00176EPSS
SaveExploits0References14
Github Security Blog
Github Security Blog
added 2 days ago8 views

undici vulnerable to downstream response desynchronization via retry interceptor

Impact Undici's interceptors.retry can deliver a response whose body length does not match the Content-Length header exposed to the application after a retry or resume of a partial response. Applications that use interceptors.retry and forward upstream response headers and bodies downstream, for...

6.5CVSS7.2AI score0.00176EPSS
SaveExploits0References14Affected Software1
Patchstack
Patchstack
added 2 days ago9 views

NPM: undici vulnerable to downstream response desynchronization via retry interceptor

NPM: undici vulnerable to downstream response desynchronization via retry interceptor vulnerability discovered by ? in WordPress Npm undici versions 6.28.0...

6.5CVSS7.2AI score0.00176EPSS
SaveExploits0References14Affected Software1
Rows per page
Query Builder