PT-2025-51676 · Linux+3 · Linux Kernel+3

Published

2025-11-30

·

Updated

2026-05-11

·

CVE-2025-68263

CVSS v3.1

9.8

Critical

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The Linux kernel’s ksmbd module contains a use-after-free issue within the ipc msg send request function. Specifically, the function waits for a generic netlink reply using an ipc msg table entry on the stack. The generic netlink handler fills entry->response under ipc msg table lock, but ipc msg send request previously validated and freed entry->response without holding the same lock. This allowed a race condition where handle response was copying data into entry->response while ipc msg send request had already freed it, leading to a slab-use-after-free. The issue was triggered by a concurrency scenario and reported by KASAN in handle generic event. The fix involves taking ipc msg table lock in ipc msg send request while validating entry->response, freeing it when invalid, and removing the entry from ipc msg table. The final entry->response pointer is returned to the caller only after the hash entry is removed under the lock.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Use After Free

Weakness Enumeration

Related Identifiers

BDU:2026-01490
CVE-2025-68263
ECHO-99B8-A84E-8AA5
OPENSUSE-SU-2025:15836-1
OPENSUSE-SU-2026:10301-1
USN-8094-1
USN-8094-2
USN-8094-3
USN-8094-4
USN-8094-5
USN-8152-1
USN-8179-1
USN-8179-2
USN-8179-3
USN-8179-4
USN-8184-1
USN-8185-1
USN-8185-2
USN-8203-1
USN-8204-1
USN-8258-1
USN-8260-1
USN-8261-1
USN-8265-1

Affected Products

Debian
Linuxmint
Linux Kernel
Ubuntu