Cyber Resilience

CVE-2024-10816

High

Published: 13 November 2024

Published
13 November 2024
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0780 92.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-10816 is a high-severity Path Traversal (CWE-22) vulnerability in Luna Universe (inferred from references). Its CVSS base score is 7.5 (High).

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

Deeper analysis

The LUNA RADIO PLAYER plugin for WordPress is affected by a directory traversal vulnerability (CWE-22) present in all versions through 6.24.01.24. The flaw resides in the js/fallback.php file and permits unauthenticated remote attackers to read arbitrary files on the underlying server, which may contain sensitive data. The issue carries a CVSS 3.1 base score of 7.5 reflecting network attack vector, low complexity, and high confidentiality impact with no integrity or availability effects.

Unauthenticated attackers can exploit the vulnerability over the network simply by supplying crafted path traversal sequences to the affected endpoint, enabling them to retrieve configuration files, credentials, or other sensitive server content without any user interaction or authentication.

The vendor has published an update at radioplayer.luna-universe.com/update, and Wordfence has issued a corresponding advisory recommending that site owners apply the latest plugin version to remediate the traversal flaw.

EPSS for the CVE remains at 0.0780 with no material increase observed since disclosure.

EU & UK References

Vulnerability details

The LUNA RADIO PLAYER plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.24.01.24 via the js/fallback.php file. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the…

more

server, which can contain sensitive information.

CWE(s)

Related Threats

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

Affected Assets

Luna Universe
inferred from references and description; NVD did not file a CPE for this CVE

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-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References