Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in thembay Urna urna allows PHP Local File Inclusion.This issue affects Urna: from n/a through <= 2.5.12.
Published: 2026-02-20
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Local File Inclusion
Action: Patch Upgrade
AI Analysis

Impact

The vulnerability is due to inadequate validation of file names used inside PHP include/require calls in the Urna WordPress theme. An attacker who can supply a crafted path can cause the theme to read or include arbitrary files stored on the server’s file system. The result is exposure of sensitive configuration or data files, and because the included content can be PHP code, the flaw could also enable execution of malicious code if the attacker can control the content of the included file. The description does not state whether execution is confirmed, so the precise impact remains limited to data but the potential for code execution is implied by the nature of the flaw.

Affected Systems

WordPress installations that use the Urna theme version 2.5.12 or older are affected. The flaw exists only in the theme; the core WordPress framework and other plugins are not involved.

Risk and Exploitability

The CVSS score of 8.1 indicates a high severity, and the low EPSS score of less than 1% suggests that widespread exploitation is unlikely at present. The vulnerability does not appear in the CISA KEV catalog. The most likely attack vector is the theme’s input handling, where an attacker can supply a path that bypasses normal validation and causes the theme to include a local file. Whether additional privileges are required to exploit the flaw is not specified in the CVE data, so it is unclear if an attacker needs administrative access or can operate with normal user rights.

Generated by OpenCVE AI on April 28, 2026 at 17:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest version of the Urna theme (2.5.13 or newer) where the file inclusion check has been implemented.
  • Configure the web server or .htaccess to deny PHP execution in directories that contain theme files that should not be executed by the web server.
  • If an update is not immediately possible, implement a custom filter or script that sanitizes or whitelists file names before any include or require statement is executed within the theme.

Generated by OpenCVE AI on April 28, 2026 at 17:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 25 Feb 2026 09:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 24 Feb 2026 21:30:00 +0000

Type Values Removed Values Added
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'}


Mon, 23 Feb 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Thembay
Thembay urna
Wordpress
Wordpress wordpress
Vendors & Products Thembay
Thembay urna
Wordpress
Wordpress wordpress

Fri, 20 Feb 2026 16:15:00 +0000

Type Values Removed Values Added
Description Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in thembay Urna urna allows PHP Local File Inclusion.This issue affects Urna: from n/a through <= 2.5.12.
Title WordPress Urna theme <= 2.5.12 - Local File Inclusion vulnerability
Weaknesses CWE-98
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-04-28T19:31:29.538Z

Reserved: 2025-12-15T10:00:33.670Z

Link: CVE-2025-67982

cve-icon Vulnrichment

Updated: 2026-02-24T20:37:11.035Z

cve-icon NVD

Status : Deferred

Published: 2026-02-20T16:22:04.580

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-67982

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-28T17:45:16Z

Weaknesses
  • CWE-98

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