LmCast :: Stay tuned in

A WordPress vulnerability scored 9.2/10 is present in all versions since 2016

Recorded: Sept. 22, 2026, 5 p.m.

Original Summarized

Unauthenticated path traversal in page-template resolution leading to conditional RCE · Advisory · WordPress/wordpress-develop · GitHub

Skip to content

Navigation MenuSign inAppearance settingsPlatformAI CODE CREATIONGitHub CopilotWrite better code with AIGitHub Copilot appDirect agents from issue to mergeMCP RegistryIntegrate external toolsDEVELOPER WORKFLOWSActionsAutomate any workflowCodespacesInstant dev environmentsIssuesPlan and track workCode ReviewManage code changesCode QualityEnforce quality at mergeAPPLICATION SECURITYGitHub Advanced SecurityFind and fix vulnerabilitiesCode securitySecure your code as you buildSecret protectionStop leaks before they startEXPLOREWhy GitHubDocumentationBlogChangelogMarketplaceView all featuresSolutionsBY COMPANY SIZEEnterprisesSmall and medium teamsStartupsNonprofitsBY USE CASEApp ModernizationDevSecOpsDevOpsCI/CDView all use casesBY INDUSTRYHealthcareFinancial servicesManufacturingGovernmentView all industriesView all solutionsResourcesEXPLORE BY TOPICAISoftware DevelopmentDevOpsSecurityView all topicsEXPLORE BY TYPECustomer storiesEvents & webinarsEbooks & reportsBusiness insightsGitHub SkillsSUPPORT & SERVICESDocumentationCustomer supportCommunity forumTrust centerPartnersView all resourcesOpen SourceCOMMUNITYGitHub SponsorsFund open source developersPROGRAMSSecurity LabMaintainer CommunityGitHub StarsArchive ProgramREPOSITORIESTopicsTrendingCollectionsEnterpriseENTERPRISE SOLUTIONSEnterprise platformAI-powered developer platformAVAILABLE ADD-ONSGitHub Advanced SecurityEnterprise-grade security featuresCopilot for BusinessEnterprise-grade AI featuresPremium SupportEnterprise-grade 24/7 supportPricingSearch/Sign inSign upAppearance settings

You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

WordPress

/

wordpress-develop

Public

Notifications
You must be signed in to change notification settings

Fork
3.7k

Star
3.4k

Code

Pull requests
3.5k

Actions

Security and quality
43

Insights

Additional navigation options

Code

Pull requests

Actions

Security and quality

Insights

wordpress-develop
Security
Advisories
GHSA-7hp8-65ch-5whp

Unauthenticated path traversal in page-template resolution leading to conditional RCE

Critical

johnbillion
published
GHSA-7hp8-65ch-5whp
Sep 22, 2026

Software

WordPress

Affected versions
7.1.0 - 7.1.1
7.0.0 - 7.0.5
6.9.0 - 6.9.8
6.8.0 - 6.8.9
6.7.0 - 6.7.8
6.6.0 - 6.6.8
6.5.0 - 6.5.11
6.4.0 - 6.4.11
6.3.0 - 6.3.11
6.2.0 - 6.2.12
6.1.0 - 6.1.13
6.0.0 - 6.0.15
5.9.0 - 5.9.17
5.8.0 - 5.8.16
5.7.0 - 5.7.18
5.6.0 - 5.6.20
5.5.0 - 5.5.21
5.4.0 - 5.4.22
5.3.0 - 5.3.24
5.2.0 - 5.2.27
5.1.0 - 5.1.25
5.0.0 - 5.0.28
4.9.0 - 4.9.32
4.8.0 - 4.8.31
4.7.0 - 4.7.36

Patched versions
7.1.2
7.0.6
6.9.9
6.8.10
6.7.9
6.6.9
6.5.12
6.4.12
6.3.12
6.2.13
6.1.14
6.0.16
5.9.18
5.8.17
5.7.19
5.6.21
5.5.22
5.4.23
5.3.25
5.2.28
5.1.26
5.0.29
4.9.33
4.8.32
4.7.37

