CVE-2026-23056
Last modified
CVE-2026-23056 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: uacce: implement mremap in uacce_vm_ops to return -EPERM The current uacce_vm_ops does not support the mremap operation of vm_operations_struct. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: uacce: implement mremap in uacce_vm_ops to return -EPERM The current uacce_vm_ops does not support the mremap operation of vm_operations_struct. 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 vm_private_data (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).
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 015d239ac0142ad0e26567fd890ef8d171f13709, < 78d99f062d42e3af2ca46bde1a8e46e0dfd372e3; >= 015d239ac0142ad0e26567fd890ef8d171f13709, < ebfa85658a39b49ec3901ceea7535b73aa0429e6; >= 015d239ac0142ad0e26567fd890ef8d171f13709, < 75b29bdc935ff93b8e8bf6f6b4d8a4810b26e06f; >= 015d239ac0142ad0e26567fd890ef8d171f13709, < 4c042bc71474dbe417c268f4bfb8ec196f802f07; >= 015d239ac0142ad0e26567fd890ef8d171f13709, < a407ddd61b3e6afc5ccfcd1478797171cf5686ee; >= 015d239ac0142ad0e26567fd890ef8d171f13709, < ba29b59d124e725e0377f09b2044909c91d657a1; >= 015d239ac0142ad0e26567fd890ef8d171f13709, < 02695347be532b628f22488300d40c4eba48b9b7 |
| Linux | Linux | 5.7 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-23056?
How severe is CVE-2026-23056?
How do I fix CVE-2026-23056?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23050In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23051In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23052In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23057In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23058In the Linux kernel, the following vulnerability has been re…
- CVE-2026-23059In the Linux kernel, the following vulnerability has been re…
- CVE-2026-2306The Ninja Tables – Easy Data Table Builder plugin for WordPr…4.3
- CVE-2026-23060In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23061In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23056?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
