Lucene search
+L

74 matches found

Cvelist
Cvelist
•added 2026/06/23 12:13 p.m.•53 views

CVE-2026-56762 Hono - Missing Cookie Name Validation in setCookie()

Hono before 4.12.12 does not validate cookie names on the write path in the setCookie, serialize, and serializeSigned functions, allowing invalid characters such as control characters e.g. \r or \n when an application passes a user-controlled cookie name. This can produce malformed Set-Cookie...

6.9CVSS0.00418EPSS
SaveExploits0References2
CVE
CVE
•added 2026/06/23 12:13 p.m.•58 views

CVE-2026-56762

Hono CVE-2026-56762 affects Hono before 4.12.12, where cookie-name validation is missing on the write path in setCookie(), serialize(), and serializeSigned(). This allows invalid characters (e.g., control chars like \r/\n) in user-controlled cookie names, producing malformed Set-Cookie header val...

6.9CVSS5.9AI score0.00418EPSS
SaveExploits0References2
OSV
OSV
•added 2026/06/23 12:13 p.m.•12 views

CVE-2026-56762 Hono - Missing Cookie Name Validation in setCookie()

Hono before 4.12.12 does not validate cookie names on the write path in the setCookie, serialize, and serializeSigned functions, allowing invalid characters such as control characters e.g. \r or \n when an application passes a user-controlled cookie name. This can produce malformed Set-Cookie...

6.9CVSS6AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
•added 2026/06/23 12:13 p.m.•19 views

CVE-2026-56762 Hono - Missing Cookie Name Validation in setCookie()

Hono before 4.12.12 does not validate cookie names on the write path in the setCookie, serialize, and serializeSigned functions, allowing invalid characters such as control characters e.g. \r or \n when an application passes a user-controlled cookie name. This can produce malformed Set-Cookie...

6.9CVSS5.9AI score0.00418EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/06/23 12:13 p.m.•17 views

CVE-2026-56762

Hono before 4.12.12 does not validate cookie names on the write path in the setCookie, serialize, and serializeSigned functions, allowing invalid characters such as control characters e.g. \r or \n when an application passes a user-controlled cookie name. This can produce malformed Set-Cookie...

6.9CVSS5.9AI score0.00418EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/06/23 12:00 a.m.•0 views

CVE-2026-55767: Origin Validation Error

Guzzle is an extensible PHP HTTP client. Prior to 7.12.1, CookieJar incorrectly accepts cookies with a dot-only Domain attribute and whitespace-padded variants. SetCookie::matchesDomain removes leading dots from the cookie domain, normalizing dot-only values to the empty string; SetCookie::valida...

5.8CVSS5.9AI score0.00211EPSS
SaveExploits0References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/06/23 12:00 a.m.•1 views

CVE-2026-56762: Improper Input Validation

Hono before 4.12.12 does not validate cookie names on the write path in the setCookie, serialize, and serializeSigned functions, allowing invalid characters such as control characters e.g. \r or \n when an application passes a user-controlled cookie name. This can produce malformed Set-Cookie...

6.9CVSS5.8AI score0.00418EPSS
SaveExploits0References3
Snyk
Snyk
•added 2026/06/19 3:41 p.m.•8 views

Origin Validation Error

Overview Affected versions of this package are vulnerable to Origin Validation Error in the SetCookie::validate function due to the improper normalization of Domain attribute for shared CookieJar instances. An attacker can access resources or data from a different origin by setting a shared cooki...

6.9CVSS5.9AI score0.00211EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2026/06/05 7:26 p.m.•17 views

CVE-2026-39963

Serendipity is a PHP-powered weblog engine. In versions 2.6-beta2 and below, the serendipitysetCookie function in include/functionsconfig.inc.php uses $SERVER'HTTPHOST' without validation as the domain parameter of setcookie. An attacker who can influence the Host header at login time, such as vi...

6.9CVSS5.3AI score0.00298EPSS
SaveExploits1References1
Cvelist
Cvelist
•added 2026/05/25 2:00 p.m.•51 views

CVE-2026-47069 CRLF injection in cookie domain/path options in hackney

Improper Neutralization of CRLF Sequences 'CRLF Injection' vulnerability in benoitc hackney allows HTTP Response Splitting. The hackneycookie:setcookie/3 function in src/hackneycookie.erl validates the Name and Value arguments against CRLF and control characters, but concatenates the domain and...

2.1CVSS0.00365EPSS
SaveExploits1References4
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/04/15 12:00 a.m.•1 views

CVE-2026-39963: Reliance on Cookies without Validation and Integrity Checking

Serendipity is a PHP-powered weblog engine. In versions 2.6-beta2 and below, the serendipitysetCookie function in include/functionsconfig.inc.php uses $SERVER'HTTPHOST' without validation as the domain parameter of setcookie. An attacker who can influence the Host header at login time, such as vi...

6.9CVSS5.7AI score0.00298EPSS
SaveExploits1References2
attackerkb
attackerkb
•added 2026/04/14 11:31 p.m.•10 views

CVE-2026-39963

Serendipity is a PHP-powered weblog engine. In versions 2.6-beta2 and below, the serendipitysetCookie function in include/functionsconfig.inc.php uses $SERVER'HTTPHOST' without validation as the domain parameter of setcookie. An attacker who can influence the Host header at login time, such as vi...

6.9CVSS5.7AI score0.00298EPSS
SaveExploits1References3Affected Software1
Snyk
Snyk
•added 2026/04/08 12:17 a.m.•20 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.•20 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.00418EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
•added 2026/04/08 12:17 a.m.•16 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...

6.9CVSS5.9AI score0.00418EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
•added 2026/04/08 12:17 a.m.•7 views

HTTP Response Splitting

Overview org.webjars.npm: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 ...

6.9CVSS5.6AI score0.00418EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/03/05 2:07 a.m.•8 views

CRLF Injection

Overview org.webjars.npm:hono is an Ultrafast web framework for the Edges Affected versions of this package are vulnerable to CRLF Injection via the setCookie utility. An attacker can inject unauthorized cookie attributes by supplying specially crafted input containing semicolons, carriage return...

6.3CVSS5.5AI score0.00263EPSS
SaveExploits0References2
Snyk
Snyk
•added 2026/03/05 2:07 a.m.•18 views

CRLF Injection

Overview hono is an Ultrafast web framework for the Edges Affected versions of this package are vulnerable to CRLF Injection via the setCookie utility. An attacker can inject unauthorized cookie attributes by supplying specially crafted input containing semicolons, carriage returns, or newline...

6.3CVSS5.8AI score0.00263EPSS
SaveExploits0References2
NVD
NVD
•added 2026/03/04 11:16 p.m.•16 views

CVE-2026-29086

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, the setCookie utility did not validate semicolons ;, carriage returns \r, or newline characters \n in the domain and path options when constructing the Set-Cookie header. Because cookie...

5.4CVSS0.00263EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/03/04 10:09 p.m.•7 views

CVE-2026-29086 Hono: Cookie Attribute Injection via Unsanitized domain and path in setCookie()

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, the setCookie utility did not validate semicolons ;, carriage returns \r, or newline characters \n in the domain and path options when constructing the Set-Cookie header. Because cookie...

5.4CVSS5.8AI score0.00263EPSS
SaveExploits0References2
Rows per page
Query Builder