CVE-2026-28025: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') in ThemeREX Stargaze
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX Stargaze stargaze allows PHP Local File Inclusion.This issue affects Stargaze: from n/a through <= 1.5.
AI Analysis
Technical Summary
CVE-2026-28025 identifies a Local File Inclusion (LFI) vulnerability in the ThemeREX Stargaze WordPress theme, specifically due to improper control over the filename parameter used in PHP include or require statements. This vulnerability arises when the application fails to properly validate or sanitize user input that determines which files are included during runtime. As a result, an attacker can manipulate the filename parameter to include arbitrary files from the server's filesystem. This can lead to disclosure of sensitive information such as configuration files, source code, or credentials stored on the server. In some cases, LFI can be leveraged to execute arbitrary code if combined with other vulnerabilities or misconfigurations. The affected versions include all releases up to and including version 1.5 of the Stargaze theme. The vulnerability was published on March 5, 2026, with no CVSS score assigned yet and no known exploits in the wild. The lack of patch links suggests that a fix has not been publicly released at the time of this report. The vulnerability is categorized under improper control of filename for include/require statements, a common PHP security issue that can have severe consequences if exploited. The attacker does not require user interaction but may need to access the web interface or send crafted requests to trigger the vulnerability. The theme is used in WordPress environments, which are widely deployed globally, increasing the potential attack surface.
Potential Impact
The primary impact of CVE-2026-28025 is unauthorized access to sensitive files on the web server hosting the affected WordPress site. This can lead to disclosure of critical information such as database credentials, configuration files, or source code, which attackers can use to further compromise the system. In some scenarios, LFI vulnerabilities can be chained with other exploits to achieve remote code execution, leading to full system compromise. For organizations, this can result in data breaches, website defacement, loss of customer trust, and potential regulatory penalties. Since WordPress powers a significant portion of websites worldwide, and themes like Stargaze are used in various industries including e-commerce, media, and corporate sites, the scope of impact is broad. The absence of known public exploits reduces immediate risk but does not eliminate the threat, as attackers may develop exploits once the vulnerability details are widely known. The vulnerability's ease of exploitation, without requiring authentication or user interaction, increases the risk profile. Organizations with publicly accessible WordPress sites using the affected theme are particularly vulnerable to automated scanning and exploitation attempts.
Mitigation Recommendations
Organizations should immediately audit their WordPress installations to identify if the Stargaze theme version 1.5 or earlier is in use. Until an official patch is released, administrators should consider temporarily disabling or replacing the theme to prevent exploitation. Implement strict input validation and sanitization on any parameters that control file inclusion paths, ensuring only intended files can be included. Employ web application firewalls (WAFs) with rules designed to detect and block attempts to exploit LFI vulnerabilities, such as suspicious traversal sequences or unusual parameter values. Restrict file permissions on the server to limit access to sensitive files and directories, minimizing the impact of any successful inclusion. Monitor web server logs and intrusion detection systems for signs of exploitation attempts, including unusual requests targeting include or require parameters. Keep WordPress core, themes, and plugins up to date and subscribe to vendor security advisories for timely patch information. Consider implementing Content Security Policy (CSP) headers to reduce the risk of code injection. Finally, conduct regular security assessments and penetration testing focused on file inclusion and other common web vulnerabilities.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, Brazil, France, Netherlands, Japan, South Africa
CVE-2026-28025: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') in ThemeREX Stargaze
Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in ThemeREX Stargaze stargaze allows PHP Local File Inclusion.This issue affects Stargaze: from n/a through <= 1.5.
AI-Powered Analysis
Technical Analysis
CVE-2026-28025 identifies a Local File Inclusion (LFI) vulnerability in the ThemeREX Stargaze WordPress theme, specifically due to improper control over the filename parameter used in PHP include or require statements. This vulnerability arises when the application fails to properly validate or sanitize user input that determines which files are included during runtime. As a result, an attacker can manipulate the filename parameter to include arbitrary files from the server's filesystem. This can lead to disclosure of sensitive information such as configuration files, source code, or credentials stored on the server. In some cases, LFI can be leveraged to execute arbitrary code if combined with other vulnerabilities or misconfigurations. The affected versions include all releases up to and including version 1.5 of the Stargaze theme. The vulnerability was published on March 5, 2026, with no CVSS score assigned yet and no known exploits in the wild. The lack of patch links suggests that a fix has not been publicly released at the time of this report. The vulnerability is categorized under improper control of filename for include/require statements, a common PHP security issue that can have severe consequences if exploited. The attacker does not require user interaction but may need to access the web interface or send crafted requests to trigger the vulnerability. The theme is used in WordPress environments, which are widely deployed globally, increasing the potential attack surface.
Potential Impact
The primary impact of CVE-2026-28025 is unauthorized access to sensitive files on the web server hosting the affected WordPress site. This can lead to disclosure of critical information such as database credentials, configuration files, or source code, which attackers can use to further compromise the system. In some scenarios, LFI vulnerabilities can be chained with other exploits to achieve remote code execution, leading to full system compromise. For organizations, this can result in data breaches, website defacement, loss of customer trust, and potential regulatory penalties. Since WordPress powers a significant portion of websites worldwide, and themes like Stargaze are used in various industries including e-commerce, media, and corporate sites, the scope of impact is broad. The absence of known public exploits reduces immediate risk but does not eliminate the threat, as attackers may develop exploits once the vulnerability details are widely known. The vulnerability's ease of exploitation, without requiring authentication or user interaction, increases the risk profile. Organizations with publicly accessible WordPress sites using the affected theme are particularly vulnerable to automated scanning and exploitation attempts.
Mitigation Recommendations
Organizations should immediately audit their WordPress installations to identify if the Stargaze theme version 1.5 or earlier is in use. Until an official patch is released, administrators should consider temporarily disabling or replacing the theme to prevent exploitation. Implement strict input validation and sanitization on any parameters that control file inclusion paths, ensuring only intended files can be included. Employ web application firewalls (WAFs) with rules designed to detect and block attempts to exploit LFI vulnerabilities, such as suspicious traversal sequences or unusual parameter values. Restrict file permissions on the server to limit access to sensitive files and directories, minimizing the impact of any successful inclusion. Monitor web server logs and intrusion detection systems for signs of exploitation attempts, including unusual requests targeting include or require parameters. Keep WordPress core, themes, and plugins up to date and subscribe to vendor security advisories for timely patch information. Consider implementing Content Security Policy (CSP) headers to reduce the risk of code injection. Finally, conduct regular security assessments and penetration testing focused on file inclusion and other common web vulnerabilities.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Patchstack
- Date Reserved
- 2026-02-25T12:13:18.740Z
- Cvss Version
- null
- State
- PUBLISHED
Threat ID: 69a9205ad1a09e29cbe69b36
Added to database: 3/5/2026, 6:19:06 AM
Last enriched: 3/5/2026, 7:33:10 AM
Last updated: 3/5/2026, 3:02:22 PM
Views: 7
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-3598: CWE-327 Use of a Broken or Risky Cryptographic Algorithm in rustdesk-server-pro RustDesk Server Pro
HighCVE-2026-27750: CWE-367 Time-of-check Time-of-use (TOCTOU) Race Condition in Gen Digital Inc. Avira Internet Security
HighCVE-2026-27749: CWE-502 Deserialization of Untrusted Data in Gen Digital Inc. Avira Internet Security
HighCVE-2026-27748: CWE-59 Improper Link Resolution Before File Access ('Link Following') in Gen Digital Inc. Avira Internet Security
HighCVE-2026-1720: CWE-862 Missing Authorization in wpxpo WowOptin: Next-Gen Popup Maker – Create Stunning Popups and Optins for Lead Generation
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.