CVE-2026-80755

Source
https://cve.org/CVERecord?id=CVE-2026-80755
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80755.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-80755
Downstream
Published
2026-09-03T08:26:33.797Z
Modified
2026-09-05T03:48:19.442857761Z
Summary
selinux: reject a permission value exceeding the class permission count
Details

In the Linux kernel, the following vulnerability has been resolved:

selinux: reject a permission value exceeding the class permission count

permread() bounds a permission value by SELVECMAX but never by the nprim of the owning class or common, which is taken verbatim from the policy image. securityget_permissions() then writes perms[value - 1] into an nprim-sized kcalloc() array, so a class declaring fewer permissions than its largest permission value drives an out-of-bounds heap write. The top-level symbol tables are validated this way; the nested per-class permission table is not.

Reject a permission whose value exceeds nprim, which is already set when perm_read() runs. Well-formed policies are unaffected.

[PM: tweak comment for line length]

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80755.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
55fcf09b3fe4325c9395ebbb0322a547a157ebc7
Fixed
6c2ab7c4549f4f2305848df834e784651dbf1676
Fixed
dfc59a062c386d3d4415ecdab781065a645f33cc
Fixed
a7f3d4f22d920dc3c7d75f02ece0f7bf2c58437e
Fixed
d14b5d0e97fccd27974fedc03b903408872907fd

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80755.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.23
Fixed
6.12.108
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.49
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.13

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-80755.json"