CVE-2025-67615
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 |
|---|---|---|
| bslthemes | myour | From 1.0 (inc) to 1.5.1 (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?
CVE-2025-67615 is a Local File Inclusion (LFI) vulnerability in the WordPress Myour Theme up to version 1.5.1. It allows unauthenticated attackers to include and display local files from the target website, potentially exposing sensitive information such as database credentials. This occurs due to improper control of filenames in PHP include/require statements. [1]
How can this vulnerability impact me? :
This vulnerability can lead to exposure of sensitive information like database credentials and may allow an attacker to take over the database completely depending on the website's configuration. Since it requires no privileges to exploit, it poses a severe security risk with a CVSS score of 8.1. [1]
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 done by monitoring web server logs for suspicious requests attempting to include local files via the Myour theme. Common indicators include URL parameters that reference local file paths or traversal sequences (e.g., ../). Specific commands are not provided in the resources, but typical methods include using tools like grep to search access logs for suspicious patterns or employing web application scanners that detect LFI vulnerabilities. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the Patchstack mitigation rule provided to block attacks exploiting this vulnerability until an official patch is released. Since no official fix is available as of the publication date, deploying this mitigation and monitoring for exploit attempts is critical. Additionally, restricting access to the affected theme or disabling it temporarily can reduce risk. [1]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability allows unauthenticated attackers to include local files and potentially expose sensitive information such as database credentials, which could lead to a complete database takeover. Such exposure of sensitive data can result in non-compliance with data protection regulations like GDPR and HIPAA, as it compromises the confidentiality and integrity of personal and protected health information. [1]