Lucene search
+L

371 matches found

CVE
CVE
added 3 days ago28 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 3 days ago4 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.6 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
RedhatCVE
RedhatCVE
added 2026/07/29 8:8 a.m.7 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:0 a.m.17 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.4AI score0.00145EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.5 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...

7.1CVSS6AI score0.00126EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/24 3:27 p.m.7 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:0 a.m.18 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.00166EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/19 5:35 p.m.8 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.7 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.7 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.5 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:2 p.m.41 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:2 p.m.11 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:2 p.m.8 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:2 p.m.20 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.4 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
NVD
NVD
added 2026/07/19 11:16 a.m.7 views

CVE-2026-53380

In the Linux kernel, the following vulnerability has been resolved: media: rzv2h-ivc: Fix concurrent buffer list access The list of buffers rzv2hivc::buffers.queue is protected by a spinlock rzv2hivc::buffers.lock. However, in rzv2hivctransferbuffer, which runs in a separate workqueue, the listde...

7.8CVSS0.00112EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/19 10:2 a.m.8 views

CVE-2026-53380

In the Linux kernel, the following vulnerability has been resolved: media: rzv2h-ivc: Fix concurrent buffer list access The list of buffers rzv2hivc::buffers.queue is protected by a spinlock rzv2hivc::buffers.lock. However, in rzv2hivctransferbuffer, which runs in a separate workqueue, the listde...

5.6AI score0.00112EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/19 10:2 a.m.6 views

CVE-2026-53380 media: rzv2h-ivc: Fix concurrent buffer list access

In the Linux kernel, the following vulnerability has been resolved: media: rzv2h-ivc: Fix concurrent buffer list access The list of buffers rzv2hivc::buffers.queue is protected by a spinlock rzv2hivc::buffers.lock. However, in rzv2hivctransferbuffer, which runs in a separate workqueue, the listde...

7.8CVSS5.7AI score
SaveExploits0References5
Rows per page
Query Builder