Lucene search
+L

31527 matches found

ATTACKERKB
ATTACKERKB
added 2026/04/08 2:44 p.m.9 views

CVE-2026-39410

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.12, a discrepancy between browser cookie parsing and parse handling allows cookie prefix protections to be bypassed. Cookie names that are treated as distinct by the browser may be normalized to th...

4.8CVSS5.9AI score0.00284EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/04/08 2:44 p.m.66 views

CVE-2026-39410

Hono CVE-2026-39410 involves a cookie handling flaw in getCookie() where a mismatch between browser cookie parsing and JavaScript parse() trim() causes cookies with a non-breaking-space prefix (U+00A0) to shadow or override legitimate cookies. This can bypass __Secure- and __Host- prefix protecti...

4.8CVSS5.9AI score0.00284EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/04/08 2:44 p.m.32 views

CVE-2026-39410 Hono has a non-breaking space prefix bypass in cookie name handling in getCookie()

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.12, a discrepancy between browser cookie parsing and parse handling allows cookie prefix protections to be bypassed. Cookie names that are treated as distinct by the browser may be normalized to th...

4.8CVSS0.00284EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/04/08 2:44 p.m.7 views

CVE-2026-39410 Hono has a non-breaking space prefix bypass in cookie name handling in getCookie()

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.12, a discrepancy between browser cookie parsing and parse handling allows cookie prefix protections to be bypassed. Cookie names that are treated as distinct by the browser may be normalized to th...

4.8CVSS5.9AI score0.00284EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/08 2:44 p.m.9 views

CVE-2026-39410 Hono has a non-breaking space prefix bypass in cookie name handling in getCookie()

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to 4.12.12, a discrepancy between browser cookie parsing and parse handling allows cookie prefix protections to be bypassed. Cookie names that are treated as distinct by the browser may be normalized to th...

4.8CVSS5.9AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/04/08 10:35 a.m.10 views

CVE-2026-39324

A flaw was found in Rack::Session. When configured with secrets, the Rack::Session::Cookie component incorrectly handles decryption failures. This allows an unauthenticated attacker to provide a specially crafted session cookie that is accepted as valid, even without knowledge of the configured...

9.8CVSS5.9AI score0.0027EPSS
SaveExploits1References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/08 8:40 a.m.8 views

Security Bulletin: Cookie Parsing Vulnerability in Werkzeug Allows Subdomain Cookie Injection (≤ v2.2.2), affects watsonx.data

Summary A vulnerability in Werkzeug prior to v2.2.3 allows malicious subdomains to inject crafted "nameless" cookies that are incorrectly parsed as valid cookies. This can cause applications to accept attacker-controlled values, potentially leading to security issues. This can affect watsonx.data...

8CVSS6.8AI score0.03397EPSS
SaveExploits1Affected Software1
GithubExploit
GithubExploit
added 2026/04/08 5:27 a.m.135 views

H4C-WEB

H4C-WEB !/bin/bash =======================================...

5.9AI score
SaveExploits0
Snyk
Snyk
added 2026/04/08 12:17 a.m.12 views

Improper Input Validation

Overview hono is an Ultrafast web framework for the Edges Affected versions of this package are vulnerable to Improper Input Validation via the getCookie function. An attacker can override legitimate cookies and bypass prefix protections by setting cookies with non-breaking space prefixes, leadin...

6.3CVSS5.8AI score0.00284EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/08 12:17 a.m.10 views

EUVD-2026-20499

Hono: Non-breaking space prefix bypass in cookie name handling in getCookie...

4.8CVSS5.9AI score0.00284EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/08 12:17 a.m.28 views

Hono: Non-breaking space prefix bypass in cookie name handling in getCookie()

Summary A discrepancy between browser cookie parsing and parse handling allows cookie prefix protections to be bypassed. Cookie names that are treated as distinct by the browser may be normalized to the same key by parse, allowing attacker-controlled cookies to override legitimate ones. Details...

4.8CVSS5.9AI score0.00284EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/08 12:17 a.m.7 views

GHSA-R5RP-J6WH-RVV4 Hono: Non-breaking space prefix bypass in cookie name handling in getCookie()

Summary A discrepancy between browser cookie parsing and parse handling allows cookie prefix protections to be bypassed. Cookie names that are treated as distinct by the browser may be normalized to the same key by parse, allowing attacker-controlled cookies to override legitimate ones. Details...

4.8CVSS5.8AI score0.00284EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/04/08 12:17 a.m.17 views

HTTP Response Splitting

Overview hono is an Ultrafast web framework for the Edges Affected versions of this package are vulnerable to HTTP Response Splitting via the setCookie function. An attacker can cause runtime errors and potentially disrupt application behavior by supplying specially crafted input as the cookie...

6.9CVSS5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/04/08 12:17 a.m.18 views

GHSA-26PP-8WGV-HJVM Hono missing validation of cookie name on write path in setCookie()

Summary Cookie names are not validated on the write path when using setCookie, serialize, or serializeSigned to generate Set-Cookie headers. While certain cookie attributes such as domain and path are validated, the cookie name itself may contain invalid characters. This results in inconsistent...

5.3CVSS5.8AI score0.00247EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/08 12:17 a.m.12 views

Hono missing validation of cookie name on write path in setCookie()

Summary Cookie names are not validated on the write path when using setCookie, serialize, or serializeSigned to generate Set-Cookie headers. While certain cookie attributes such as domain and path are validated, the cookie name itself may contain invalid characters. This results in inconsistent...

5.9AI score
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/04/08 12:15 a.m.10 views

EUVD-2026-19820

Rack::Session::Cookie secrets: decrypt failure fallback enables secretless session forgery and Marshal deserialization...

9.3CVSS5.9AI score0.0027EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/04/08 12:15 a.m.11 views

Not Failing Securely ('Failing Open')

Overview rack-session is a session implementation for Rack. Affected versions of this package are vulnerable to Not Failing Securely 'Failing Open' in the Rack::Session::Cookie function when it is configured with the secrets: option. An attacker can gain unauthorized access or escalate privileges...

9.8CVSS5.8AI score0.0027EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/08 12:15 a.m.32 views

GHSA-33QG-7WPP-89CQ Rack::Session::Cookie secrets: decrypt failure fallback enables secretless session forgery and Marshal deserialization

Rack::Session::Cookie incorrectly handles decryption failures when configured with secrets:. If cookie decryption fails, the implementation falls back to a default decoder instead of rejecting the cookie. This allows an unauthenticated attacker to supply a crafted session cookie that is accepted ...

9.1CVSS5.8AI score0.0027EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/04/08 12:15 a.m.11 views

Rack::Session::Cookie secrets: decrypt failure fallback enables secretless session forgery and Marshal deserialization

Rack::Session::Cookie incorrectly handles decryption failures when configured with secrets:. If cookie decryption fails, the implementation falls back to a default decoder instead of rejecting the cookie. This allows an unauthenticated attacker to supply a crafted session cookie that is accepted ...

9.8CVSS5.9AI score0.0027EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/04/08 12:12 a.m.9 views

EUVD-2026-19888

RedwoodSDK has a CSRF vulnerability in server function dispatch via GET requests...

8.1CVSS5.9AI score0.0021EPSS
SaveExploits0References2
Rows per page
Query Builder