CVE-2025-10050
BaseFortify
Publication date: 2025-09-17
Last updated on: 2025-09-17
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wordpress | developer_loggers_for_simple_history | 0.5 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Local File Inclusion (LFI) issue in the Developer Loggers for Simple History WordPress plugin (versions up to 0.5). It allows authenticated users with Administrator-level access or higher to exploit the enabled_loggers parameter to include and execute arbitrary PHP files on the server. This means attackers can run any PHP code they want on the server by including malicious files, potentially bypassing access controls and gaining unauthorized capabilities.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow attackers with administrator privileges to execute arbitrary PHP code on the server. This can lead to bypassing access controls, unauthorized access to sensitive data, and full code execution on the server. Ultimately, this can compromise the entire website and server environment, leading to data breaches, service disruption, or further attacks.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability can negatively impact compliance with standards like GDPR and HIPAA because it can lead to unauthorized access and exposure of sensitive data. Exploitation could result in data breaches involving personal or protected health information, which are subject to strict regulatory requirements for confidentiality and security.