Description
Unauthenticated Local File Inclusion in Granola <= 1.13 versions.
Published: 2026-06-17
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is an unauthenticated Local File Inclusion flaw in the Granola theme for WordPress, affecting all versions 1.13 and earlier. An attacker can supply crafted input to the theme’s file inclusion routine, causing the server to read files that the web user has access to. Because the exploit allows arbitrary file reads, it can expose sensitive configuration data, user credentials, or other private content and could be chained with other weaknesses to achieve code execution. The issue is classified as CWE‑98 and carries a CVSS score of 8.1, indicating a high severity and strong potential for compromise.

Affected Systems

The Granola theme is distributed by ThemeREX and is often installed on WordPress sites that adopt the theme. Any site that is running version 1.13 or earlier of the theme is vulnerable. No specific patch version is listed, but the vulnerability is only present in those older releases.

Risk and Exploitability

Authentication is not required, so the LFI can be triggered by any user or attacker who can send requests to the WordPress site. The EPSS metric is unavailable, however the high CVSS score and the fact that this vulnerability is not listed in the CISA KEV catalog suggest that while the threat is significant, there is no confirmed widespread exploitation yet. Successful exploitation would allow an attacker to read arbitrary files, potentially exposing secrets or enabling further attacks such as remote code execution if combined with other flaws.

Generated by OpenCVE AI on June 18, 2026 at 13:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Granola theme to the latest available release, as newer versions are presumed to contain the fix for the LFI issue.
  • Configure the web server to deny direct access to PHP files within the Granola theme directory, reducing the attack surface for inclusion attempts.
  • Add server‑side input validation or path restrictions to any parameters that can trigger file inclusion, ensuring that only allowed file paths are accessible by the theme’s code.

Generated by OpenCVE AI on June 18, 2026 at 13:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 26 Jun 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Themerex
Themerex granola
Wordpress
Wordpress wordpress
Vendors & Products Themerex
Themerex granola
Wordpress
Wordpress wordpress

Thu, 18 Jun 2026 04:45:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 17 Jun 2026 14:00:00 +0000

Type Values Removed Values Added
Description Unauthenticated Local File Inclusion in Granola <= 1.13 versions.
Title WordPress Granola theme <= 1.13 - Local File Inclusion vulnerability
Weaknesses CWE-98
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Themerex Granola
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-06-17T15:37:09.130Z

Reserved: 2025-12-29T11:19:54.137Z

Link: CVE-2025-69158

cve-icon Vulnrichment

Updated: 2026-06-17T15:37:03.451Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T09:41:36Z

Weaknesses
  • CWE-98

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')