Skip to content

Commit 9141058

Browse files
1 parent 38b1998 commit 9141058

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-729w-j79f-2c34",
4-
"modified": "2025-12-17T19:40:24Z",
4+
"modified": "2025-12-17T19:47:12Z",
55
"published": "2025-12-15T18:30:39Z",
66
"aliases": [
77
"CVE-2025-66844"
@@ -28,7 +28,7 @@
2828
"introduced": "0"
2929
},
3030
{
31-
"fixed": "1.7.49.5"
31+
"last_affected": "1.7.49.5"
3232
}
3333
]
3434
}

advisories/unreviewed/2025/12/GHSA-mh85-44c2-3m97/GHSA-mh85-44c2-3m97.json renamed to advisories/github-reviewed/2025/12/GHSA-mh85-44c2-3m97/GHSA-mh85-44c2-3m97.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mh85-44c2-3m97",
4-
"modified": "2025-12-16T18:31:31Z",
4+
"modified": "2025-12-17T19:47:29Z",
55
"published": "2025-12-15T18:30:39Z",
66
"aliases": [
77
"CVE-2025-66843"
88
],
9+
"summary": "Grav is vulnerable to Stored XSS through authenticated user-edited content",
910
"details": "grav before v1.7.49.5 has a Stored Cross-Site Scripting (Stored XSS) vulnerability in the page editing functionality. An authenticated low-privileged user with permission to edit content can inject malicious JavaScript payloads into editable fields. The payload is stored on the server and later executed when any other user views or edits the affected page.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/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+
"last_affected": "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/1"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/getgrav/grav"
2550
}
2651
],
2752
"database_specific": {
2853
"cwe_ids": [
2954
"CWE-79"
3055
],
3156
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-12-17T19:47:29Z",
3459
"nvd_published_at": "2025-12-15T16:15:53Z"
3560
}
3661
}

0 commit comments

Comments
 (0)