Description
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in jwsthemes Aqua aqua allows PHP Local File Inclusion.This issue affects Aqua: from n/a through <= 5.1.2.
Published: 2026-07-13
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Aqua theme for WordPress contains a flaw where the filename used in an include/require statement is not properly sanitized, allowing the inclusion of arbitrary local files. This Improper Control of Filename vulnerability (CWE‑98) can lead to the disclosure of configuration data or the execution of malicious code if an attacker can supply a path to a malicious script. Based on the description, it is inferred that an attacker could potentially read sensitive files or execute code through the vulnerable include mechanism, though the exact outcomes depend on the server configuration.

Affected Systems

All releases of the Aqua theme provided by jwsthemes up to and including version 5.1.2 are affected. No patched or updated release is indicated in the data, so sites still running these versions remain vulnerable until a fix is applied.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity of the flaw. The EPSS score of less than 1 percent suggests a low likelihood of current exploitation, and the vulnerability is not listed in CISA's KEV catalog. Based on the description, the flaw can be triggered by an unauthenticated web request that manipulates the include path, so an attacker does not need privileged access to the server. Consequently, the threat remains significant to the confidentiality, integrity, and availability of the affected WordPress sites.

Generated by OpenCVE AI on August 1, 2026 at 10:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Aqua theme to any version newer than 5.1.2 if the vendor has released a fix; if no update is available, consider replacing the theme with a trusted alternative.
  • Patch the theme files to hard‑code the include path or remove the vulnerable include, ensuring all include/require calls reference files within a known safe directory.
  • Configure the PHP environment to disable allow_url_include, enforce open_basedir restrictions, and tightly control file inclusion mechanisms.
  • Deploy a web application firewall or implement input sanitization to block malicious requests that attempt to manipulate the inclusion path.

Generated by OpenCVE AI on August 1, 2026 at 10:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 13 Jul 2026 10:00: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 jwsthemes Aqua aqua allows PHP Local File Inclusion.This issue affects Aqua: from n/a through <= 5.1.2.
Title WordPress Aqua theme <= 5.1.2 - Local File Inclusion vulnerability
Weaknesses CWE-98
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Patchstack

Published:

Updated: 2026-07-13T13:19:25.793Z

Reserved: 2026-06-25T08:05:02.627Z

Link: CVE-2026-57789

cve-icon Vulnrichment

Updated: 2026-07-13T13:19:08.672Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T10:30:04Z

Weaknesses
  • CWE-98

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