HOMEVULNERABILITIESCVE-2026-46196
NONE

CVE-2026-46196

Published: May 28, 2026· Updated: May 28, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:5.2th

Official Description

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

tracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()

When a tracepoint goes through the 0 -> 1 transition, tracepoint_add_func()

invokes the subsystem's ext->regfunc() before attempting to install the

new probe via func_add(). If func_add() then fails (for example, when

allocate_probes() cannot allocate a new probe array under memory pressure

and returns -ENOMEM), the function returns the error without calling the

matching ext->unregfunc(), leaving the side effects of regfunc() behind

with no installed probe to justify them.

For syscall tracepoints this is particularly unpleasant: syscall_regfunc()

bumps sys_tracepoint_refcount and sets SYSCALL_TRACEPOINT on every task.

After a leaked failure, the refcount is stuck at a non-zero value with no

consumer, and every task continues paying the syscall trace entry/exit

overhead until reboot. Other subsystems providing regfunc()/unregfunc()

pairs exhibit similarly scoped persistent state.

Mirror the existing 1 -> 0 cleanup and call ext->unregfunc() in the

func_add() error path, gated on the same condition used there so the

unwind is symmetric with the registration.

NVD Source

Technical Analysis

CVE-2026-46196 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (5)

Quick Facts

CVE IDCVE-2026-46196
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 28, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-46196 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.