CVE-2025-69100
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-01-29
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| fuelthemes | north_wp | to 5.7.5 (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?
This vulnerability is an improper control of filename for include/require statements in the PHP program 'fuelthemes North north-wp'. It allows PHP Local File Inclusion, meaning an attacker could potentially include and execute local files on the server through the vulnerable application. This issue affects versions of North up to and including 5.7.5.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary local files on the server, which may lead to unauthorized access, data disclosure, or further compromise of the affected system.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this Local File Inclusion (LFI) vulnerability can be performed by monitoring for HTTP requests attempting to include local files via the vulnerable parameter in the WordPress North Theme (versions β€ 5.7.5). While no specific commands are provided, typical detection involves inspecting web server logs for suspicious requests containing file inclusion patterns (e.g., requests with parameters referencing /etc/passwd or other local files). Additionally, deploying the Patchstack mitigation rule can help detect and block exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the Patchstack mitigation rule provided by Patchstack to block attacks targeting this Local File Inclusion vulnerability. Since no official patch is available yet, deploying this mitigation rule is the recommended action to protect affected sites. Additionally, monitoring for suspicious activity and restricting access where possible can help reduce risk until an official fix is released. [1]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows unauthenticated attackers to access sensitive local files, including database credentials, which could lead to a full database compromise. Such a compromise may result in unauthorized disclosure of personal or protected data, potentially violating compliance requirements under standards like GDPR and HIPAA that mandate protection of sensitive information. Immediate mitigation or resolution is recommended to prevent data breaches and maintain compliance. [1]