Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,43 @@
{
"schema_version": "1.4.0",
"id": "GHSA-m4q3-832v-44j6",
"modified": "2026-03-07T09:30:14Z",
"modified": "2026-03-07T09:30:21Z",
"published": "2026-03-07T09:30:14Z",
"aliases": [
"CVE-2025-14675"
],
"summary": "Meta Box <= 5.11.1 - Authenticated (Contributor+) Arbitrary File Deletion",
"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).",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CVSS vector indicates PR:H (High privileges required), but the details state the attack is possible with "Contributor-level access and above", which is typically not “High” privileges. Update the CVSS vector to match the described privilege requirement (or adjust the details if PR:H is intentional).

Suggested change
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"

Copilot uses AI. Check for mistakes.
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "wpmetabox/meta-box"
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please confirm the package identifier matches the canonical Packagist package name. If this is a WordPress plugin that isn’t actually published under wpmetabox/meta-box on Packagist, downstream tooling may fail to associate the advisory with the correct package; use the correct Packagist name (or the appropriate ecosystem/package identity supported by your schema).

Suggested change
"name": "wpmetabox/meta-box"
"name": "meta-box/meta-box"

Copilot uses AI. Check for mistakes.
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "5.11.2"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 5.11.1"
}
}
],
"references": [
{
"type": "ADVISORY",
Expand Down
Loading