Nested Pages <= 3.2.3 - Missing Authorization to Authenticated (Editor+) Plugin Settings Reset
Strategic Overview
- Status
- Patched in 3.2.4
- Affected Plugin
- Nested Pages
- Affected Version
<= 3.2.3- CVSS
- 3.8Low
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2023-2434
At a glance
CVE-2023-2434 is a low-severity Missing Authorization vulnerability in the Nested Pages WordPress plugin, affecting versions <= 3.2.3. It carries a CVSS score of 3.8 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Editor level or above. The issue is fixed in version 3.2.4; sites on affected versions should update now. Disclosed May 2023, reported by István Márton.
Vulnerability Overview
The Nested Pages plugin for WordPress is vulnerable to unauthorized loss of data due to a missing capability check on the 'reset' function in versions up to, and including, 3.2.3. This makes it possible for authenticated attackers, with editor-level permissions and above, to reset plugin settings.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.
CWE-862: Missing Authorization
Nested Pages <= 3.2.3 carries this weakness at reset, and reaching it takes an account at Editor level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Nested Pages the fix is 3.2.4: builds <= 3.2.3 are affected, anything from 3.2.4 onward is not.
Remediation
Update to version 3.2.4, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Nested Pages 3.2.4 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Nested Pages
- 8.8CVE-2024-5943: Nested Pages <= 3.2.7 CSRF to Local File Inclusion
CVE-2024-5943 - 8.1CVE-2021-38342: Nested Pages CSRF
CVE-2021-38342 - 4.8CVE-2022-1990: Nested Pages <= 3.1.20 Stored Cross-Site Scripting
CVE-2022-1990 - 4.7CVE-2021-38343: Nested Pages <= 3.1.15 Open Redirect
CVE-2021-38343 - 4.4CVE-2026-15233: Nested Pages <= 3.2.14 Stored Cross-Site Scripting
CVE-2026-15233 - 4.4CVE-2025-0718: Nested Pages <= 3.2.12 Stored Cross-Site Scripting
CVE-2025-0718 - 4.4CVE-2025-24579: Nested Pages <= 3.2.9 Stored Cross-Site Scripting
CVE-2025-24579 - 4.4CVE-2024-8759: Nested Pages <= 3.2.8 Stored Cross-Site Scripting
CVE-2024-8759
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C