Skip to content

Commit 1feb0c5

Browse files
1 parent f8b61cc commit 1feb0c5

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-pgm4-439c-5jp6",
4+
"modified": "2026-03-23T20:45:15Z",
5+
"published": "2026-03-23T20:45:15Z",
6+
"aliases": [
7+
"CVE-2026-33167"
8+
],
9+
"summary": "Rails has a possible XSS vulnerability in its Action Pack debug exceptions",
10+
"details": "### Impact\nThe debug exceptions page does not properly escape exception messages. A carefully crafted exception message could inject arbitrary HTML and JavaScript into the page, leading to XSS. This affects applications with detailed exception pages enabled (`config.consider_all_requests_local = true`), which is the default in development.\n\n### Releases\nThe fixed releases are available at the normal locations.",
11+
"severity": [],
12+
"affected": [
13+
{
14+
"package": {
15+
"ecosystem": "RubyGems",
16+
"name": "actionpack"
17+
},
18+
"ranges": [
19+
{
20+
"type": "ECOSYSTEM",
21+
"events": [
22+
{
23+
"introduced": "8.1.0"
24+
},
25+
{
26+
"fixed": "8.1.2.1"
27+
}
28+
]
29+
}
30+
]
31+
}
32+
],
33+
"references": [
34+
{
35+
"type": "WEB",
36+
"url": "https://github.com/rails/rails/security/advisories/GHSA-pgm4-439c-5jp6"
37+
},
38+
{
39+
"type": "WEB",
40+
"url": "https://github.com/rails/rails/commit/6752711c8c31d79ba50d13af6a6698a3b85415e0"
41+
},
42+
{
43+
"type": "PACKAGE",
44+
"url": "https://github.com/rails/rails"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/rails/rails/releases/tag/v8.1.2.1"
49+
}
50+
],
51+
"database_specific": {
52+
"cwe_ids": [
53+
"CWE-79"
54+
],
55+
"severity": "LOW",
56+
"github_reviewed": true,
57+
"github_reviewed_at": "2026-03-23T20:45:15Z",
58+
"nvd_published_at": null
59+
}
60+
}

0 commit comments

Comments
 (0)