Lucene search
+L

81 matches found

RedhatCVE
RedhatCVE
•added 2026/09/15 4:33 p.m.•9 views

CVE-2026-91991

A flaw was found in Tornado. An attacker can bypass security validation in the setcookie function by using capitalized or legacy keyword arguments. This allows the attacker to inject arbitrary cookie attributes, such as Domain or SameSite, and modify cookie security settings. The consequence is t...

6.3CVSS5.8AI score0.00277EPSS
SaveExploits0References5
NVD
NVD
•added 2026/09/15 4:17 p.m.•8 views

CVE-2026-91991

Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalized or legacy keyword arguments to setcookie. Attackers can embed semicolon-delimited data in capitalized parameters like Domain, Path, or...

6.3CVSS0.00277EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2026/09/15 4:17 p.m.•17 views

CVE-2026-91991

Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalized or legacy keyword arguments to setcookie. Attackers can embed semicolon-delimited data in capitalized parameters like Domain, Path, or...

6.3CVSS5.9AI score0.00277EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/15 3:18 p.m.•18 views

CVE-2026-91991

Tornado (Python web framework) versions before 6.5.8 contain an incomplete fix for cookie attribute injection in the set_cookie function. An attacker can pass capitalized or legacy keyword arguments (e.g., Domain, Path, SameSite) to embed semicolon-delimited data, bypassing validation and modifyi...

6.3CVSS5.8AI score0.00277EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/15 3:18 p.m.•28 views

CVE-2026-91991 Tornado before 6.5.8 Cookie Attribute Injection via Capitalized kwargs

Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalized or legacy keyword arguments to setcookie. Attackers can embed semicolon-delimited data in capitalized parameters like Domain, Path, or...

6.3CVSS0.00277EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/09/15 3:18 p.m.•5 views

CVE-2026-91991 Tornado before 6.5.8 Cookie Attribute Injection via Capitalized kwargs

Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalized or legacy keyword arguments to setcookie. Attackers can embed semicolon-delimited data in capitalized parameters like Domain, Path, or...

6.3CVSS5.9AI score0.00277EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/15 3:18 p.m.•15 views

CVE-2026-91991 Tornado before 6.5.8 Cookie Attribute Injection via Capitalized kwargs

Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalized or legacy keyword arguments to setcookie. Attackers can embed semicolon-delimited data in capitalized parameters like Domain, Path, or...

6.3CVSS5.8AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/09/15 12:00 a.m.•14 views

PT-2026-92105

Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalized or legacy keyword arguments to set cookie. Attackers can embed semicolon-delimited data in capitalized parameters like Domain, Path, or...

6.3CVSS5.8AI score0.00277EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/15 12:00 a.m.•0 views

CVE-2026-69211: Improper Neutralization of CRLF Sequences in HTTP Headers

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, ResponseCookie.render writes attacker-influenced name, content, domain, path, and extension values without neutralizing semicolons or control characters. An application that constructs a ResponseCookie from unvalidated...

4.8CVSS5.7AI score0.00326EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/15 12:00 a.m.•1 views

CVE-2026-91991: Improper Neutralization of CRLF Sequences in HTTP Headers

Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalized or legacy keyword arguments to setcookie. Attackers can embed semicolon-delimited data in capitalized parameters like Domain, Path, or...

6.3CVSS5.9AI score0.00277EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/09/15 12:00 a.m.•9 views

Linux Distros Unpatched Vulnerability : CVE-2026-91991

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Tornado before 6.5.8 contains an incomplete fix for cookie attribute injection that allows attackers to inject arbitrary cookie attributes by passing capitalize...

6.3CVSS6AI score0.00277EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/10 12:00 a.m.•1 views

CVE-2026-88038: Improper Neutralization of Special Elements in Output Used by a Downstream Component

cookies is a Node.js library for reading and writing HTTP cookies, used by Koa via ctx.cookies. In versions before 0.9.2 the library validates the cookie name and value against character sets that reject the semicolon separator, but the domain and path options are checked only against a permissiv...

4.8CVSS5.8AI score0.00253EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/09/01 8:17 p.m.•8 views

Tornado: Incomplete fix for CVE-2026-35536: cookie attribute injection re-opened via the legacy case-insensitive `**kwargs` path in `set_cookie`

Summary The CVE-2026-35536 fix added a validation loop that rejects \x00-\x20\x3b\x7f, but only for the hardcoded lowercase keys name/domain/path/samesite. The still-live deprecated kwargs path writes attacker-supplied attribute values straight into the Morsel with no validation, and because...

7.2CVSS6.2AI score0.00287EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/09/01 8:17 p.m.•22 views

GHSA-WWV5-G3V4-889X Tornado: Incomplete fix for CVE-2026-35536: cookie attribute injection re-opened via the legacy case-insensitive `**kwargs` path in `set_cookie`

Summary The CVE-2026-35536 fix added a validation loop that rejects \x00-\x20\x3b\x7f, but only for the hardcoded lowercase keys name/domain/path/samesite. The still-live deprecated kwargs path writes attacker-supplied attribute values straight into the Morsel with no validation, and because...

2.3CVSS5.9AI score0.00277EPSS
SaveExploits0References7
Veracode
Veracode
•added 2026/08/05 9:55 a.m.•16 views

Cookie Attribute Injection

undici is vulnerable to cookie attribute injection. The vulnerability is due to insufficient sanitization of cookie domain and unparsed values in setCookie, allowing attacker-controlled input to inject or override cookie attributes such as SameSite, Secure, and HttpOnly, potentially weakening...

6.5CVSS7.1AI score0.00191EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
•added 2026/08/03 11:50 p.m.•12 views

SUSE CVE-2026-16729

undici's setCookie function does not fully sanitize cookie attributes. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, a domain value is not checked for semicolons and entries in the unparsed array are not sanitized, so attacker-influenced input can...

6.5CVSS7.2AI score0.00191EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
•added 2026/08/03 7:30 p.m.•13 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...

6.5CVSS7.2AI score0.00191EPSS
SaveExploits0References10Affected Software1
RedHat Linux
RedHat Linux
•added 2026/07/30 3:14 a.m.•15 views

undici: Undici: Cookie attribute injection allows bypassing security protections

A flaw was found in undici, where its setCookie function does not fully sanitize cookie attributes. A remote attacker could exploit this by providing specially crafted input to the domain or unparsed fields, leading to the injection of additional cookie attributes. This vulnerability can allow an...

6.5CVSS7.2AI score0.00191EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
•added 2026/07/29 10:07 p.m.•16 views

undici: Undici: Cookie attribute injection allows bypassing security protections

A flaw was found in undici, where its setCookie function does not fully sanitize cookie attributes. A remote attacker could exploit this by providing specially crafted input to the domain or unparsed fields, leading to the injection of additional cookie attributes. This vulnerability can allow an...

6.5CVSS7.2AI score0.00191EPSS
SaveExploits0References6
OSV
OSV
•added 2026/07/29 5:16 p.m.•11 views

AZL-94443 CVE-2026-16729 affecting package nodejs 24.21.0-1

undici's setCookie function does not fully sanitize cookie attributes. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, a domain value is not checked for semicolons and entries in the unparsed array are not sanitized, so attacker-influenced input can...

6.5CVSS6.8AI score0.00191EPSS
SaveExploits0References1
Rows per page
Query Builder