CVE-2025-67938
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 |
|---|---|---|
| mikado-themes | biagiotti | to 3.5.2 (exc) |
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
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The provided resources do not specify how this vulnerability affects compliance with common standards and regulations such as GDPR or HIPAA.
Can you explain this vulnerability to me?
CVE-2025-67938 is a Local File Inclusion (LFI) vulnerability in the WordPress Biagiotti Theme versions prior to 3.5.2. It 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. This can expose sensitive information such as database credentials. [1]
How can this vulnerability impact me? :
This vulnerability can lead to exposure of sensitive information like database credentials and potentially allow a complete database takeover depending on the website's configuration. It poses a severe security risk with a CVSS score of 8.1 and can compromise the integrity and confidentiality of the affected system. [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 for suspicious HTTP requests attempting to include local files via the Biagiotti theme. While specific commands are not provided, using web server logs to search for unusual URL parameters that include file paths or using security tools that detect LFI patterns can help. Patchstack offers automated vulnerability mitigation and continuous security monitoring which can assist in detecting exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to update the Biagiotti WordPress theme to version 3.5.2 or later, where the vulnerability is fixed. Until the update can be applied, using Patchstack's mitigation rules to block attacks targeting this vulnerability is recommended. Employing automated vulnerability mitigation and continuous security monitoring can also help protect affected websites. [1]