PT-2026-6126 · Linux+2 · Linux Kernel+2

CVE-2026-23056

·

Published

2025-12-02

·

Updated

2026-08-21

CVSS v3.1

9.1

Critical

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The Linux kernel’s user-space accelerated copy engine (uacce) implementation lacks support for the mremap operation within the vm operations struct. Implementing .mremap to return -EPERM informs users that the operation is not supported. Without this explicit disabling, the default mremap method is used, which can lead to a double-free condition. Specifically, an application could mmap address p1, then mremap to p2, followed by munmap(p1), and finally munmap(p2). The default mremap copies the original vma’s vm private data (represented as q) to the new vma. Consequently, both munmap operations trigger vma close, resulting in the q->qfr being freed twice. The qfr is set to null during the release, mitigating the impact, but still representing a potential issue.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Use After Free

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

BDU:2026-11555
CVE-2026-23056
ECHO-6E07-662D-4BA4
OESA-2026-2417
OPENSUSE-SU-2026:20416-1
SUSE-SU-2026:0962-1
SUSE-SU-2026:1081-1
SUSE-SU-2026:20667-1
SUSE-SU-2026:20720-1
SUSE-SU-2026:20838-1
SUSE-SU-2026:20845-1
SUSE-SU-2026:20873-1
SUSE-SU-2026:20876-1
SUSE-SU-2026:20931-1
SUSE-SU-2026:21284-1
USN-8162-1
USN-8180-1
USN-8180-2
USN-8180-3
USN-8180-4
USN-8180-5
USN-8180-6
USN-8186-1
USN-8187-1
USN-8188-1
USN-8243-1
USN-8275-1
USN-8278-1
USN-8278-2
USN-8289-1
USN-8289-2
USN-8296-1
USN-8296-2
USN-8297-1
USN-8393-1
USN-8440-1
USN-8499-1
USN-8570-1
USN-8570-2
USN-8594-1
USN-8604-1
USN-8605-1
USN-8669-1

Affected Products

Linuxmint
Linux Kernel
Ubuntu