CVE-2026-93045

Source
https://cve.org/CVERecord?id=CVE-2026-93045
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93045.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93045
Downstream
Published
2026-09-17T16:10:36Z
Modified
2026-09-20T11:30:53Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
bpf: Reject arena frees below the arena base
Details

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

bpf: Reject arena frees below the arena base

bpf_arena_free_pages() accepts scalar arena addresses. The runtime masks the address to the low 32 bits and reconstructs a full user address from the arena base before returning the range to the arena free tree.

When the scalar value is below the low 32 bits of the arena base, full_uaddr falls below user_vm_start. The existing upper-end clipping then turns this into an out-of-range free-tree offset. A later allocation can reuse that offset and return an address below the arena mapping.

Reject such frees before computing the clipped range.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93045.json"
}
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
317460317a02a1af512697e6e964298dedd8a163
Fixed
90453eaf8f14e7be0ab03983f2a93aeb6b990a58
Fixed
a968dffa5ab3c74d2ebb3a6233bf8b843f0bfc20
Fixed
8a08635656037aee9c12231ed384449c4ffb1a93
Fixed
b5a71cb2db6d84ac0042549dcec266b18429d41e

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.9.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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