CVE-2025-67616
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 |
|---|---|---|
| patchstack | mella | From 1.0 (inc) to 1.2.29 (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
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. Exposure of sensitive data may 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. Therefore, organizations using the affected Mella Theme versions may face compliance risks if this vulnerability is exploited. [1]
Can you explain this vulnerability to me?
CVE-2025-67616 is a Local File Inclusion (LFI) vulnerability in the WordPress Mella Theme (versions up to 1.2.29). It allows unauthenticated attackers to include and display local files from the target website by exploiting improper control of filenames in PHP include/require statements. This can expose sensitive information such as database credentials and potentially lead to a complete database takeover depending on the website's configuration. [1]
How can this vulnerability impact me? :
This vulnerability can allow attackers to access and display sensitive local files on your website, including database credentials. Exploiting this flaw could lead to a complete takeover of your database, compromising your website's data and security. It poses a high risk with a CVSS score of 8.1 and is expected to be exploited in the wild. [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 involve monitoring for suspicious HTTP requests attempting to include local files via the Mella theme. While no specific commands are provided, network administrators can look for unusual URL parameters or payloads targeting the include/require statements in PHP files related to the Mella theme. Using web application firewalls (WAF) with rules targeting this vulnerability can help detect exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the Patchstack mitigation rule that blocks attacks targeting this vulnerability until an official patch is released. It is recommended to implement automated protection solutions provided by Patchstack to safeguard affected websites. Additionally, monitoring and restricting access to vulnerable endpoints and updating the theme once a fix is available are advised. [1]