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

Impact

An unauthenticated local file inclusion flaw exists in the Nexio theme for WordPress versions up to and including 1.10.0. The vulnerability allows an attacker to instruct the application to read any file on the server by manipulating a file inclusion request. This can expose sensitive configuration files, private credentials, or any other data stored on the host, and in some cases could allow the execution of arbitrary code if an executable file is read and triggered. The weakness is a classic example of CWE‑98, where unchecked input is used to construct a path to a file on the filesystem.

Affected Systems

All WordPress installations that use the ThemeREX Nexio theme version 1.10.0 or older are affected. The issue is confined to those sites that have not upgraded their theme beyond the stated boundary.

Risk and Exploitability

The vulnerability scores a CVSS of 8.1, denoting a high severity level. Its EPSS score of less than 1% indicates that, while the probability of exploitation is low, the flaw remains serious enough to warrant immediate attention. The vulnerability is not listed in CISA’s KEV catalog, but because it is unauthenticated, a remote attacker could potentially trigger the inclusion by accessing the website. The attack would require sending a crafted request to the vulnerable endpoint, after which the attacker could retrieve arbitrary files from the server.

Generated by OpenCVE AI on June 17, 2026 at 19:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Nexio theme to the latest version that removes the insecure file inclusion functionality.
  • If an upgrade cannot be performed immediately, edit the theme’s code to validate any file path parameters and restrict them to a whitelist of allowed directories.
  • Ensure all WordPress core files, plugins, and themes are kept up to date so that similar vulnerabilities are not introduced in future releases.

Generated by OpenCVE AI on June 17, 2026 at 19:49 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 nexio
Wordpress
Wordpress wordpress
Vendors & Products Themerex
Themerex nexio
Wordpress
Wordpress wordpress

Wed, 17 Jun 2026 12:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 16 Jun 2026 22:00:00 +0000

Type Values Removed Values Added
Description Unauthenticated Local File Inclusion in Nexio <= 1.10.0 versions.
Title WordPress Nexio theme <= 1.10.0 - 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 Nexio
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-06-17T10:52:07.669Z

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

Link: CVE-2025-69113

cve-icon Vulnrichment

Updated: 2026-06-17T10:52:00.503Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-26T09:44:44Z

Weaknesses
  • CWE-98

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