Cyber Resilience

CVE-2023-5762

HighPublic PoCRCE

Published: 04 December 2023

Published
04 December 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.1424 94.6th percentile
Risk Priority 26 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-5762 is a high-severity Code Injection (CWE-94) vulnerability in Filr Project Filr. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 5.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Filr WordPress plugin before version 1.2.3.6 contains a remote code execution vulnerability tracked as CVE-2023-5762. The flaw is classified under CWE-94 and carries a CVSS 3.1 score of 8.8, reflecting network-accessible attack vectors that require low complexity and low-privileged credentials. It affects any site running the vulnerable plugin and permits arbitrary operating-system command execution.

An authenticated user with Author-level privileges can exploit the issue to run commands on the underlying server, resulting in full host compromise including the ability to read, modify, or delete data and potentially pivot within the environment. No user interaction or special UI conditions are required.

Public advisories published by WPScan recommend upgrading the Filr plugin to version 1.2.3.6 or later to remediate the vulnerability. The current EPSS score of 0.1424 has shown no material increase since disclosure.

EU & UK References

Vulnerability details

The Filr WordPress plugin before 1.2.3.6 is vulnerable from an RCE (Remote Code Execution) vulnerability, which allows the operating system to execute commands and fully compromise the server on behalf of a user with Author-level privileges.

CWE(s)

Related Threats

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

Affected Assets

filr project
filr
≤ 1.2.3.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-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