Lucene search
+L

28 matches found

NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68283

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

8.8CVSS0.00374EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.32 views

CVE-2026-68283 tracing: Fix use-after-free freeing trigger private data

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

8.8CVSS0.00374EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:02 p.m.33 views

CVE-2026-68283

The CVE-2026-68283 issue is in the Linux kernel tracing subsystem. A use-after-free arises because freeing of event_trigger_data was moved to a kthread and synchronized later via tracepoint_synchronize_unregister(), breaking prior inline synchronization in trigger_data_free(). As a result, after ...

8.8CVSS5.4AI score0.00374EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 12:02 p.m.5 views

EUVD-2026-55384

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free freeing trigger private data Commit 61d445af0a7c "tracing: Add bulk garbage collection of freeing eventtriggerdata" moved the kfree of eventtriggerdata to a kthread that runs...

5.4AI score0.00374EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Tracing: Add a NULL pointer check to triggerdatafree. If triggerdataalloc fails and returns NULL, eventhisttriggerparse will jump to the outfree error path. While kfree safely handles a NULL pointer, triggerdatafree does not. Thi...

5.5CVSS5.4AI score0.00123EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/04/22 3:31 p.m.13 views

EUVD-2026-24841

In the Linux kernel, the following vulnerability has been resolved: tracing: Drain deferred trigger frees if kthread creation fails Boot-time trigger registration can fail before the trigger-data cleanup kthread exists. Deferring those frees until late init is fine, but the post-boot fallback mus...

5.6AI score0.00107EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/22 2:16 p.m.14 views

CVE-2026-31481

In the Linux kernel, the following vulnerability has been resolved: tracing: Drain deferred trigger frees if kthread creation fails Boot-time trigger registration can fail before the trigger-data cleanup kthread exists. Deferring those frees until late init is fine, but the post-boot fallback mus...

5.5CVSS0.00107EPSS
SaveExploits0References2
OSV
OSV
added 2026/04/22 1:54 p.m.11 views

CVE-2026-31481 tracing: Drain deferred trigger frees if kthread creation fails

In the Linux kernel, the following vulnerability has been resolved: tracing: Drain deferred trigger frees if kthread creation fails Boot-time trigger registration can fail before the trigger-data cleanup kthread exists. Deferring those frees until late init is fine, but the post-boot fallback mus...

5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.38 views

CVE-2026-31481 tracing: Drain deferred trigger frees if kthread creation fails

In the Linux kernel, the following vulnerability has been resolved: tracing: Drain deferred trigger frees if kthread creation fails Boot-time trigger registration can fail before the trigger-data cleanup kthread exists. Deferring those frees until late init is fine, but the post-boot fallback mus...

0.00107EPSS
SaveExploits0References2
CVE
CVE
added 2026/04/22 1:54 p.m.49 views

CVE-2026-31481

CVE-2026-31481 affects the Linux kernel tracing code. The issue arises from boot-time trigger frees not being drained when kthread creation fails, causing boot-time deferred entries to leak and a NULL pointer dereference that crashes the system. The fix drains the entire queued list synchronously...

5.5CVSS5.6AI score0.00107EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.18 views

PT-2026-34386

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw in the tracing component occurs when boot-time trigger registration fails before the trigger-data cleanup kthread is created. If kthread creation fails, the system fails to drain...

5.5CVSS5.1AI score0.00107EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/03/28 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-23309

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to triggerdatafree If triggerdataalloc fails and returns NUL...

5.5CVSS5.3AI score0.00123EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/03/25 4:56 p.m.15 views

SUSE CVE-2026-23309

In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to triggerdatafree If triggerdataalloc fails and returns NULL, eventhisttriggerparse jumps to the outfree error path. While kfree safely handles a NULL pointer, triggerdatafree does not. This cause...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/03/25 12:30 p.m.15 views

EUVD-2026-15251

In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to triggerdatafree If triggerdataalloc fails and returns NULL, eventhisttriggerparse jumps to the outfree error path. While kfree safely handles a NULL pointer, triggerdatafree does not. This cause...

5.7AI score0.00123EPSS
SaveExploits0References7
NVD
NVD
added 2026/03/25 11:16 a.m.9 views

CVE-2026-23309

In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to triggerdatafree If triggerdataalloc fails and returns NULL, eventhisttriggerparse jumps to the outfree error path. While kfree safely handles a NULL pointer, triggerdatafree does not. This cause...

5.5CVSS0.00123EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.17 views

CVE-2026-23309

In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to triggerdatafree If triggerdataalloc fails and returns NULL, eventhisttriggerparse jumps to the outfree error path. While kfree safely handles a NULL pointer, triggerdatafree does not. This cause...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8
OSV
OSV
added 2026/03/25 11:16 a.m.13 views

UBUNTU-CVE-2026-23309

In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to triggerdatafree If triggerdataalloc fails and returns NULL, eventhisttriggerparse jumps to the outfree error path. While kfree safely handles a NULL pointer, triggerdatafree does not. This cause...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References9
OSV
OSV
added 2026/03/25 10:27 a.m.9 views

CVE-2026-23309 tracing: Add NULL pointer check to trigger_data_free()

In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to triggerdatafree If triggerdataalloc fails and returns NULL, eventhisttriggerparse jumps to the outfree error path. While kfree safely handles a NULL pointer, triggerdatafree does not. This cause...

5.8AI score
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:27 a.m.4 views

CVE-2026-23309

In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to triggerdatafree If triggerdataalloc fails and returns NULL, eventhisttriggerparse jumps to the outfree error path. While kfree safely handles a NULL pointer, triggerdatafree does not. This cause...

5.6AI score0.00123EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/03/25 10:27 a.m.29 views

CVE-2026-23309 tracing: Add NULL pointer check to trigger_data_free()

In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to triggerdatafree If triggerdataalloc fails and returns NULL, eventhisttriggerparse jumps to the outfree error path. While kfree safely handles a NULL pointer, triggerdatafree does not. This cause...

0.00123EPSS
SaveExploits0References6
Rows per page
Query Builder