
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-80757 is an out-of-bounds heap write vulnerability in the Linux kernel's SELinux policy parsing subsystem. It arises when a SELinux class inherits a common permission set but declares a smaller nprim (permission count) than the inherited common — a condition that class_read() fails to validate. When such a malformed policy is loaded, security_get_permissions() writes the common's permissions past the end of the class-sized array, resulting in a heap buffer overflow. The vulnerability affects Linux kernel versions from 2.6.23 up to (but not including) the fixed stable releases: 5.10.266, 5.15.217, 6.1.184, 6.6.153, 6.12.105, 6.18.46, 7.1.10, and 7.2+. It was published on September 3, 2026, and is estimated as HIGH severity; a formal CVSS score has not yet been assigned (GitHub Advisory, Feedly).
The root cause is a missing bounds check (CWE-787: Out-of-bounds Write) in the SELinux policy loading path. Specifically, class_read() reads the class's nprim value directly from the policy binary image without verifying that it is at least as large as the number of permissions in any inherited common. When security_get_permissions() subsequently maps the inherited common's permissions into an array sized by nprim, it writes beyond the allocated buffer. Exploitation requires a local attacker with the privilege to load a custom SELinux policy (typically requiring CAP_MAC_ADMIN or equivalent). The fix adds a validation step in class_read() to reject any class whose declared permission count is smaller than its inherited common's permission count, leaving well-formed policies unaffected (GitHub Advisory, Kernel CVE Announce).
Successful exploitation allows a local user with SELinux policy-loading privileges to corrupt kernel heap memory via an out-of-bounds write, potentially leading to arbitrary code execution in kernel context. This could result in full system compromise, privilege escalation to root, bypass of SELinux access controls, and loss of confidentiality, integrity, and availability of the affected system. The impact is limited to local attackers who can load SELinux policies, reducing the attack surface compared to remotely exploitable vulnerabilities (GitHub Advisory, Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the time of publication (GitHub Advisory). The EPSS score is approximately 0.21%, reflecting low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access and the ability to load SELinux policies, which significantly limits the attacker pool (Feedly).
CAP_MAC_ADMIN capability or equivalent rights needed to load SELinux policies (e.g., via a prior privilege escalation or misconfigured sudo rules).nprim value smaller than N. This can be done by manually editing a compiled policy binary or using a custom policy compiler.semodule, load_policy, or direct security_load_policy() syscall to load the crafted policy into the running kernel.class_read() accepts the undersized nprim, and security_get_permissions() writes the inherited common's permissions past the end of the class-sized heap array, corrupting adjacent kernel memory./var/log/audit/audit.log) showing semanage or load_policy events from unexpected users or at unusual times; kernel oops or panic messages referencing SELinux policy loading functions (class_read, security_get_permissions).semodule, load_policy, or semanage by non-administrative users; processes with elevated capabilities (CAP_MAC_ADMIN) that are not part of normal system administration..pp (SELinux policy package) files in temporary directories or user home directories; modifications to /etc/selinux/ policy files outside of normal change windows.dmesg output containing stack traces involving selinux/ss/policydb.c or selinux/ss/services.c around policy load time, which may indicate triggered memory corruption.Apply the upstream kernel patches included in the following fixed stable releases: 5.10.266, 5.15.217, 6.1.184, 6.6.153, 6.12.105, 6.18.46, 7.1.10, and 7.2+ (GitHub Advisory). As a workaround where patching is not immediately possible, restrict the ability to load SELinux policies to trusted administrators only by tightening CAP_MAC_ADMIN assignments and auditing sudo rules. Validate all SELinux policies using policy analysis tools before deployment to detect malformed class permission counts. Oracle Linux users should apply the vendor advisory ELSA-2026-500249 (Linux Security).
The vulnerability was announced via the official Linux kernel CVE mailing list and tracked by major vulnerability databases including NVD, VulnDB, and OSV (Kernel CVE Announce). Oracle issued a kernel security advisory (ELSA-2026-500249) addressing this and related issues for Oracle Linux 8 and 9 (Linux Security). No significant independent researcher commentary or broad social media discussion has been observed for this vulnerability.
Fix availability across major Linux distributions and their releases.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."