Threats Tagged 'cwe-862'
View all threats tagged with 'cwe-862'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-862'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-7761: CWE-862 Missing Authorization in ultimatemember Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership PluginCVE-2026-7761 0 The Ultimate Member plugin for WordPress is vulnerable to Account Takeover via Password Reset Link Disclosure in all versions up to and including 2.11.4. This is due to a chain of three logic bugs: (1) an MD5 hash fallback in get_directory_by_hash() that allows any post to be used as a member directory by computing SUBSTRING(MD5(post_id), 11, 5), (2) a strstr() parsing logic flaw in post_data() that allows bypassing WordPress's protected meta key restrictions by placing '_um_' anywhere in the meta key name rather than at the start, and (3) missing field name validation in build_user_card_data() that allows arbitrary field names including 'password_reset_link' to be passed to um_filtered_value(). This makes it possible for authenticated attackers with Contributor-level access and above to create a malicious post via XMLRPC with crafted meta fields, use the MD5 fallback to point the member directory AJAX handler to their post, inject 'password_reset_link' into the tagline_fields configuration, and leak live password reset URLs for all users in the member directory response, including administrators. Join the discussion | CVE Database V5 | 06/24/2026, 06:49:37 UTC Added: 06/24/2026, 07:39:16 UTC |
CVE-2026-9619: CWE-862 Missing Authorization in berfect Reviews and Rating – DocplannerCVE-2026-9619 0 The Reviews and Rating – Docplanner plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.1.4. 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 trigger outbound scraping of external websites and write scraped review data into the wp_dp_reviews database table, as well as send feature-request emails from the site administrator's email address. Join the discussion | CVE Database V5 | 06/24/2026, 05:33:25 UTC Added: 06/24/2026, 06:24:19 UTC |
CVE-2026-9616: CWE-862 Missing Authorization in verenigingvanregistrars Generate Security.txtCVE-2026-9616 0 The Generate Security.txt plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.0.12. 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 delete the site's security.txt file from the server filesystem or create the .well-known directory by directly invoking the delete_securitytxt or create_wellknown_folder AJAX actions. Join the discussion | CVE Database V5 | 06/24/2026, 05:33:28 UTC Added: 06/24/2026, 06:24:19 UTC |
CVE-2026-9184: CWE-862 Missing Authorization in 24liveblog 24liveblog – live blog toolCVE-2026-9184 0 The 24liveblog - live blog tool plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the update_lb24_token() AJAX function in versions up to, and including, 2.2. The handler only verifies the 'lb24' nonce (which is generated and localized to any user with block editor access via lb24_block_enqueue_scripts()) and does not verify the user's capabilities or that the supplied user_id belongs to the current user. This makes it possible for authenticated attackers, with author-level access and above, to overwrite the lb24_token, lb24_uid, lb24_refresh_token, and lb24_uname user meta values of any user (including administrators) as well as the corresponding site-wide options, effectively hijacking the plugin's integration with the 24liveblog service. Join the discussion | CVE Database V5 | 06/24/2026, 05:33:27 UTC Added: 06/24/2026, 06:24:19 UTC |
CVE-2026-9178: CWE-862 Missing Authorization in hancock11 WP Forms ConnectorCVE-2026-9178 0 The WP Forms Connector plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 1.8. The plugin registers the REST route wp/v3/user/list/<id> (callback userDetail()) with permission_callback set to '__return_true', and the function's home-grown authentication only verifies that the supplied 'Username' HTTP header maps to an administrator account and that a 'Password' HTTP header is non-empty. It never validates the password with wp_check_password() (unlike the sibling delete_wc_user() function which does). This makes it possible for unauthenticated attackers to retrieve sensitive information for any registered user ID — including the WordPress password hash (user_pass) and email address — by sending a request with a valid administrator login name (commonly the default 'admin') and any arbitrary password value. Join the discussion | CVE Database V5 | 06/24/2026, 05:33:33 UTC Added: 06/24/2026, 06:24:19 UTC |
CVE-2026-9175: CWE-862 Missing Authorization in ajitdas Devs Accounting – Simple Accounting and Invoicing SolutionCVE-2026-9175 0 The Devs Accounting – Simple Accounting and Invoicing Solution plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.2.0. This is due to the get_single_account() REST API callback being registered with a permission_callback that unconditionally returns true, providing no authentication or authorization checks on the /devs-accounting/v1/get-account/<id> endpoint. This makes it possible for unauthenticated attackers to read arbitrary private financial account records (including account name, bank name, and opening balance) by enumerating the numeric account ID, resulting in sensitive information disclosure. Join the discussion | CVE Database V5 | 06/24/2026, 05:33:22 UTC Added: 06/24/2026, 06:24:18 UTC |
CVE-2026-9172: CWE-862 Missing Authorization in ajitdas Devs Accounting – Simple Accounting and Invoicing SolutionCVE-2026-9172 0 The Devs Accounting – Simple Accounting and Invoicing Solution plugin for WordPress is vulnerable to unauthorized modification/deletion of data due to a missing capability check on the delete_single_account() function in versions up to, and including, 1.2.0. The REST route 'devs-accounting/v1/delete-account/(?P<id>\d+)' is registered without any permission_callback, which causes WordPress to expose the endpoint to public, unauthenticated access. This makes it possible for unauthenticated attackers to soft-delete arbitrary accounting account records (wp_dac_accounts) by issuing a simple GET request to the endpoint with any account ID. Join the discussion | CVE Database V5 | 06/24/2026, 05:33:29 UTC Added: 06/24/2026, 06:24:18 UTC |
CVE-2026-8690: CWE-862 Missing Authorization in rentmy RentMy Real-Time Rental Management PluginCVE-2026-8690 0 The RentMy Real-Time Rental Management Plugin plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.0.4.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to read, create, update, and delete event records stored in the rentmy_events WordPress option, as well as overwrite the rentmy_locationId option. Join the discussion | CVE Database V5 | 06/24/2026, 05:33:33 UTC Added: 06/24/2026, 06:24:18 UTC |
CVE-2026-8688: CWE-862 Missing Authorization in krishaweb Advance Nav Menu ManagerCVE-2026-8688 0 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. Join the discussion | CVE Database V5 | 06/24/2026, 05:33:31 UTC Added: 06/24/2026, 06:24:18 UTC |
CVE-2026-8617: CWE-862 Missing Authorization in ailchev SearchPlusCVE-2026-8617 0 The SearchPlus plugin for WordPress is vulnerable to unauthorized modification and deletion of data in versions up to, and including, 1.7.1. This is due to a missing capability check and missing nonce validation on the searchplus_save_token_action_callback() and searchplus_reset_token_action_callback() functions, both of which are exposed to unauthenticated users through the wp_ajax_nopriv_ hooks. This makes it possible for unauthenticated attackers to overwrite or delete the plugin's stored account token and account name options (dym_token, dym_name, searchplus_token, searchplus_name, sp_token, sp_name). Join the discussion | CVE Database V5 | 06/24/2026, 05:33:28 UTC Added: 06/24/2026, 06:24:17 UTC |
Showing 1 to 10 of 245 results