Skip to content

Commit 8d93773

Browse files
1 parent 02ae695 commit 8d93773

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-98vj-mm79-v77r",
4+
"modified": "2025-11-25T20:43:13Z",
5+
"published": "2025-11-25T20:43:13Z",
6+
"aliases": [
7+
"CVE-2025-65960"
8+
],
9+
"summary": "Contao is vulnerable to remote code execution in template closures",
10+
"details": "### Impact\n\nBackend users with precise control over the contents of template closures can execute arbitrary PHP functions that do not have required parameters.\n\n### Patches\n\nUpdate to Contao 4.13.57, 5.3.42 or 5.6.5\n\n### Workarounds\n\nManually patch the `Contao\\Template::once()` method.\n\n### Resources\n\nhttps://contao.org/en/security-advisories/remote-code-execution-in-template-closures",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H"
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-98vj-mm79-v77r"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/contao/contao/commit/577d7fdd5b1ca84f65f034ff556865422f0a3bd1"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/contao/contao/commit/676f0855d39007ac9a0dbe7ae6a7414cba2312a5"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/contao/contao/commit/ebf84c90e5679a67060f396b924ce4a3c3f206b3"
92+
},
93+
{
94+
"type": "WEB",
95+
"url": "https://contao.org/en/security-advisories/remote-code-execution-in-template-closures"
96+
},
97+
{
98+
"type": "PACKAGE",
99+
"url": "https://github.com/contao/contao"
100+
}
101+
],
102+
"database_specific": {
103+
"cwe_ids": [
104+
"CWE-351"
105+
],
106+
"severity": "MODERATE",
107+
"github_reviewed": true,
108+
"github_reviewed_at": "2025-11-25T20:43:13Z",
109+
"nvd_published_at": null
110+
}
111+
}

0 commit comments

Comments
 (0)