Lucene search
+L

389258 matches found

Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89747

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free in tracepipe read on sub-buffer order change Writing to buffersubbufsizekb calls ringbuffersubbuforderset, which frees every sub-buffer of the ring buffer, including the reader page, and replaces them...

7.8CVSS6.8AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:46 p.m.20 views

CVE-2026-89747

CVE-2026-89747 is a use-after-free vulnerability in the Linux kernel tracing subsystem , specifically in the trace_pipe read path. Writing to buffer_subbuf_size_kb triggers ring_buffer_subbuf_order_set(), which frees all sub-buffers (including the reader page) while active trace_pipe readers stil...

7.8CVSS6.8AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89747 tracing: Fix use-after-free in trace_pipe read on sub-buffer order change

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free in tracepipe read on sub-buffer order change Writing to buffersubbufsizekb calls ringbuffersubbuforderset, which frees every sub-buffer of the ring buffer, including the reader page, and replaces them...

7.8CVSS6.7AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.29 views

CVE-2026-89747 tracing: Fix use-after-free in trace_pipe read on sub-buffer order change

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free in tracepipe read on sub-buffer order change Writing to buffersubbufsizekb calls ringbuffersubbuforderset, which frees every sub-buffer of the ring buffer, including the reader page, and replaces them...

7.8CVSS0.00159EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.31 views

CVE-2026-89746 tracing: Fix use-after-free with same-name named triggers

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free with same-name named triggers When two hist triggers on different events are registered with the same name=, the second one reuses the first as nameddata. Both are added to tr-histvars by savehistvars...

7.8CVSS0.00159EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:46 p.m.13 views

EUVD-2026-76658

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free with same-name named triggers When two hist triggers on different events are registered with the same name=, the second one reuses the first as nameddata. Both are added to tr-histvars by savehistvars...

6.8AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89746 tracing: Fix use-after-free with same-name named triggers

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free with same-name named triggers When two hist triggers on different events are registered with the same name=, the second one reuses the first as nameddata. Both are added to tr-histvars by savehistvars...

7.8CVSS6.7AI score
SaveExploits0References9
CVE
CVE
added 2026/09/11 7:46 p.m.24 views

CVE-2026-89746

CVE-2026-89746 is a use-after-free in the Linux kernel's tracing subsystem, triggered when two hist triggers on different events share the same name=. The second trigger's hist_data is freed by hist_register_trigger() but its entry in tr->hist_vars is not removed, leaving a dangling pointer. A...

7.8CVSS6.8AI score0.00159EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89746

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free with same-name named triggers When two hist triggers on different events are registered with the same name=, the second one reuses the first as nameddata. Both are added to tr-histvars by savehistvars...

7.8CVSS6.8AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89744

CVE-2026-89744 is an infinite loop vulnerability in the Linux kernel's device property subsystem , specifically in fwnode_get_next_child_node(). When iterating over children of a firmware node that has a secondary fwnode with more than one child , the primary fwnode incorrectly returns an already...

8.4CVSS5.8AI score0.00144EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89745

In the Linux kernel, the following vulnerability has been resolved: debugfs: Fix lockdown check for mmapprepare Commit 651fdda8406d "relay: update relay to use mmapprepare" changed the mmap file operation to mmapprepare for relayfs, but the lockdown check in debugfs was not updated accordingly...

5.8AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89744

In the Linux kernel, the following vulnerability has been resolved: device property: fix infinite loop in fwnodeforeachchildnode When iterate over children of a fwnode that has a secondary fwnode, fwnodegetnextchildnode can enter an infinite loop if the secondary fwnode has more than one child...

8.4CVSS5.9AI score0.00144EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76656

In the Linux kernel, the following vulnerability has been resolved: device property: fix infinite loop in fwnodeforeachchildnode When iterate over children of a fwnode that has a secondary fwnode, fwnodegetnextchildnode can enter an infinite loop if the secondary fwnode has more than one child...

5.8AI score0.00144EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89744 device property: fix infinite loop in fwnode_for_each_child_node()

In the Linux kernel, the following vulnerability has been resolved: device property: fix infinite loop in fwnodeforeachchildnode When iterate over children of a fwnode that has a secondary fwnode, fwnodegetnextchildnode can enter an infinite loop if the secondary fwnode has more than one child...

8.4CVSS5.9AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.25 views

CVE-2026-89745 debugfs: Fix lockdown check for mmap_prepare

In the Linux kernel, the following vulnerability has been resolved: debugfs: Fix lockdown check for mmapprepare Commit 651fdda8406d "relay: update relay to use mmapprepare" changed the mmap file operation to mmapprepare for relayfs, but the lockdown check in debugfs was not updated accordingly...

0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.29 views

CVE-2026-89744 device property: fix infinite loop in fwnode_for_each_child_node()

In the Linux kernel, the following vulnerability has been resolved: device property: fix infinite loop in fwnodeforeachchildnode When iterate over children of a fwnode that has a secondary fwnode, fwnodegetnextchildnode can enter an infinite loop if the secondary fwnode has more than one child...

8.4CVSS0.00144EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89745

This Linux kernel vulnerability affects the debugfs subsystem. A prior commit changed relayfs from using the mmap file operation to mmap_prepare, but the corresponding lockdown check in debugfs was not updated. As a result, when the kernel is in integrity mode , debugfs fails to lock down files t...

5.8AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76657

In the Linux kernel, the following vulnerability has been resolved: debugfs: Fix lockdown check for mmapprepare Commit 651fdda8406d "relay: update relay to use mmapprepare" changed the mmap file operation to mmapprepare for relayfs, but the lockdown check in debugfs was not updated accordingly...

5.8AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89743 misc: nsm: bound the device-reported response length

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: bound the device-reported response length nsmsendrecvmsglocked stores the virtqueue used-ring length reported by the NSM device into msg-resp.len without bounding it to the response buffer. A malicious or buggy backend...

7.7CVSS0.00144EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.8 views

CVE-2026-89743 misc: nsm: bound the device-reported response length

In the Linux kernel, the following vulnerability has been resolved: misc: nsm: bound the device-reported response length nsmsendrecvmsglocked stores the virtqueue used-ring length reported by the NSM device into msg-resp.len without bounding it to the response buffer. A malicious or buggy backend...

7.7CVSS6.2AI score
SaveExploits0References7
Rows per page
Query Builder