CVE-2026-11426
Deferred Deferred - Pending Action

Arbitrary File Read in UnderConstructionPage PRO WordPress Plugin

Vulnerability report for CVE-2026-11426, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-11

Last updated on: 2026-07-13

Assigner: Wordfence

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-11
Last Modified
2026-07-13
Generated
2026-07-31
AI Q&A
2026-07-11
EPSS Evaluated
2026-07-28
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
underconstructionpage underconstructionpage to 5.76 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The UnderConstructionPage PRO plugin for WordPress has a vulnerability known as Arbitrary File Read in all versions up to and including 5.76.

This vulnerability occurs because the plugin accepts arbitrary local file paths through the template_thumbnail parameter and copies their contents into a publicly accessible uploads file.

As a result, authenticated attackers with Subscriber-level access or higher can read arbitrary files on the server, potentially exposing sensitive information.

Detection Guidance

This vulnerability involves the UnderConstructionPage PRO WordPress plugin accepting arbitrary local file paths via the template_thumbnail parameter, allowing authenticated users with Subscriber-level access or higher to read arbitrary files on the server.

To detect exploitation attempts or test for this vulnerability, you can monitor HTTP requests to the plugin that include the template_thumbnail parameter with suspicious file path values.

Example commands to detect or test this vulnerability include:

  • Using curl to test if arbitrary file read is possible by requesting a known file, e.g.: curl -i -X GET 'http://yourwordpresssite.com/wp-content/plugins/underconstructionpage/?template_thumbnail=../../../../etc/passwd'
  • Using grep or similar tools on web server access logs to find requests containing the template_thumbnail parameter: grep 'template_thumbnail' /var/log/apache2/access.log
  • Using intrusion detection system (IDS) rules to alert on HTTP requests with suspicious file path traversal patterns in the template_thumbnail parameter.
Impact Analysis

This vulnerability allows attackers with low-level authenticated access (Subscriber-level and above) to read arbitrary files on the server.

The attacker could access sensitive information stored in these files, which might include configuration files, credentials, or other private data.

Such unauthorized access can lead to information disclosure, increasing the risk of further attacks or data breaches.

Compliance Impact

The vulnerability allows authenticated attackers with Subscriber-level access and above to read arbitrary files on the server, which can contain sensitive information. This exposure of sensitive data could potentially lead to non-compliance with data protection regulations such as GDPR and HIPAA, which require the protection of personal and sensitive information from unauthorized access.

Since the plugin copies contents of arbitrary local files into a publicly accessible uploads file, it increases the risk of sensitive data leakage, which is a critical concern under these regulations.

Mitigation Strategies

The vulnerability exists in all versions of the UnderConstructionPage PRO plugin up to and including 5.76. To mitigate this vulnerability, you should update the plugin to a version later than 5.76 where this issue is fixed.

Additionally, restrict Subscriber-level users from accessing or manipulating the template_thumbnail parameter if possible, and monitor your uploads directory for unexpected file contents that could indicate exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-11426. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart