CVE-2026-23056

Source
https://cve.org/CVERecord?id=CVE-2026-23056
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23056.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-23056
Downstream
Related
Published
2026-02-04T16:07:34.787Z
Modified
2026-03-24T09:11:56.504966Z
Summary
uacce: implement mremap in uacce_vm_ops to return -EPERM
Details

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

uacce: implement mremap in uaccevmops to return -EPERM

The current uaccevmops does not support the mremap operation of vmoperationsstruct. Implement .mremap to return -EPERM to remind users.

The reason we need to explicitly disable mremap is that when the driver does not implement .mremap, it uses the default mremap method. This could lead to a risk scenario:

An application might first mmap address p1, then mremap to p2, followed by munmap(p1), and finally munmap(p2). Since the default mremap copies the original vma's vmprivatedata (i.e., q) to the new vma, both munmap operations would trigger vma_close, causing q->qfr to be freed twice(qfr will be set to null here, so repeated release is ok).

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23056.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
015d239ac0142ad0e26567fd890ef8d171f13709
Fixed
78d99f062d42e3af2ca46bde1a8e46e0dfd372e3
Fixed
ebfa85658a39b49ec3901ceea7535b73aa0429e6
Fixed
75b29bdc935ff93b8e8bf6f6b4d8a4810b26e06f
Fixed
4c042bc71474dbe417c268f4bfb8ec196f802f07
Fixed
a407ddd61b3e6afc5ccfcd1478797171cf5686ee
Fixed
ba29b59d124e725e0377f09b2044909c91d657a1
Fixed
02695347be532b628f22488300d40c4eba48b9b7

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.7.0
Fixed
5.10.249
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.199
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.162
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.122
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.68
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.8

Database specific

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