CVE-2025-15491
Description
The Post Slides WordPress plugin through 1.0.1 does not validate some shortcode attributes before using them to generate paths passed to include function/s, allowing any authenticated users such as with contributor or higher roles to perform LFI attacks
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Local File Inclusion in Post Slides WordPress plugin allows authenticated users with contributor+ roles to include arbitrary files via unvalidated shortcode attributes.
The Post Slides WordPress plugin through version 1.0.1 is vulnerable to a Local File Inclusion (LFI) attack. The root cause is the lack of validation on certain shortcode attributes before they are used to construct file paths passed to PHP include functions. This insufficient input sanitization allows an attacker to manipulate the path [1].
Exploitation
To exploit this vulnerability, an attacker must be authenticated as a user with at least the Contributor role. No other special privileges are required beyond standard WordPress contributor access. The attack surface involves crafting a malicious shortcode attribute that includes path traversal sequences, leading the plugin to include arbitrary files from the server's filesystem [1].
Impact
Successful exploitation allows an attacker to read sensitive files, such as wp-config.php or other configuration files, potentially revealing database credentials and other secrets. This information disclosure can serve as a stepping stone for further compromises of the WordPress installation [1].
Mitigation
The vulnerability was publicly disclosed on January 16, 2026, and as of the advisory's publication, there is no known fix or patched version available. Administrators are advised to restrict contributor-level access, monitor for suspicious shortcode usage, or remove the plugin until a security update is released [1].
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
1- Range: <=1.0.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.