Lucene search
+L

394 matches found

Cvelist
Cvelist
added 2026/08/10 11:59 a.m.37 views

CVE-2026-68138 net/sched: serialize qdisc_rtab_list against concurrent get/put

In the Linux kernel, the following vulnerability has been resolved: net/sched: serialize qdiscrtablist against concurrent get/put qdiscgetrtab and qdiscputrtab mutate the process-global singly linked list qdiscrtablist and a plain non-atomic 'int refcnt' with no lock. This was only safe because...

7.8CVSS0.00129EPSS
SaveExploits1References8
CVE
CVE
added 2026/08/07 9:10 p.m.46 views

CVE-2026-11742

CVE-2026-11742 describes a use-after-free race in Zephyr’s kernel queue helpers: z_queue_node_peek() can dereference a node after another thread preempts or unlinks it via k_queue_get(), because peek operations weren’t protected by the queue spinlock. A concurrent consumer may free the node and i...

3.6CVSS5.6AI score0.00093EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 9:10 p.m.7 views

CVE-2026-11742 Use-after-free race in kernel `k_queue_peek_head/tail` due to missing spinlock

The kernel queue helper zqueuenodepeek in kernel/queue.c dereferences a node taken from a queue's dataq list, reading the node's flag byte and, for items enqueued via kqueueallocappend/allocprepend, the data pointer of an internally allocated allocnode struct. The implementations of...

3.6CVSS5.7AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/30 4:41 a.m.9 views

CVE-2026-64501

A flaw was found in the Linux kernel's adsigmadelta driver for analog-to-digital converters ADCs. This vulnerability occurs when the Chip Select CS line, which controls communication with the ADC, remains asserted after a conversion or in an error state. This can prevent other devices on the Seri...

7.1CVSS5.8AI score0.00116EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/07/30 12:00 a.m.7 views

The vulnerability of the loopback_check_format() function in the sound/drivers/aloop.c module of the Linux kernel’s audio subsystem allows a hacker to access protected information or cause service failures.

The vulnerability of the loopbackcheckformat function in the sound/drivers/aloop.c module of the Linux kernel’s audio subsystem is related to the repeated use of previously freed memory due to concurrent access to resources. Exploiting this vulnerability could allow an attacker to gain access to...

7.8CVSS6AI score0.00113EPSS
SaveExploits0References9Affected Software3
RedhatCVE
RedhatCVE
added 2026/07/29 8:08 a.m.10 views

CVE-2026-64435

A flaw was found in the Linux kernel's auditing subsystem. Multiple readers could access the auditqueue length qlen concurrently with a writer without proper synchronization, leading to a data race. This race condition could result in inconsistent data reads, potentially causing unpredictable...

8.2CVSS5.8AI score0.00424EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/07/27 12:00 a.m.27 views

CVE-2026-64238

In the Linux kernel, the following vulnerability has been resolved: gpio: shared: fix deadlock on shared proxy's parent removal Commit 710abda58055 "gpio: shared: call gpiochip::ofxlate if set" used the mutex embedded in struct gpiosharedentry to protect the offset field which now can be modified...

5.5CVSS5.4AI score0.0008EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.8 views

SUSE CVE-2026-64496

In the Linux kernel, the following vulnerability has been resolved: iio: event: Fix event FIFO reset race iioeventgetfd creates the event file descriptor with anoninodegetfd, which allocates a new fd, creates the anonymous file and installs it in the process fd table before returning to the calle...

5.5CVSS6AI score0.00126EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:27 p.m.9 views

CVE-2026-64238 gpio: shared: fix deadlock on shared proxy's parent removal

In the Linux kernel, the following vulnerability has been resolved: gpio: shared: fix deadlock on shared proxy's parent removal Commit 710abda58055 "gpio: shared: call gpiochip::ofxlate if set" used the mutex embedded in struct gpiosharedentry to protect the offset field which now can be modified...

5.8AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.22 views

PT-2026-64328

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the lm90 alert function, which executes in the smbus alert context. The function calls lm90 update confreg to disable the hardware alert line without acquiring...

5.8AI score0.00121EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/07/21 5:12 a.m.7 views

CVE-2026-53380

A flaw was found in the Linux kernel's rzv2h-ivc media driver. The driver's buffer list, which is protected by a spinlock, can be concurrently modified because a buffer removal operation listdel is performed outside of the protected section. This concurrent access to the buffer list without prope...

7.8CVSS5.7AI score0.00112EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/19 5:35 p.m.10 views

SUSE CVE-2026-63793

In the Linux kernel, the following vulnerability has been resolved: ntfs: serialize volume label accesses Protect vol-volumelabel with a mutex and snaphost the label before copytouser. This prevent a use-after-free when FSIOCSETFSLABEL replaces the vol-volumelabel and FSIOCGETTSLABEL reads it...

7.8CVSS5.4AI score0.00121EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:34 p.m.9 views

SUSE CVE-2026-63825

In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflatefast, the inner copy loops get transformed ...

7.5CVSS5.7AI score0.00414EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.14 views

CVE-2026-64023

In the Linux kernel, the following vulnerability has been resolved: gpio: aggregator: fix a potential use-after-free On error we free aggr-lookups-devid before removing the entry from the lookup table. If a concurrent thread calls gpiodfind before we remove the entry, it could iterate over the li...

7.8CVSS5.3AI score0.00124EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 2:18 p.m.8 views

CVE-2026-63871 Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route calls

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix data-race on isopi fields in hcigetroute calls isoconnectbis, isoconnectcis, isolistenbis, and isoconnbigsync call hcigetroute using isopisk-dst, isopisk-src, and isopisk-srctype without holding locksock. Thes...

5.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/19 12:02 p.m.46 views

CVE-2026-63825 gcov: use atomic counter updates to fix concurrent access crashes

In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflatefast, the inner copy loops get transformed ...

9.8CVSS0.00414EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 12:02 p.m.19 views

CVE-2026-63825

In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflatefast, the inner copy loops get transformed ...

9.8CVSS5.5AI score0.00414EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:02 p.m.9 views

CVE-2026-63825

In the Linux kernel, the following vulnerability has been resolved: gcov: use atomic counter updates to fix concurrent access crashes GCC's GCOV instrumentation can merge global branch counters with loop induction variables as an optimization. In inflatefast, the inner copy loops get transformed ...

9.8CVSS5.7AI score0.00414EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/07/19 12:02 p.m.33 views

CVE-2026-63793

CVE-2026-63793 affects the Linux kernel’s NTFS handling. The issue arises from unsafe concurrent access to vol->volume_label during FS_IOC_SETFSLABEL and FS_IOC_GETTSLABEL, which could lead to a use-after-free. The patch inserts a mutex to guard the volume_label and snapshots the label before ...

7.8CVSS5.4AI score0.00121EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/19 11:59 a.m.5 views

CVE-2026-53385

In the Linux kernel, the following vulnerability has been resolved: vcscreen: fix null-ptr-deref in vcsnotifier during concurrent vcswrite A KASAN null-ptr-deref was observed in vcsnotifier: BUG: KASAN: null-ptr-deref in vcsnotifier+0x98/0x130 Read of size 2 at addr qmpcmdname: qmpcapabilities,...

5.2AI score0.00132EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder