Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-269 (特权管理不恰当) — Vulnerability Class 1252

1252 vulnerabilities classified as CWE-269 (特权管理不恰当). AI Chinese analysis included.

CWE-269 represents a critical access control weakness where software fails to properly assign, modify, track, or verify privileges for users or processes. This flaw allows actors to operate outside their intended security boundaries, effectively granting them an unintended sphere of control. Attackers typically exploit this vulnerability by manipulating session tokens, bypassing authentication checks, or leveraging insufficient authorization logic to escalate privileges from a standard user to an administrator. Such exploitation can lead to unauthorized data access, system modification, or complete compromise. To prevent this, developers must implement robust identity and access management frameworks that enforce strict least-privilege principles. Regularly auditing permission assignments, utilizing role-based access control, and rigorously validating user rights at every critical application checkpoint are essential strategies to ensure actors only possess the minimum necessary privileges for their specific tasks.

MITRE CWE Description
The product does not properly assign, modify, track, or check privileges for an actor, creating an unintended sphere of control for that actor.
Common Consequences (1)
Access Control Gain Privileges or Assume Identity
Mitigations (3)
Architecture and Design, Operation Very carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
Architecture and Design Follow the principle of least privilege when assigning access rights to entities in a software system.
Architecture and Design Consider following the principle of separation of privilege. Require multiple conditions to be met before permitting access to a system resource.
Examples (2)
This code temporarily raises the program's privileges to allow creation of a new user folder.
def makeNewUserDir(username): if invalidUsername(username): #avoid CWE-22 and CWE-78 print('Usernames cannot contain invalid characters') return False try: raisePrivileges() os.mkdir('/home/' + username) lowerPrivileges() except OSError: print('Unable to create new user directory for user:' + username) return False return True
Bad · Python
The following example demonstrates the weakness.
seteuid(0); /* do some stuff */ seteuid(getuid());
Bad · C
CVE ID Title CVSS Severity Published
CVE-2026-85514 StackStorm st2 API Key auth.py privileges management — st2 6.3 Medium 2026-09-04
CVE-2026-85513 StackStorm st2 NoOp RBAC backend actionexecutions.py privileges management — st2 6.3 Medium 2026-09-04
CVE-2026-15354 ACPT (Premium) <= 2.0.66 - Unauthenticated Privilege Escalation via 'acpt_form_post_id' Parameter — ACPT (Premium) 9.8 Critical 2026-09-04
CVE-2026-85154 WWBN AVideo Authentication Bypass via Non-Expiring video_id_hash — AVideo 9.8 Critical 2026-09-03
CVE-2026-84795 Craft CMS before 5.10.11 Authentication Bypass via Admin Flag Inheritance — cms 9.8 Critical 2026-09-02
CVE-2026-9055 Booking for Appointments and Events Calendar – Amelia (Premium) 8.0 - 9.6.2 - Unauthenticated Privilege Escalation to Administrator via 'externalId' — Booking for Appointments and Events Calendar – Amelia 9.8 Critical 2026-09-02
CVE-2026-84358 Google Chrome 权限许可和访问控制问题漏洞 — Chrome - - 2026-09-01
CVE-2026-84115 Cleo Harmony JWT Refresh Token connections privileges management — Harmony 8.3 High 2026-09-01
CVE-2026-18550 Nokri - Job Board WordPress Theme <= 1.6.6 - Unauthenticated Privilege Escalation via 'token' Parameter — Nokri – Job Board WordPress Theme 9.8 Critical 2026-09-01
CVE-2026-79744 MCPHub: Missing Authorization on `PUT /api/system-config` Lets Any Non-Admin Rewrite Global Security Configuration — mcphub 8.8 High 2026-08-31
CVE-2026-82807 ieungSoft Ultra RAMDisk Pro Kernel Driver URDSCSI.sys privileges management — Ultra RAMDisk Pro 8.8 High 2026-08-31
CVE-2026-82671 IObit Unlocker IRP_MJ_DEVICE_CONTROL IObitUnlocker.sys ZwTerminateProcess privileges management — Unlocker 3.4 Low 2026-08-31
CVE-2026-82670 IObit Uninstaller IOCTL IUForceDelete.sys IRP_MJ_DEVICE_CONTROL privileges management — Uninstaller 4.4 Medium 2026-08-31
CVE-2026-82860 @hulumi/policies before 1.3.2 Admin Policy Bypass — policies 9.8 Critical 2026-08-31
CVE-2026-82857 hulumi before v1.3.2 Privilege Escalation via IAM Policy — hulumi 9.8 Critical 2026-08-31
CVE-2026-82628 Colorful iGameCenter IOCTL Dispatch WinRing0x64.sys sub_11504 privileges management — iGameCenter 8.8 High 2026-08-31
CVE-2026-15369 Custom User Registration Fields for WooCommerce <= 2.2.3 - Unauthenticated Privilege Escalation via 'afreg_select_user_role' Parameter in Store API Checkout — Custom User Registration Fields for WooCommerce 9.8 Critical 2026-08-29
CVE-2026-81818 Flowintel Organization Administrator Can Reset Full Administrator Password and Escalate Privileges — flowintel 8.6 High 2026-08-27
CVE-2026-75977 Mang Board WP <= 2.3.7 - Authenticated (Subscriber+) Privilege Escalation to Forged Authentication Cookie — Mang Board WP 8.8 High 2026-08-26
CVE-2026-79090 Google Chrome 权限许可和访问控制问题漏洞 — Chrome - - 2026-08-25
CVE-2026-79276 Google Chrome 权限许可和访问控制问题漏洞 — Chrome - - 2026-08-25
CVE-2026-79226 Google Chrome 权限许可和访问控制问题漏洞 — Chrome - - 2026-08-25
CVE-2026-78999 Google Chrome 权限许可和访问控制问题漏洞 — Chrome - - 2026-08-25
CVE-2026-75971 ShopEngine Elementor WooCommerce Builder Addon <= 4.9.4 - Authenticated (Shop Manager+) Privilege Escalation to WXR Import '<wp_option>' Nodes — ShopEngine Elementor WooCommerce Builder Addon – All in One WooCommerce Solution with eCommerce Templates & Woo Widgets 7.2 High 2026-08-25
CVE-2026-16149 Security Hardener <= 2.4.4 - Authenticated (Subscriber+) Privilege Escalation via REST API '/wp/v2/users' permission_callback Overwrite — Security Hardener 8.8 High 2026-08-22
CVE-2026-19883 WPeMatico RSS Feed Fetcher <= 2.8.24 - Authenticated (Subscriber+) Privilege Escalation via Arbitrary Option Update to wpematico_import_settings admin_action — WPeMatico RSS Feed Fetcher 8.8 High 2026-08-22
CVE-2026-53527 LeafWiki Vulnerable to Privilege Escalation via User Self-Service Update — leafwiki 8.8 High 2026-08-21
CVE-2026-59799 Apache CloudStack: Missing Privilege Check in Two-Factor Authentication Disable Flow — Apache CloudStack - - 2026-08-21
CVE-2026-17145 Vulnerabilities in IBM AIX and PowerVM VIOS — AIX 9.8 Critical 2026-08-20
CVE-2026-16997 Vulnerabilities in IBM AIX and PowerVM VIOS — AIX 7.8 High 2026-08-20

Vulnerabilities classified as CWE-269 (特权管理不恰当) represent 1252 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.