CVE-2026-28012
Received Received - Intake
Local File Inclusion in ThemeREX Gridiron

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 Gridiron gridiron allows PHP Local File Inclusion.This issue affects Gridiron: from n/a through <= 1.0.14.
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-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
themerex gridiron to 1.0.14 (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-28012 is a Local File Inclusion (LFI) vulnerability in the WordPress Gridiron Theme versions up to and including 1.0.14. It allows an unauthenticated attacker to include and display local files from the target website by exploiting improper control of filename parameters in PHP include/require statements.

This means that an attacker can potentially access sensitive files on the server, such as configuration files or database credentials, by tricking the application into loading these files.

Impact Analysis

[{'type': 'paragraph', 'content': 'Exploitation of this vulnerability can lead to exposure of sensitive information like database credentials.'}, {'type': 'paragraph', 'content': "Depending on the website's configuration, an attacker could achieve a complete database takeover."}, {'type': 'paragraph', 'content': 'This represents a severe security risk with a CVSS score of 8.1, indicating high priority for mitigation.'}] [1]

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This 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) patterns.'}, {'type': 'paragraph', 'content': 'Common detection methods include inspecting web server logs for requests containing suspicious parameters that reference local files, such as those including directory traversal sequences (e.g., ../) or attempts to include sensitive files like /etc/passwd or configuration files.'}, {'type': 'paragraph', 'content': 'While no specific commands are provided in the resources, typical commands to detect such activity might include using grep on web server logs to find suspicious patterns. For example:'}, {'type': 'list_item', 'content': "grep -i 'include' /var/log/apache2/access.log"}, {'type': 'list_item', 'content': "grep -E '\\.\\./|etc/passwd|config' /var/log/apache2/access.log"}, {'type': 'paragraph', 'content': 'Additionally, web application firewalls (WAFs) or intrusion detection systems (IDS) can be configured to detect and alert on such LFI attack patterns.'}] [1]

Mitigation Strategies

Since no official patch is currently available for the Gridiron theme up to version 1.0.14, immediate mitigation involves applying the Patchstack mitigation rule designed to block attacks exploiting this Local File Inclusion vulnerability.

Users are advised to implement this mitigation as soon as possible to protect their websites from potential exploitation.

Additional general mitigation steps include:

  • Restrict file inclusion functions in PHP configurations if possible.
  • Harden web server and PHP settings to prevent unauthorized file access.
  • Monitor logs for suspicious activity and block malicious IP addresses.
  • Consider temporarily disabling the vulnerable theme or replacing it with a secure alternative until an official patch is released.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-28012. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart