Description
The Mane theme for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.7. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.
Published: 2026-08-25
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution via Local File Inclusion
Action: Patch Immediately
AI Analysis

Impact

The Mane theme for WordPress contains a local file inclusion flaw in all releases up to version 1.7, allowing attackers to load and execute arbitrary PHP files on the server. This vulnerability is described by CWE-98, and it can lead to full compromise of the site, including bypassing authentication, retrieving confidential data, or running arbitrary code that an unauthenticated user could supply. The impact is thus critical, as it grants the attacker administrative control over the affected installation.

Affected Systems

Any WordPress installation using the Mane theme with a version 1.7 or earlier is affected. Specific version numbers beyond 1.7 are not listed, so any deployment not upgraded past that threshold inherits the flaw. No additional products or vendors are mentioned.

Risk and Exploitability

The CVSS score of 8.1 reflects a high severity, and the lack of an EPSS value means the exploitation probability is not quantified, though the exposure is significant because it requires no authentication. The vulnerability is not listed in CISA’s KEV catalog, but the nature of the flaw suggests that a local file inclusion vector could be abused on legitimate uploads. The attacker can upload an ‘image’ file that is actually a PHP script and later reference that file via a parameter that the theme processes, causing the PHP code to run. This inference comes directly from the description of unauthenticated code execution via uploaded image-type files.

Generated by OpenCVE AI on August 25, 2026 at 06:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Mane theme to a version higher than 1.7 once one becomes available.
  • Disable file upload functionality or enforce strict MIME type checks to prevent arbitrary file uploads.
  • Configure the web server or .htaccess to disallow execution of files in the upload directory by setting "php_flag engine off" or similar directives.

Generated by OpenCVE AI on August 25, 2026 at 06:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 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, 25 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Description The Mane theme for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.7. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.
Title Måne <= 1.7 - Unauthenticated Local File Inclusion
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-25T12:02:00.193Z

Reserved: 2026-08-24T16:58:05.181Z

Link: CVE-2026-78478

cve-icon Vulnrichment

Updated: 2026-08-25T12:01:53.236Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T06:19:01.353

Modified: 2026-08-26T16:19:05.917

Link: CVE-2026-78478

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T06:45:03Z

Weaknesses
  • CWE-98

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