Cyber Resilience

CVE-2024-7627

HighRCE

Published: 05 September 2024

Published
05 September 2024
Modified
11 September 2024
KEV Added
Patch
CVSS Score v3.1 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.2856 96.6th percentile
Risk Priority 33 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-7627 is a high-severity Code Injection (CWE-94) vulnerability in Bitapps File Manager. Its CVSS base score is 8.1 (High).

Operationally, ranked in the top 3.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

The Bit File Manager plugin for WordPress is vulnerable to remote code execution in versions 6.0 to 6.5.5 through the checkSyntax function. The flaw stems from writing a temporary file to a publicly accessible directory before validation completes, enabling code injection under CWE-94 and a race condition under CWE-362.

Unauthenticated attackers can exploit the issue to run arbitrary code on the server when an administrator has granted Guest User read permissions. The vulnerability carries a CVSS 3.1 score of 8.1 reflecting high impact on confidentiality, integrity, and availability despite the high attack complexity.

A fix addressing the temporary-file handling was committed in changeset 3138710 of the plugin repository, with additional details available in the Wordfence advisory for the vulnerability.

The associated EPSS score rose from a low baseline to a peak of 0.3967 before settling at a current value of 0.2856, indicating that exploitation interest emerged after public disclosure.

EU & UK References

Vulnerability 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…

more

makes it possible for unauthenticated attackers to execute code on the server if an administrator has allowed Guest User read permissions.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

bitapps
file manager
6.0 — 6.5.6

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-362

Accurate timestamps from internal clocks enable detection of race conditions by providing reliable event ordering in audit logs.

addresses: CWE-362

Coordination of concurrent security activities reduces the probability that shared resources will be accessed simultaneously without proper synchronization.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References