CVE-2025-8559
Description
The All in One Music Player plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 1.3.1 via the 'theme' parameter. This makes it possible for authenticated attackers, with Contributor-level access and above, to read the contents of files on the server, which can contain sensitive information.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Authenticated path traversal in All in One Music Player <=1.3.1 allows Contributors+ to read arbitrary server files, leaking sensitive data.
Root
Cause The All in One Music Player plugin for WordPress up to version 1.3.1 suffers from an unvalidated path traversal vulnerability in the theme parameter. The plugin passes user-supplied theme names directly into file operations without sanitization, allowing directory traversal sequences (e.g., ../) to escape the intended theme directory [1].
Exploitation
An attacker must be authenticated with at least Contributor-level access. The theme parameter is accepted in both block editor attributes and shortcode contexts. By supplying a crafted value like ../../../../etc/passwd, the attacker can read files outside the plugin's assets folder [1]. No additional privileges or nonce checks are required for file inclusion from the parameter.
Impact
Successful exploitation lets an attacker read the contents of arbitrary files on the server, such as wp-config.php (which contains database credentials), .htaccess, or other sensitive system files. This can lead to full site compromise if credentials are exposed.
Mitigation
No patch has been released as of the advisory date; users should disable or remove the plugin until a fixed version is provided. The plugin is not known to be on the CISA KEV list.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.