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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-280 (不充分权限或特权的处理不恰当) — Vulnerability Class 129

129 vulnerabilities classified as CWE-280 (不充分权限或特权的处理不恰当). AI Chinese analysis included.

CWE-280 represents a critical logic flaw where software fails to adequately manage insufficient permissions or privileges during resource access. This weakness typically arises when applications assume elevated rights are always available, leading to unexpected code paths that may leave the system in an invalid or vulnerable state. Attackers exploit this by manipulating user contexts or environment variables to trigger privilege checks that fail silently or incorrectly, potentially bypassing security controls or causing denial of service. To mitigate this risk, developers must implement robust error handling that explicitly validates access rights before executing sensitive operations. By ensuring the application gracefully degrades or denies access when privileges are lacking, rather than proceeding with incomplete or unsafe actions, teams can prevent unauthorized data exposure and maintain system integrity against privilege-related attacks.

MITRE CWE Description
The product does not handle or incorrectly handles when it has insufficient privileges to access resources or functionality as specified by their permissions. This may cause it to follow unexpected code paths that may leave the product in an invalid state.
Common Consequences (1)
OtherOther, Alter Execution Logic
Mitigations (2)
Architecture and DesignCompartmentalize the system to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area. Ensure that appropriate compartmentalization is built into the system design, and the compartmentalization allows for and reinforces privilege separatio…
ImplementationAlways check to see if you have successfully accessed a resource or system functionality, and use proper error handling if it is unsuccessful. Do this even when you are operating in a highly privileged mode, because errors or environmental conditions might still cause a failure. For example, environments with highly granular permissions/privilege models, such as Windows or Linux capabilities, can …
CVE IDTitleCVSSSeverityPublished
CVE-2026-11804 Program Module Vulnerability — Niagara Framework 5.2 Medium2026-07-23
CVE-2026-62393 Apache Kylin: Improper authorization in job information retrieval — Apache Kylin--2026-07-14
CVE-2026-45196 GPU DDK - Arbitrary GPU register write in rgxfw_hwperf_hw due to unsanitized pointers from host kernel — Graphics DDK--2026-07-10
CVE-2026-54262 Wagtail: Pages translations can be created without page permissions when using simple_translation — wagtail 4.3 Medium2026-07-01
CVE-2026-54261 Wagtail: Improper permission handling in image preview — wagtail 6.5 Medium2026-07-01
CVE-2026-54259 Wagtail: Improper restriction handling on Documents and Images chosen endpoints — wagtail 4.3 Medium2026-07-01
CVE-2026-20463 MediaTek chipset 权限许可和访问控制问题漏洞 — MediaTek chipset--2026-07-01
CVE-2026-45195 GPU DDK - rgxfw_set_mips_fault_address(&psInit->sFaultPhysAddr) is untrusted — Graphics DDK--2026-06-26
CVE-2026-41566 Apache Kvrocks: Improper permission for the APPLYBATCH command — Apache Kvrocks--2026-06-25
CVE-2026-40371 Microsoft Dynamics 365 (on-premises) Elevation of Privilege Vulnerability — Microsoft Dynamics 365 (on-premises) version 9.1 8.8 High2026-06-09
CVE-2026-11764 Data exposed without proper permission — pretix--2026-06-09
CVE-2026-10549 Privilege escalation in Yandex Database — Yandex Database--2026-06-02
CVE-2026-9792 Keycloak: keycloak: security restriction bypass allows unauthorized ropc token acquisition — Red Hat build of Keycloak 26.4 6.5 Medium2026-05-28
CVE-2026-2340 Samba: vfs_worm does not block directory modification — Red Hat Enterprise Linux 10 6.5 Medium2026-05-27
CVE-2026-44201 Wagtail: Improper restriction handling on Documents and Images API — wagtail 5.3 Medium2026-05-11
CVE-2026-44200 Wagtail: Improper permission handling when copying pages — wagtail 6.5 Medium2026-05-11
CVE-2026-44199 Wagtail: Improper permission handling when deleting form submissions — wagtail 6.5 Medium2026-05-11
CVE-2026-44198 Wagtail: Improper permission handling when viewing page history — wagtail 4.3 Medium2026-05-11
CVE-2026-44197 Wagtail: Improper permission handling when comparing revisions — wagtail 6.5 Medium2026-05-11
CVE-2026-6805 Vulnerability on Cryptobox external sharing feature — Cryptobox 5.9AIMediumAI2026-05-07
CVE-2026-20448 MediaTek Chipsets 安全漏洞 — MediaTek chipset 6.7 -2026-05-04
CVE-2026-21733 GPU DDK - Incorrect flags validation in RGXDerivePTEProt8 can allow GPU to overwrite read-only shared memory (e.g. libc.so) — Graphics DDK 7.1AIHighAI2026-04-17
CVE-2026-27910 Windows Installer Elevation of Privilege Vulnerability — Windows 10 Version 1607 7.8 High2026-04-14
CVE-2026-24096 Insufficient permission validation on multiple REST API Quick Setup endpoints — Checkmk 8.8AIHighAI2026-04-01
CVE-2026-2123 Privilege escalation vulnerability in Operations Agent — Operations Agent 7.8 -2026-03-31
CVE-2026-3190 Keycloak: keycloak: information disclosure via improper role enforcement in uma 2.0 protection api — Red Hat build of Keycloak 26.4 4.3 Medium2026-03-26
CVE-2026-21736 GPU DDK - Insufficient permission check in PhysmemWrapExtMem() when write attribute support enabled — Graphics DDK 7.1AIHighAI2026-03-09
CVE-2026-1772 Hitachi Energy RTU500 安全漏洞 — RTU500 series CMU firmware 5.3AIMediumAI2026-02-24
CVE-2026-23857 Dell Update Package Framework 安全漏洞 — Update Package 8.2 High2026-02-12
CVE-2025-67848 Moodle: moodle: authentication bypass via lti provider allows suspended users to gain unauthorized access. 8.1 High2026-02-03

Vulnerabilities classified as CWE-280 (不充分权限或特权的处理不恰当) represent 129 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.