CVE-2025-13886
Local File Inclusion in LT Unleashed Plugin Enables Code Execution
Publication date: 2025-12-12
Last updated on: 2025-12-12
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpres | lt_unleashed | 1.1.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-98 | The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The LT Unleashed plugin for WordPress has a Local File Inclusion vulnerability in all versions up to 1.1.1. This occurs via the 'template' parameter in the 'book' shortcode due to insufficient path sanitization. Authenticated users with Contributor-level access or higher can exploit this to include and execute arbitrary files on the server, allowing execution of any PHP code contained in those files.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability allows authenticated attackers to execute arbitrary code and access sensitive data on the server, which can lead to unauthorized disclosure or modification of personal or protected information. Such security breaches can result in non-compliance with standards and regulations like GDPR and HIPAA that require protection of sensitive data and maintaining system integrity.
How can this vulnerability impact me? :
This vulnerability can allow attackers to bypass access controls, obtain sensitive data, or execute arbitrary PHP code on the server. For example, attackers could include critical files like wp-config.php, potentially leading to full site compromise or data breaches.