Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Network-accessible WordPress plugin requires subscriber-level authentication (PR:L); impact is integrity-only and limited to nav menu items, with no confidentiality or availability effect.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Advance Nav Menu Manager plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.3. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with subscriber-level access and above, to duplicate, copy, move, or publish nav_menu_item posts via wp_insert_post(), modifying the site's navigation menus without authorization.
AnalysisAI
Authorization bypass in the Advance Nav Menu Manager WordPress plugin (all versions through 1.3) permits any authenticated subscriber-level user to manipulate site navigation menus without authorization. The plugin invokes wp_insert_post() for nav_menu_item operations - duplicate, copy, move, and publish - without enforcing capability checks, allowing low-privilege users to alter navigation structure at will. No public exploit has been identified at time of analysis and the vulnerability is not listed in CISA KEV; however, the low barrier to exploitation (any registered subscriber account) makes it a meaningful risk on sites with open or compromised user registration.
Technical ContextAI
The affected product is the Advance Nav Menu Manager WordPress plugin by krishaweb, CPE cpe:2.3:a:krishaweb:advance_nav_menu_manager:*:*:*:*:*:*:*:*, covering all releases up to and including version 1.3. The root cause is CWE-862 (Missing Authorization): WordPress plugins are expected to gate privileged operations with capability checks such as current_user_can() before executing post mutations. Code-level references from the plugin's Subversion repository identify the vulnerability at class-advancenavmenumanager.php lines 231 and 236, and option.php line 107, confirmed across both version tags 1.1 and 1.3. The plugin uses the WordPress core function wp_insert_post() to perform nav_menu_item post actions (duplicate, copy, move, publish) without verifying the requesting user's authorization level, violating the principle of least privilege in the WordPress plugin security model.
RemediationAI
No exact patched version number is specified in the available data - patch availability should be independently verified via the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/e234a79d-5d46-44db-833c-51e202dc49bf and the WordPress plugin repository. Site administrators should update the Advance Nav Menu Manager plugin to the latest available version immediately if a patched release has been published. As a compensating control pending a patch, administrators should disable open user registration (Settings > General > uncheck 'Anyone can register') to eliminate the subscriber account attack surface; note this may affect site functionality that relies on user self-registration. Where subscriber accounts exist for legitimate purposes, review whether those users should retain any interaction with navigation management functionality and consider temporarily deactivating the plugin until a fix is confirmed. No workaround can fully remediate the missing authorization check within the plugin code itself without a vendor-supplied patch.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38685
GHSA-239x-hvpx-225m