CVE-2025-69374
Local File Inclusion in Eleblog Elementor Addons
Publication date: 2026-02-20
Last updated on: 2026-02-24
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| solverwp | eleblog | to 2.0.3 (inc) |
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?
[{'type': 'paragraph', 'content': 'CVE-2025-69374 is a Local File Inclusion (LFI) vulnerability in the WordPress plugin "Eleblog β Elementor Blog And Magazine Addons" versions up to and including 2.0.3.'}, {'type': 'paragraph', 'content': 'This vulnerability allows unauthenticated attackers to include and display local files from the target website by exploiting improper control of filename for include/require statements in PHP.'}, {'type': 'paragraph', 'content': 'As a result, attackers can potentially access sensitive information such as database credentials.'}] [1]
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to the exposure of sensitive files on the server, including database credentials.
Depending on the server configuration, attackers could achieve a complete database takeover.
This represents a high severity risk with a CVSS score of 8.1, indicating significant potential damage to the affected system.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability allows unauthenticated attackers to include and display local files from the target website, which can be detected by monitoring for suspicious HTTP requests attempting to exploit Local File Inclusion (LFI) flaws.
While no specific commands are provided in the available resources, typical detection methods include inspecting web server logs for unusual requests containing file path traversal patterns or parameters that attempt to include local files.
Network or system administrators can use tools like curl or wget to simulate requests with suspicious parameters to test if the system is vulnerable.
What immediate steps should I take to mitigate this vulnerability?
Since no official patch is currently available for this vulnerability, immediate mitigation involves applying the mitigation rule issued by Patchstack that can block attacks targeting this flaw.
Users are strongly advised to implement these mitigations immediately to protect their websites from exploitation.
Additionally, monitoring and restricting access to sensitive files and ensuring proper input validation can help reduce the risk until an official patch is released.