From 32586e8de6edf6b9b3a14eb412565514550972e5 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 03:32:51 +0000 Subject: [PATCH] Publish GHSA-99x8-72mf-94fx --- .../GHSA-99x8-72mf-94fx.json | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 advisories/unreviewed/2024/09/GHSA-99x8-72mf-94fx/GHSA-99x8-72mf-94fx.json diff --git a/advisories/unreviewed/2024/09/GHSA-99x8-72mf-94fx/GHSA-99x8-72mf-94fx.json b/advisories/unreviewed/2024/09/GHSA-99x8-72mf-94fx/GHSA-99x8-72mf-94fx.json new file mode 100644 index 00000000000..a482240246a --- /dev/null +++ b/advisories/unreviewed/2024/09/GHSA-99x8-72mf-94fx/GHSA-99x8-72mf-94fx.json @@ -0,0 +1,50 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-99x8-72mf-94fx", + "modified": "2024-09-05T03:31:24Z", + "published": "2024-09-05T03:31:24Z", + "aliases": [ + "CVE-2024-7627" + ], + "details": "The Bit File Manager plugin for WordPress is vulnerable to Remote Code Execution in versions 6.0 to 6.5.5 via the 'checkSyntax' function. This is due to writing a temporary file to a publicly accessible directory before performing file validation. This makes it possible for unauthenticated attackers to execute code on the server if an administrator has allowed Guest User read permissions.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7627" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/file-manager/trunk/backend/app/Providers/FileEditValidator.php#L39" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/file-manager/trunk/backend/app/Providers/FileEditValidator.php#L88" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3138710" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/5f29de7a-3f15-4b6d-aad7-6a08151e2113?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-94" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-09-05T03:15:03Z" + } +} \ No newline at end of file