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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-266 (特权授予不正确) — Vulnerability Class 463

463 vulnerabilities classified as CWE-266 (特权授予不正确). AI Chinese analysis included.

CWE-266 represents a critical access control weakness where software incorrectly assigns privileges to an actor, granting them an unintended sphere of control. This flaw typically arises from flawed logic in role-based or discretionary access control mechanisms, allowing users to perform actions beyond their authorized scope. Attackers exploit this by manipulating input parameters or session tokens to escalate privileges, effectively bypassing security boundaries to access sensitive data or execute administrative functions. To prevent such vulnerabilities, developers must implement robust, centralized authorization checks that verify permissions at every critical point of execution rather than relying on client-side validations. Adhering to the principle of least privilege ensures that actors receive only the minimum access necessary for their specific tasks. Rigorous code reviews and automated security testing further help identify incorrect privilege assignments before deployment, maintaining strict integrity over system resources.

MITRE CWE Description
A product incorrectly assigns a privilege to a particular actor, creating an unintended sphere of control for that actor.
Common Consequences (1)
Access ControlGain Privileges or Assume Identity
A user can access restricted functionality and/or sensitive information that may include administrative functionality and user accounts.
Mitigations (2)
Architecture and Design, OperationVery carefully manage the setting, management, and handling of privileges. Explicitly manage trust zones in the software.
Architecture and Design, OperationRun your code using the lowest privileges that are required to accomplish the necessary tasks [REF-76]. If possible, create isolated accounts with limited privileges that are only used for a single task. That way, a successful attack will not immediately give the attacker access to the rest of the software or its environment. For example, database applications rarely need to run as the database ad…
Examples (2)
The following example demonstrates the weakness.
seteuid(0); /* do some stuff */ seteuid(getuid());
Bad · C
The following example demonstrates the weakness.
AccessController.doPrivileged(new PrivilegedAction() { public Object run() { // privileged code goes here, for example: System.loadLibrary("awt"); return null; // nothing to return }
Bad · Java
CVE IDTitleCVSSSeverityPublished
CVE-2026-22078 O+ Connect's lack of authentication for IPC channels led to a local privilege escalation vulnerability. — O+ Connect 7.3 High2026-06-29
CVE-2026-49413 Flaw in Linuxulator execution of setugid binaries — FreeBSD--2026-06-27
CVE-2026-45259 sigqueue(2) missing capability mode restriction — FreeBSD--2026-06-27
CVE-2026-56033 WordPress Dokan Pro plugin <= 5.0.4 - Privilege Escalation vulnerability — Dokan Pro 9.8 Critical2026-06-26
CVE-2026-56030 WordPress Paytium plugin <= 5.0.2 - Privilege Escalation vulnerability — Paytium 9.8 Critical2026-06-26
CVE-2026-56028 WordPress Easy Elements for Elementor – Addons & Website Templates plugin <= 1.4.9 - Privilege Escalation vulnerability — Easy Elements for Elementor &#8211; Addons &amp; Website Templates 9.8 Critical2026-06-26
CVE-2026-56010 WordPress Abandoned Cart Pro for WooCommerce plugin <= 10.4.0 - Privilege Escalation vulnerability — Abandoned Cart Pro for WooCommerce 8.8 High2026-06-26
CVE-2026-56008 WordPress Fusion Builder plugin <= 3.15.4 - Privilege Escalation vulnerability — Fusion Builder 8.8 High2026-06-26
CVE-2026-12164 Privilege Escalation in Fortra File Integrity Monitoring (FIM) — File Integrity Monitoring (FIM) 4.4 Medium2026-06-23
CVE-2026-56251 Capgo - Privilege Escalation via Broken Row Level Security in org_users — Capgo 6.5 Medium2026-06-21
CVE-2026-54807 WordPress Registration Form for WooCommerce plugin <= 1.0.9 - Privilege Escalation vulnerability — Registration Form for WooCommerce 9.8 Critical2026-06-17
CVE-2026-54805 WordPress Falang multilanguage plugin <= 1.4.2 - Privilege Escalation vulnerability — Falang multilanguage 8.8 High2026-06-17
CVE-2026-54196 WordPress JetFormBuilder plugin <= 3.6.1 - Privilege Escalation vulnerability — JetFormBuilder 6.8 Medium2026-06-17
CVE-2026-49058 WordPress LoginPress Pro plugin <= 6.2.2 - Privilege Escalation vulnerability — LoginPress Pro 9.8 Critical2026-06-17
CVE-2026-39546 WordPress MultiLoca plugin <= 4.2.15 - Privilege Escalation vulnerability — MultiLoca 7.6 High2026-06-17
CVE-2025-69179 WordPress Support Ticket Management System plugin <= 1.9 - Privilege Escalation vulnerability — Support Ticket Management System 9.8 Critical2026-06-17
CVE-2025-69138 WordPress Genemy theme <= 1.6.6 - Privilege Escalation vulnerability — Genemy 8.8 High2026-06-17
CVE-2025-59563 WordPress Sonaar theme <= 4.27.4 - Privilege Escalation vulnerability — Sonaar 8.8 High2026-06-17
CVE-2026-27395 WordPress Support Board plugin < 3.8.9 - Privilege Escalation vulnerability — Support Board 9.8 Critical2026-06-16
CVE-2026-53862 OpenClaw < 2026.5.12 - Bootstrap Token Replay via Pending Pairing Scope Widening — OpenClaw 4.2 Medium2026-06-16
CVE-2026-53847 OpenClaw < 2026.5.6 - Privilege Escalation via Active Memory Write Scope — OpenClaw 5.4 Medium2026-06-16
CVE-2026-49780 WordPress Dokan plugin <= 5.0.2 - Privilege Escalation vulnerability — Dokan 8.8 High2026-06-15
CVE-2026-49083 WordPress LatePoint plugin <= 5.5.1 - Privilege Escalation vulnerability — LatePoint 7.5 High2026-06-15
CVE-2026-49063 WordPress Listdom plugin <= 5.5.0 - Privilege Escalation vulnerability — Listdom 7.3 High2026-06-15
CVE-2026-48889 WordPress Amelia plugin <= 2.3 - Privilege Escalation vulnerability — Amelia 8.8 High2026-06-15
CVE-2026-39587 WordPress WP BASE Booking plugin <= 5.9.0 - Privilege Escalation vulnerability — WP BASE Booking 8.1 High2026-06-15
CVE-2026-39583 WordPress Datalogics Ecommerce Delivery plugin <= 2.6.62 - Privilege Escalation vulnerability — Datalogics Ecommerce Delivery 9.8 Critical2026-06-15
CVE-2026-39579 WordPress B Blocks plugin <= 2.0.31 - Privilege Escalation vulnerability — B Blocks 8.8 High2026-06-15
CVE-2026-39470 WordPress WooCommerce Cart Abandonment Recovery plugin < 2.1.0 - Privilege Escalation vulnerability — WooCommerce Cart Abandonment Recovery 7.2 High2026-06-15
CVE-2026-34901 WordPress iControlWP plugin <= 5.5.3 - Privilege Escalation vulnerability — iControlWP 9.8 Critical2026-06-15

Vulnerabilities classified as CWE-266 (特权授予不正确) represent 463 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.