CVE-2026-28025
Received Received - Intake
Local File Inclusion in ThemeREX Stargaze

Publication date: 2026-03-05

Last updated on: 2026-03-06

Assigner: Patchstack

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-05
Last Modified
2026-03-06
Generated
2026-06-16
AI Q&A
2026-03-05
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
themerex stargaze to 1.5 (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-28025 is a Local File Inclusion (LFI) vulnerability found in the WordPress Stargaze Theme versions up to and including 1.5. It allows unauthenticated attackers to exploit improper control of filename parameters in PHP include/require statements, enabling them to include and display local files from the target website.

This vulnerability falls under the OWASP Top 10 category A3: Injection and can expose sensitive files such as those containing database credentials.

Impact Analysis

[{'type': 'paragraph', 'content': 'Exploitation of this vulnerability can lead to the exposure of sensitive files on the affected website, including files with database credentials.'}, {'type': 'paragraph', 'content': "Depending on the website's configuration, attackers could potentially achieve a complete database takeover."}, {'type': 'paragraph', 'content': 'Since the vulnerability allows unauthenticated access to local files, it poses a high security risk.'}] [1]

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability allows unauthenticated attackers to include and display local files from the target website by exploiting improper control of filename in PHP include/require statements.'}, {'type': 'paragraph', 'content': 'To detect attempts to exploit this Local File Inclusion (LFI) vulnerability, you can monitor web server logs for suspicious requests containing file inclusion patterns such as "../" sequences or attempts to access sensitive files like /etc/passwd or configuration files.'}, {'type': 'paragraph', 'content': 'Example commands to search for potential exploitation attempts in Apache or Nginx access logs:'}, {'type': 'list_item', 'content': 'grep -iE "(\\.{2}/|etc/passwd|config|\\.ini)" /var/log/apache2/access.log'}, {'type': 'list_item', 'content': 'grep -iE "(\\.{2}/|etc/passwd|config|\\.ini)" /var/log/nginx/access.log'}, {'type': 'paragraph', 'content': 'Additionally, you can use web application firewall (WAF) logs or intrusion detection systems to identify and block suspicious payloads attempting file inclusion.'}] [1]

Mitigation Strategies

Since no official patch is available yet for this Local File Inclusion vulnerability in the WordPress Stargaze Theme versions up to 1.5, immediate mitigation is critical.

Users are strongly advised to implement the mitigation rule provided by Patchstack to block attacks exploiting this vulnerability until an official patch is released.

Additional recommended steps include:

  • Apply web application firewall (WAF) rules to detect and block malicious file inclusion attempts.
  • Restrict file permissions on the server to limit access to sensitive files.
  • Monitor server logs for suspicious activity and respond accordingly.
  • Consider temporarily disabling or replacing the vulnerable theme until a patch is available.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-28025. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart