Lucene search
+L

160 matches found

NVD
NVD
added 2026/08/28 8:16 a.m.3 views

CVE-2026-80676

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: use generic driveroverride infrastructure When a driver is probed through driverattach, the bus' match callback is called without the device lock held, thus accessing the driveroverride field without a lock,...

SaveExploits0References4
NVD
NVD
added 2026/08/28 8:16 a.m.5 views

CVE-2026-80628

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: oss: Serialize readq reset state with q-lock sndseqossreadqclear resets qlen, head, and tail without q-lock even though the normal reader and producer paths serialize the same ring state under that spinlock. A reset ca...

SaveExploits0References3
Kitploit
Kitploit
added 2026/08/28 7:28 a.m.2 views

claude_opus_cve_2023_0266

Demonstration that Claude 3 Opus does not understand CVE-2023-0266 and does not find it Demo 1. Even if told where the bug is Opus does not find it, and hallucinates the presence of lock acquisitions Demo 2. "Prompt engineering" aka telling the LLM exactly how to find the bug also doesn't work De...

7.9CVSS6.9AI score0.03702EPSS
SaveExploits0
CVE
CVE
added 2026/08/28 6:48 a.m.6 views

CVE-2026-80633

CVE-2026-80633 affects the Linux kernel 's iommufd subsystem. The root cause is that iopt_release_pages() calls dma_buf_unpin() without holding the exporter's dma_resv lock, as required by the function's assertion. This causes a kernel WARN to fire on every iommufd_ioas_destroy() or iommufd_ioas_...

5.8AI score
SaveExploits0References2
EUVD
EUVD
added 2026/08/28 6:48 a.m.2 views

EUVD-2026-67509

In the Linux kernel, the following vulnerability has been resolved: iommufd: Take dmaresv lock before dmabufunpin in release path dmabufunpin requires the caller to hold the exporter's dmaresv lock: void dmabufunpinstruct dmabufattachment attach ... dmaresvasserthelddmabuf-resv;...

5.8AI score
SaveExploits0References2
CVE
CVE
added 2026/08/28 6:48 a.m.5 views

CVE-2026-80628

CVE-2026-80628 is a data race in the Linux kernel's ALSA seq:oss subsystem. The function snd_seq_oss_readq_clear() resets the ring buffer state (qlen, head, tail) without holding q->lock, while concurrent reader/producer paths (snd_seq_oss_readq_free(), snd_seq_oss_readq_put_event()) serialize...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/28 5:52 a.m.2 views

vsock_poc

vsockpoc Indagine sul bug dietro CVE-2021-26708 Questo repository contiene un piccolo writeup su CVE-2021-26708 e su come questo bug possa essere trasformato in una primitiva di scrittura Use After Free. La PoC qui non è un exploit completo, ma solo il mio harness che ho usato per investigare...

7CVSS6.6AI score0.01589EPSS
SaveExploits2
EUVD
EUVD
added 2026/08/27 6:31 a.m.5 views

EUVD-2026-66462

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Implement a crw lock Unlike the channelprogram struct, which covers synchronous I/O submissions and asynchronous interrupts, the CRW region relies exclusively on asynchronous events coming from hardware. Implement a...

8.8CVSS5.4AI score0.00128EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/27 5:55 a.m.5 views

CVE-2026-80547

A flaw was found in the Linux kernel's s390/vfioccw component. This vulnerability arises from the lack of a proper lock to manage the list of Channel Report Word CRW payloads, which are asynchronous events from hardware. Without this lock, these payloads may not be read cohesively, potentially...

8.8CVSS5.3AI score0.00128EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/26 3:17 p.m.6 views

CVE-2026-80547

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Implement a crw lock Unlike the channelprogram struct, which covers synchronous I/O submissions and asynchronous interrupts, the CRW region relies exclusively on asynchronous events coming from hardware. Implement a...

8.8CVSS0.00128EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80547 s390/vfio_ccw: Implement a crw lock

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Implement a crw lock Unlike the channelprogram struct, which covers synchronous I/O submissions and asynchronous interrupts, the CRW region relies exclusively on asynchronous events coming from hardware. Implement a...

8.8CVSS5.6AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.34 views

CVE-2026-80547 s390/vfio_ccw: Implement a crw lock

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Implement a crw lock Unlike the channelprogram struct, which covers synchronous I/O submissions and asynchronous interrupts, the CRW region relies exclusively on asynchronous events coming from hardware. Implement a...

8.8CVSS0.00128EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/26 2:37 p.m.16 views

CVE-2026-80547

This vulnerability affects the Linux kernel 's s390/vfio_ccw subsystem (Virtual Function Interface for Channel-Word devices on the s390 architecture). The root cause is a missing lock on the CRW (Control Region Word) region, which handles asynchronous hardware events; without it, the list of payl...

8.8CVSS5.4AI score0.00128EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-80547

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - s390/vfioccw: Implement a crw lock Unlike the channelprogram struct, which covers synchronous I/O submissions and asynchronous interrupts, the CRW region relies...

8.8CVSS5.5AI score0.00128EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/24 12:09 p.m.6 views

CVE-2026-74733

A flaw was found in the Linux kernel's gpio: pca953x driver, which manages General Purpose Input/Output GPIO expanders. The driver uses its own locking mechanism, but the pca953xirqbussyncunlock function failed to acquire the necessary lock when performing register operations. This oversight coul...

7.8CVSS5.2AI score0.00123EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 11:23 a.m.8 views

CVE-2026-74646

A flaw was found in the Linux kernel's fastrpc subsystem. When an invoke operation is interrupted by a signal, the fastrpcinternalinvoke function moves memory mappings without properly holding the fl-lock. This missing lock during memory map manipulation creates a race condition, which could lead...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/23 12:03 a.m.9 views

SUSE CVE-2026-74733

In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953xirqbussyncunlock regmap lock Locking is disabled in the regmap config as this driver uses its own lock. This means that all calls to regmap functions read or write must hold the i2clock. The function...

5.6AI score0.00123EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.14 views

CVE-2026-74733

In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953xirqbussyncunlock regmap lock Locking is disabled in the regmap config as this driver uses its own lock. This means that all calls to regmap functions read or write must hold the i2clock. The function...

7.8CVSS0.00123EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.12 views

CVE-2026-74656

In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcudereferenceprotected with a constant tr...

7.8CVSS0.00126EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/22 4:16 p.m.9 views

CVE-2026-74646

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: take fl-lock when moving mmaps on interrupted invoke When an invoke is interrupted by a signal, waitforcompletioninterruptible returns -ERESTARTSYS and fastrpcinternalinvoke moves every buffer from fl-mmaps onto...

7.8CVSS0.00129EPSS
SaveExploits0References5
Rows per page
Query Builder