forked from CVEProject/cvelistV5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 1 new CVEs: CVE-2024-13897 - 1 updated CVEs: CVE-2022-1586
- Loading branch information
cvelistV5 Github Action
committed
Mar 6, 2025
1 parent
4f6e796
commit 32af103
Showing
2 changed files
with
115 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"dataType": "CVE_RECORD", | ||
"dataVersion": "5.1", | ||
"cveMetadata": { | ||
"cveId": "CVE-2024-13897", | ||
"assignerOrgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599", | ||
"state": "PUBLISHED", | ||
"assignerShortName": "Wordfence", | ||
"dateReserved": "2025-02-20T19:20:20.695Z", | ||
"datePublished": "2025-03-06T08:21:38.783Z", | ||
"dateUpdated": "2025-03-06T08:21:38.783Z" | ||
}, | ||
"containers": { | ||
"cna": { | ||
"providerMetadata": { | ||
"orgId": "b15e7b5b-3da4-40ae-a43c-f7aa60e62599", | ||
"shortName": "Wordfence", | ||
"dateUpdated": "2025-03-06T08:21:38.783Z" | ||
}, | ||
"affected": [ | ||
{ | ||
"vendor": "katsushi-kawamori", | ||
"product": "Moving Media Library", | ||
"versions": [ | ||
{ | ||
"version": "*", | ||
"status": "affected", | ||
"lessThanOrEqual": "1.22", | ||
"versionType": "semver" | ||
} | ||
], | ||
"defaultStatus": "unaffected" | ||
} | ||
], | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "The Moving Media Library plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the generate_json_page function in all versions up to, and including, 1.22. This makes it possible for authenticated attackers, with Administrator-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)." | ||
} | ||
], | ||
"title": "Moving Media Library <= 1.22 - Authenticated (Administrator+) Directory Traversal to Arbitrary File Deletion", | ||
"references": [ | ||
{ | ||
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/815ce00b-3753-4c38-8a30-5242a5841734?source=cve" | ||
}, | ||
{ | ||
"url": "https://plugins.trac.wordpress.org/browser/moving-media-library/trunk/lib/class-movingmedialibraryadmin.php#L166" | ||
}, | ||
{ | ||
"url": "https://plugins.trac.wordpress.org/changeset/3244709/moving-media-library/trunk/lib/class-movingmedialibraryadmin.php" | ||
} | ||
], | ||
"problemTypes": [ | ||
{ | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"description": "CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')", | ||
"cweId": "CWE-22", | ||
"type": "CWE" | ||
} | ||
] | ||
} | ||
], | ||
"metrics": [ | ||
{ | ||
"cvssV3_1": { | ||
"version": "3.1", | ||
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H", | ||
"baseScore": 6.5, | ||
"baseSeverity": "MEDIUM" | ||
} | ||
} | ||
], | ||
"credits": [ | ||
{ | ||
"lang": "en", | ||
"type": "finder", | ||
"value": "Emil" | ||
} | ||
], | ||
"timeline": [ | ||
{ | ||
"time": "2025-03-05T20:19:26.000+00:00", | ||
"lang": "en", | ||
"value": "Disclosed" | ||
} | ||
] | ||
} | ||
} | ||
} |