CVE-2026-28096
Received Received - Intake
Local File Inclusion Vulnerability in WealthCo PHP Theme

Publication date: 2026-03-05

Last updated on: 2026-03-05

Assigner: Patchstack

Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX WealthCo wealthco allows PHP Local File Inclusion.This issue affects WealthCo: from n/a through <= 2.18.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-05
Last Modified
2026-03-05
Generated
2026-06-16
AI Q&A
2026-03-05
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
patchstack wealthco to 2.18 (inc)
themerex wealthco to 2.18 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-28096 is a Local File Inclusion (LFI) vulnerability in the WordPress WealthCo Theme versions up to and including 2.18. This vulnerability allows an unauthenticated attacker to include and display local files from the target website.

By exploiting this flaw, an attacker can potentially access sensitive information stored in local files, such as database credentials.

The vulnerability is categorized under OWASP Top 10 A3: Injection and does not require any authentication to exploit, making it a high-risk issue.

Impact Analysis

[{'type': 'paragraph', 'content': 'Exploitation of this vulnerability can lead to the exposure of sensitive information like database credentials.'}, {'type': 'paragraph', 'content': "If attackers obtain these credentials, they could potentially take over the entire database depending on the website's configuration."}, {'type': 'paragraph', 'content': 'This could result in data breaches, loss of data integrity, and unauthorized access to confidential information.'}] [1]

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'The CVE-2026-28096 vulnerability allows an unauthenticated attacker to include and display local files from the target website, which can be detected by monitoring for suspicious HTTP requests attempting to exploit Local File Inclusion (LFI).'}, {'type': 'paragraph', 'content': 'Detection can involve checking web server logs for requests containing suspicious parameters that attempt to include local files, such as those with patterns like "?file=", "?include=", or other URL parameters that reference local paths.'}, {'type': 'paragraph', 'content': 'While no specific commands are provided in the resources, common detection commands might include using tools like grep to search web server logs for suspicious inclusion attempts, for example:'}, {'type': 'list_item', 'content': 'grep -iE "(\\?file=|\\?include=|\\?page=)" /var/log/apache2/access.log'}, {'type': 'list_item', 'content': 'grep -i "../../" /var/log/apache2/access.log'}, {'type': 'paragraph', 'content': 'Additionally, network intrusion detection systems (NIDS) or web application firewalls (WAF) can be configured to detect and alert on such LFI attack patterns.'}] [1]

Mitigation Strategies

Since no official patch is currently available for CVE-2026-28096, immediate mitigation involves implementing the Patchstack mitigation rule that blocks attacks exploiting this Local File Inclusion vulnerability.

Users of the WealthCo Theme are strongly advised to apply Patchstack’s automated vulnerability mitigation and continuous security monitoring solutions to protect their WordPress sites from exploitation.

Additionally, it is recommended to monitor and restrict access to sensitive files on the server, review and harden web server configurations, and ensure that unnecessary file inclusion functionality is disabled or properly sanitized.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-28096. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart