Skip to content

Commit 077d985

Browse files
1 parent 70e4be1 commit 077d985

1 file changed

Lines changed: 33 additions & 4 deletions

File tree

advisories/unreviewed/2026/03/GHSA-m4q3-832v-44j6/GHSA-m4q3-832v-44j6.json renamed to advisories/github-reviewed/2026/03/GHSA-m4q3-832v-44j6/GHSA-m4q3-832v-44j6.json

Lines changed: 33 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-m4q3-832v-44j6",
4-
"modified": "2026-03-07T09:30:14Z",
4+
"modified": "2026-03-10T19:34:19Z",
55
"published": "2026-03-07T09:30:14Z",
66
"aliases": [
77
"CVE-2025-14675"
88
],
9+
"summary": "Meta Box Plugin for WordPress: Authenticated (Contributor+) Arbitrary File Deletion via ajax_delete_file",
910
"details": "The Meta Box plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the 'ajax_delete_file' function in all versions up to, and including, 5.11.1. This makes it possible for authenticated attackers, with Contributor-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "wpmetabox/meta-box"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "5.11.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,14 @@
2344
"type": "WEB",
2445
"url": "https://github.com/wpmetabox/meta-box/pull/1654"
2546
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/wpmetabox/meta-box/commit/08c6511607b9cc9fe8d0de7a7e91c9d5d415f831"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/wpmetabox/meta-box"
54+
},
2655
{
2756
"type": "WEB",
2857
"url": "https://plugins.trac.wordpress.org/browser/meta-box/tags/5.11.0/inc/fields/file.php#L30"
@@ -45,8 +74,8 @@
4574
"CWE-22"
4675
],
4776
"severity": "HIGH",
48-
"github_reviewed": false,
49-
"github_reviewed_at": null,
77+
"github_reviewed": true,
78+
"github_reviewed_at": "2026-03-10T19:34:19Z",
5079
"nvd_published_at": "2026-03-07T08:16:05Z"
5180
}
5281
}

0 commit comments

Comments
 (0)