CVE-2024-7627
HIGH 8.1EPSS 2.8%
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.
- CVSS v3.1
- 8.1 HIGH
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H - EPSS
- 2.80% chance of exploitation in the next 30 days, 85th percentile
- Published
- 2024-09-05
Proof-of-concept exploits (2)
- siunam321/CVE-2024-7627-PoC6★ · 2025-02-12
- lkmn1/CVE-2024-7627