CVE-2025-58206
BaseFortify
Publication date: 2025-09-05
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| patchstack | maxcoach | 3.2.5 |
| patchstack | maxcoach | 3.2.6 |
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 a Local File Inclusion (LFI) issue in the WordPress MaxCoach Theme up to version 3.2.5. It allows unauthenticated attackers to include and display local files from the target website by exploiting improper control of filename parameters in PHP include/require statements. This can expose sensitive information such as database credentials and potentially lead to complete database takeover depending on the website's configuration. [1]
How can this vulnerability impact me? :
The vulnerability can have a severe impact by allowing attackers to access and display sensitive local files on your website without authentication. This exposure can lead to leakage of critical information like database credentials and may result in a complete takeover of your database. Because it requires no authentication and has a high severity score, it is highly dangerous and likely to be widely exploited. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves checking if the WordPress MaxCoach Theme version is 3.2.5 or earlier, as these versions are affected. Since the vulnerability allows unauthenticated Local File Inclusion, monitoring web server logs for suspicious requests attempting to include local files can help detect exploitation attempts. Specific commands are not provided in the resources, but general approaches include searching access logs for patterns of file inclusion attempts (e.g., using grep to find requests with suspicious parameters). [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the WordPress MaxCoach Theme to version 3.2.6 or later, which contains the fix for this vulnerability. Until the update can be applied, applying the virtual patch (vPatch) provided by Patchstack can automatically mitigate attacks without performance loss. Additionally, users are advised to seek professional incident response if their sites have been compromised and not to rely solely on plugin-based malware scanners. [1]