Skip to content

Commit 0ad1819

Browse files
1 parent 1feb0c5 commit 0ad1819

1 file changed

Lines changed: 119 additions & 0 deletions

File tree

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-v55j-83pf-r9cq",
4+
"modified": "2026-03-23T20:51:18Z",
5+
"published": "2026-03-23T20:51:18Z",
6+
"aliases": [
7+
"CVE-2026-33168"
8+
],
9+
"summary": "Rails has a possible XSS vulnerability in its Action View tag helpers",
10+
"details": "### Impact\nWhen a blank string is used as an HTML attribute name in Action View tag helpers, the attribute escaping is bypassed, producing malformed HTML. A carefully crafted attribute value could then be misinterpreted by the browser as a separate attribute name, possibly leading to XSS. Applications that allow users to specify custom HTML attributes are affected.\n\n### Releases\nThe fixed releases are available at the normal locations.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "RubyGems",
21+
"name": "actionview"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "8.1.0.beta1"
29+
},
30+
{
31+
"fixed": "8.1.2.1"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "RubyGems",
40+
"name": "actionview"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "8.0.0.beta1"
48+
},
49+
{
50+
"fixed": "8.0.4.1"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "RubyGems",
59+
"name": "actionview"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "0"
67+
},
68+
{
69+
"fixed": "7.2.3.1"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "WEB",
79+
"url": "https://github.com/rails/rails/security/advisories/GHSA-v55j-83pf-r9cq"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/rails/rails/commit/0b6f8002b52b9c606fd6be9e7915d9f944cf539c"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/rails/rails/commit/63f5ad83edaa0b976f82d46988d745426aa4a42d"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/rails/rails/commit/c79a07df1e88738df8f68cb0ee759ad6128ca924"
92+
},
93+
{
94+
"type": "PACKAGE",
95+
"url": "https://github.com/rails/rails"
96+
},
97+
{
98+
"type": "WEB",
99+
"url": "https://github.com/rails/rails/releases/tag/v7.2.3.1"
100+
},
101+
{
102+
"type": "WEB",
103+
"url": "https://github.com/rails/rails/releases/tag/v8.0.4.1"
104+
},
105+
{
106+
"type": "WEB",
107+
"url": "https://github.com/rails/rails/releases/tag/v8.1.2.1"
108+
}
109+
],
110+
"database_specific": {
111+
"cwe_ids": [
112+
"CWE-79"
113+
],
114+
"severity": "LOW",
115+
"github_reviewed": true,
116+
"github_reviewed_at": "2026-03-23T20:51:18Z",
117+
"nvd_published_at": null
118+
}
119+
}

0 commit comments

Comments
 (0)