PT-2026-44319 · Linux · Linux Kernel

Published

2026-05-28

·

Updated

2026-06-19

·

CVE-2026-46196

CVSS v3.1

5.5

Medium

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to kernel-devel-7.0.11-1.1
Description An issue exists in the tracepoint add func() function where the subsystem's ext->regfunc() is invoked before attempting to install a new probe via func add(). If func add() fails, such as when allocate probes() cannot allocate a new probe array due to memory pressure and returns -ENOMEM, the function returns an error without calling the corresponding ext->unregfunc(). This leaves the side effects of regfunc() active without an installed probe. For syscall tracepoints, syscall regfunc() increases sys tracepoint refcount and sets SYSCALL TRACEPOINT on every task; a failure results in the refcount remaining non-zero and tasks continuing to incur syscall trace entry/exit overhead until a reboot. Other subsystems using regfunc() and unregfunc() pairs may experience similar persistent state issues.
Recommendations Update to version kernel-devel-7.0.11-1.1 or later.

Exploit

Fix

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

Related Identifiers

CVE-2026-46196
ECHO-D547-025C-63EF
OPENSUSE-SU-2026:10954-1

Affected Products

Linux Kernel