Improper Control of Dynamically-Managed Code Resources in WPGraphQL - #VU146819
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote user to execute unintended PHP functions, disclose sensitive information, or cause a denial of service.
The vulnerability exists due to improper control of dynamically-managed code resources in WPGraphQL\\Model\\Model::__get() when resolving the same memoized model field value more than once during GraphQL query processing. A remote user can supply a string value matching a PHP function name and request the field twice through a GraphQL alias to execute unintended PHP functions, disclose sensitive information, or cause a denial of service.
Exploitation requires an attacker-influenced string value to be read twice on the same model instance during query resolution.