Description

An unauthenticated attacker can make get_page_template() page-template resolution include a chosen readable local .php file outside the active theme directories. If relevant pre-conditions for both the server environment and the active theme are met, this can lead to RCE.
The pre-conditions are:

The active child or parent theme contains a top-level directory whose name starts with page- (e.g. page-templates). This affects the legacy Twenty Twelve and Twenty Fourteen themes, as well as some popular third party themes such as Neve, Hestia, and Sydney.
A chosen local .php target file exists on the server and is readable by the web server account. The well known pearcmd.php PEAR→RCE transition can be used for this when register_argc_argv is set to On. The official php image for Docker is affected, and the default cPanel configuration is affected when PHP prior to 8.5 is in use.

WordPress 7.1.2 has been released containing a fix for the vulnerability, and as a courtesy to users on older branches the fix has been backported to all branches back to 4.7.
Discovered and responsibly disclosed by Robert Ressl.

Severity

Critical


9.2

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).

/ 10

CVSS v4 base metrics
Exploitability Metrics

Attack Vector
Network

Attack Complexity
Low

Attack Requirements
Present

Privileges Required
None

User interaction
None
Vulnerable System Impact Metrics

Confidentiality
High

Integrity
High

Availability
High
Subsequent System Impact Metrics

Confidentiality
None

Integrity
None

Availability
None


Learn more about base metrics

CVSS v4 base metrics

Exploitability Metrics

Attack Vector:
This metric reflects the context by which vulnerability exploitation is possible. This metric value (and consequently the resulting severity) will be larger the more remote (logically, and physically) an attacker can be in order to exploit the vulnerable system. The assumption is that the number of potential attackers for a vulnerability that could be exploited from across a network is larger than the number of potential attackers that could exploit a vulnerability requiring physical access to a device, and therefore warrants a greater severity.

Attack Complexity:
This metric captures measurable actions that must be taken by the attacker to actively evade or circumvent existing built-in security-enhancing conditions in order to obtain a working exploit. These are conditions whose primary purpose is to increase security and/or increase exploit engineering complexity. A vulnerability exploitable without a target-specific variable has a lower complexity than a vulnerability that would require non-trivial customization. This metric is meant to capture security mechanisms utilized by the vulnerable system.

Attack Requirements:
This metric captures the prerequisite deployment and execution conditions or variables of the vulnerable system that enable the attack. These differ from security-enhancing techniques/technologies (ref Attack Complexity) as the primary purpose of these conditions is not to explicitly mitigate attacks, but rather, emerge naturally as a consequence of the deployment and execution of the vulnerable system.

Privileges Required:
This metric describes the level of privileges an attacker must possess prior to successfully exploiting the vulnerability. The method by which the attacker obtains privileged credentials prior to the attack (e.g., free trial accounts), is outside the scope of this metric. Generally, self-service provisioned accounts do not constitute a privilege requirement if the attacker can grant themselves privileges as part of the attack.

User interaction:
This metric captures the requirement for a human user, other than the attacker, to participate in the successful compromise of the vulnerable system. This metric determines whether the vulnerability can be exploited solely at the will of the attacker, or whether a separate user (or user-initiated process) must participate in some manner.

Vulnerable System Impact Metrics

Confidentiality:
This metric measures the impact to the confidentiality of the information managed by the VULNERABLE SYSTEM due to a successfully exploited vulnerability. Confidentiality refers to limiting information access and disclosure to only authorized users, as well as preventing access by, or disclosure to, unauthorized ones.

Integrity:
This metric measures the impact to integrity of a successfully exploited vulnerability. Integrity refers to the trustworthiness and veracity of information. Integrity of the VULNERABLE SYSTEM is impacted when an attacker makes unauthorized modification of system data. Integrity is also impacted when a system user can repudiate critical actions taken in the context of the system (e.g. due to insufficient logging).

