CVE-2025-12641 MEDIUM

CVE-2025-12641: Awesome Support – WordPress HelpDesk & Support Plugin <= 6.3.6 - Missing Authorization to Unauthenticated Role Demotion

Vendor Awesomesupport
Product Awesome Support – WordPress HelpDesk & Support Plugin
Weakness CWE-862 · Missing authorization
Published January 16, 2026
Last update April 8, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

What the vulnerability does

01Description

The Awesome Support - WordPress HelpDesk & Support Plugin for WordPress is vulnerable to authorization bypass due to missing capability checks in all versions up to, and including, 6.3.6. This is due to the 'wpas_do_mr_activate_user' function not verifying that a user has permission to modify other users' roles, combined with a nonce reuse vulnerability where public registration nonces are valid for privileged actions because all actions share the same nonce namespace. This makes it possible for unauthenticated attackers to demote administrators to low-privilege roles via the 'wpas-do=mr_activate_user' action with a user-controlled 'user_id' parameter, granted they can access the publicly available registration/submit ticket page to extract a valid nonce.

Explanation of Vulnerability in Simple Terms

02Summary

The Awesome Support WordPress plugin through version 6.3.6 lacks proper authorization checks, allowing unauthenticated attackers to modify data on the site. An attacker can exploit this over the network without user interaction. The vulnerability affects the plugin's core functionality and could lead to unauthorized changes to support tickets or configuration.

What an attacker can do

03Attacker Capabilities

Modify support tickets, settings, or other plugin data without logging in.

Potential impact on your site

04Site Impact

Attackers can alter or delete support tickets and plugin settings without your knowledge or permission.

Conditions required to exploit

05Prerequisites

Network access to the WordPress site; no authentication or user interaction required.

Key dates

06Disclosure timeline

January 16, 2026 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE