Skip to content

Commit 38b1998

Browse files
1 parent 7521709 commit 38b1998

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

advisories/unreviewed/2025/12/GHSA-729w-j79f-2c34/GHSA-729w-j79f-2c34.json renamed to advisories/github-reviewed/2025/12/GHSA-729w-j79f-2c34/GHSA-729w-j79f-2c34.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-729w-j79f-2c34",
4-
"modified": "2025-12-16T18:31:31Z",
4+
"modified": "2025-12-17T19:40:24Z",
55
"published": "2025-12-15T18:30:39Z",
66
"aliases": [
77
"CVE-2025-66844"
88
],
9-
"details": "In grav <1.7.49.5, a SSRF (Server-Side Request Forgery) vector may be triggered via Twig templates when page content is processed by Twig and the configuration allows undefined PHP functions to be registered",
9+
"summary": "Grav may be vulnerable to SSRF attack via Twig Templates",
10+
"details": "In grav <1.7.49.5, a SSRF (Server-Side Request Forgery) vector may be triggered via Twig templates when page content is processed by Twig and the configuration allows undefined PHP functions to be registered.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "getgrav/grav"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.7.49.5"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -22,15 +43,19 @@
2243
{
2344
"type": "WEB",
2445
"url": "https://github.com/Yohane-Mashiro/grav_cve/issues/2"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/getgrav/grav"
2550
}
2651
],
2752
"database_specific": {
2853
"cwe_ids": [
2954
"CWE-918"
3055
],
3156
"severity": "CRITICAL",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-12-17T19:40:24Z",
3459
"nvd_published_at": "2025-12-15T16:15:53Z"
3560
}
3661
}

0 commit comments

Comments
 (0)