Description
The UnderConstructionPage PRO plugin for WordPress is vulnerable to Arbitrary File Read in all versions up to, and including, 5.76. This is due to the plugin accepting arbitrary local file paths in the template_thumbnail parameter and copying their contents into a publicly accessible uploads file. This makes it possible for authenticated attackers, with Subscriber-level access and above, to read arbitrary files on the server, which can contain sensitive information.
Published: 2026-07-11
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The UnderConstructionPage PRO plugin for WordPress allows authenticated users with Subscriber-level access to read arbitrary files on the server by supplying arbitrary local paths in the template_thumbnail parameter. The plugin then copies the requested file into a publicly accessible uploads directory, exposing the file contents to anyone who can download that upload. This flaw is an Arbitrary File Read vulnerability classified as CWE‑22 and can lead to the disclosure of confidential data such as configuration files, credentials, or code.

Affected Systems

All installations of the Under Construction Page (Pro) component from WebFactory that are version 5.76 or earlier are affected. Users running older versions are exposed until they upgrade to a patched release. The vulnerability does not affect versions 5.77 and later.

Risk and Exploitability

The CVSS score is 6.5, indicating moderate severity, while the EPSS score of less than 1% suggests the current likelihood of exploitation is low. However, the flaw only requires a logged‑in Subscriber account, which is commonly available on many WordPress sites, creating a broad attack surface. No publicly known exploits are documented and the vulnerability is not listed in the CISA KEV catalog. The most probable attack vector involves an authenticated user issuing a template_thumbnail request with an arbitrary file path, causing the plugin to copy the file into the uploads directory where it can later be retrieved.

Generated by OpenCVE AI on July 29, 2026 at 09:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the UnderConstructionPage PRO plugin to the newest available version that removes the insecure template_thumbnail handling.
  • If an immediate upgrade is not possible, disable or block the template_thumbnail parameter for Subscriber accounts, or remove the feature entirely from the plugin configuration.
  • Verify that the web server filesystem permissions prevent sensitive files from being read outside the WordPress root, and restrict the upload directory to serve only authorized content.

Generated by OpenCVE AI on July 29, 2026 at 09:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Sat, 11 Jul 2026 02:15:00 +0000

Type Values Removed Values Added
Description The UnderConstructionPage PRO plugin for WordPress is vulnerable to Arbitrary File Read in all versions up to, and including, 5.76. This is due to the plugin accepting arbitrary local file paths in the template_thumbnail parameter and copying their contents into a publicly accessible uploads file. This makes it possible for authenticated attackers, with Subscriber-level access and above, to read arbitrary files on the server, which can contain sensitive information.
Title UnderConstructionPage PRO <= 5.76 - Authenticated (Subscriber+) Arbitrary File Read via template_thumbnail Parameter
Weaknesses CWE-22
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-13T17:43:52.129Z

Reserved: 2026-06-05T20:39:33.140Z

Link: CVE-2026-11426

cve-icon Vulnrichment

Updated: 2026-07-13T17:43:45.909Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T09:45:04Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')