Skip to content

Commit cab7010

Browse files
1 parent 550db0f commit cab7010

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

advisories/unreviewed/2025/12/GHSA-m4f2-xpfq-h97v/GHSA-m4f2-xpfq-h97v.json renamed to advisories/github-reviewed/2025/12/GHSA-m4f2-xpfq-h97v/GHSA-m4f2-xpfq-h97v.json

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-m4f2-xpfq-h97v",
4-
"modified": "2025-12-17T21:30:47Z",
4+
"modified": "2025-12-18T15:37:50Z",
55
"published": "2025-12-17T18:31:33Z",
66
"aliases": [
77
"CVE-2025-67164"
88
],
9-
"details": "An authenticated arbitrary file upload vulnerability in the /storage/poc.php component of Pagekit CMS v1.0.18 allows attackers to execute arbitrary code via uploading a crafted PHP file.",
9+
"summary": "Pagekit CMS is vulnerable to OS Command Injection via Storage component",
10+
"details": "An authenticated arbitrary file upload vulnerability in the /storage/poc.php component of Pagekit CMS v1.0.18 allows attackers to execute arbitrary code via uploading a crafted PHP file.\n\nThe project is archived as of December 1, 2023.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "pagekit/pagekit"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.0.18"
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/mbiesiad/vulnerability-research/tree/main/CVE-2025-67164"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/pagekit/pagekit"
2550
}
2651
],
2752
"database_specific": {
2853
"cwe_ids": [
29-
"CWE-78"
54+
"CWE-434"
3055
],
3156
"severity": "CRITICAL",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-12-18T15:37:50Z",
3459
"nvd_published_at": "2025-12-17T17:15:50Z"
3560
}
3661
}

0 commit comments

Comments
 (0)