Availability:
This metric measures the impact to the availability of the VULNERABLE SYSTEM resulting from a successfully exploited vulnerability. While the Confidentiality and Integrity impact metrics apply to the loss of confidentiality or integrity of data (e.g., information, files) used by the system, this metric refers to the loss of availability of the impacted system itself, such as a networked service (e.g., web, database, email). Since availability refers to the accessibility of information resources, attacks that consume network bandwidth, processor cycles, or disk space all impact the availability of a system.

Subsequent System Impact Metrics

Confidentiality:
This metric measures the impact to the confidentiality of the information managed by the SUBSEQUENT SYSTEM due to a successfully exploited vulnerability. Confidentiality refers to limiting information access and disclosure to only authorized users, as well as preventing access by, or disclosure to, unauthorized ones.

Integrity:
This metric measures the impact to integrity of a successfully exploited vulnerability. Integrity refers to the trustworthiness and veracity of information. Integrity of the SUBSEQUENT SYSTEM is impacted when an attacker makes unauthorized modification of system data. Integrity is also impacted when a system user can repudiate critical actions taken in the context of the system (e.g. due to insufficient logging).

Availability:
This metric measures the impact to the availability of the SUBSEQUENT SYSTEM resulting from a successfully exploited vulnerability. While the Confidentiality and Integrity impact metrics apply to the loss of confidentiality or integrity of data (e.g., information, files) used by the system, this metric refers to the loss of availability of the impacted system itself, such as a networked service (e.g., web, database, email). Since availability refers to the accessibility of information resources, attacks that consume network bandwidth, processor cycles, or disk space all impact the availability of a system.

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

CVE ID

CVE-2026-87902

Weaknesses

Weakness
CWE-98

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in require, include, or similar functions.
Learn more on MITRE.

Footer

© 2026 GitHub, Inc.

Footer navigation

Terms

Privacy

Security

Status

Community

Docs

Contact

Manage cookies

Do not share my personal information

You can’t perform that action at this time.

An unauthenticated path traversal vulnerability exists in WordPress related to the resolution of page-template files, which permits an attacker to achieve conditional Remote Code Execution (RCE) if specific environmental preconditions are met. This vulnerability, tracked under the identifier GHSA-7hp8-65ch-5whp, is classified as Critical with a CVSS score of 9.2, reflecting a severe potential impact on confidentiality, integrity, and availability.

The core mechanism of the vulnerability allows an attacker, without authentication, to manipulate the get_page_template() function to include a locally chosen, readable .php file located outside the active theme directories. For this file inclusion to lead to actual RCE, several specific pre-conditions must be satisfied concerning both the server environment and the active theme structure. Specifically, the vulnerable system must have a theme or child theme containing a top-level directory whose name begins with "page-," which affects certain themes such as Twenty Twelve, Twenty Fourteen, Neve, Hestia, and Sydney. Furthermore, a malicious local .php target file must be present on the server and readable by the web server account. Successful exploitation can leverage known transitions, such as the PEAR to RCE transition, especially when the register_argc_argv function is set to On. The advisory notes that this is particularly relevant when using the official PHP image for Docker or when default cPanel configurations are active with PHP versions prior to 8.5.

The vulnerability stems from a weakness categorized as CWE-98, which relates to the Improper Control of Filename for Include/Require Statement in PHP Programs, indicating that the application fails to properly restrict user-supplied input before using it in file inclusion functions. The CVSS v4.0 base metrics detail the high impact across the board for confidentiality, integrity, and availability, coupled with low attack complexity and no privileges or user interaction required for the exploitation (AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H).

As a mitigation, WordPress officially released version 7.1.2 to address this issue, and this fix has been backported to all branches all the way down to version 4.7. The advisory emphasizes that users on affected versions should update to the patched versions to secure their systems against this critical remote code execution risk.