Skip to content

Commit 8c436ed

Browse files
1 parent 7c97662 commit 8c436ed

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-78cv-mqj4-43f7",
4+
"modified": "2026-03-11T22:17:00Z",
5+
"published": "2026-03-11T22:17:00Z",
6+
"aliases": [],
7+
"summary": "Tornado has incomplete validation of cookie attributes",
8+
"details": "Values passed to the `domain`, `path`, and `samesite` arguments of `RequestHandler.set_cookie` were not completely validated in versions of Tornado prior to 6.5.5. In particular, semicolons would be allowed, which could be used to inject attacker-controlled values for other cookie attributes.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V3",
12+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "PyPI",
19+
"name": "tornado"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "0"
27+
},
28+
{
29+
"fixed": "6.5.5"
30+
}
31+
]
32+
}
33+
],
34+
"database_specific": {
35+
"last_known_affected_version_range": "<= 6.5.4"
36+
}
37+
}
38+
],
39+
"references": [
40+
{
41+
"type": "WEB",
42+
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-78cv-mqj4-43f7"
43+
},
44+
{
45+
"type": "WEB",
46+
"url": "https://github.com/tornadoweb/tornado/commit/24a2d96ea115f663b223887deb0060f13974c104"
47+
},
48+
{
49+
"type": "PACKAGE",
50+
"url": "https://github.com/tornadoweb/tornado"
51+
},
52+
{
53+
"type": "WEB",
54+
"url": "https://github.com/tornadoweb/tornado/releases/tag/v6.5.5"
55+
}
56+
],
57+
"database_specific": {
58+
"cwe_ids": [
59+
"CWE-74"
60+
],
61+
"severity": "MODERATE",
62+
"github_reviewed": true,
63+
"github_reviewed_at": "2026-03-11T22:17:00Z",
64+
"nvd_published_at": null
65+
}
66+
}

0 commit comments

Comments
 (0)