Skip to content

Commit 8afff9a

Browse files
1 parent 8d93773 commit 8afff9a

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-68q5-78xp-cwwc",
4+
"modified": "2025-11-25T20:48:13Z",
5+
"published": "2025-11-25T20:48:13Z",
6+
"aliases": [
7+
"CVE-2025-65961"
8+
],
9+
"summary": "Contao is vulnerable to cross-site scripting in templates",
10+
"details": "### Impact\n\nIt is possible to inject code into the template output that will be executed in the browser in the front end and back end.\n\n### Patches\n\nUpdate to Contao 4.13.57, 5.3.42 or 5.6.5.\n\n### Workarounds\n\nDo not use the affected templates or patch them manually.\n\n### Refsources\n\nhttps://contao.org/en/security-advisories/cross-site-scripting-in-templates",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "contao/core-bundle"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "4.0.0"
29+
},
30+
{
31+
"fixed": "4.13.57"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "contao/core-bundle"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "5.0.0-RC1"
48+
},
49+
{
50+
"fixed": "5.3.42"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Packagist",
59+
"name": "contao/core-bundle"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "5.4.0-RC1"
67+
},
68+
{
69+
"fixed": "5.6.5"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "WEB",
79+
"url": "https://github.com/contao/contao/security/advisories/GHSA-68q5-78xp-cwwc"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://contao.org/en/security-advisories/cross-site-scripting-in-templates"
84+
},
85+
{
86+
"type": "PACKAGE",
87+
"url": "https://github.com/contao/contao"
88+
}
89+
],
90+
"database_specific": {
91+
"cwe_ids": [
92+
"CWE-87"
93+
],
94+
"severity": "LOW",
95+
"github_reviewed": true,
96+
"github_reviewed_at": "2025-11-25T20:48:13Z",
97+
"nvd_published_at": null
98+
}
99+
}

0 commit comments

Comments
 (0)