Lucene search
+L

208931 matches found

OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64486

In the Linux kernel, the following vulnerability has been resolved: ALSA: cmipci: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndcmipcispdifcontrols does not check the return value before dereferencing kctl-id.device, which can lead to a NULL pointer...

5.7AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64487

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser sndusbcaiaqtks4dispatch decodes the Traktor Kontrol S4 input stream in fixed 16-byte TKS4MSGBLOCKSIZE message blocks. On every iteration it advances buf a...

5.6AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64485

In the Linux kernel, the following vulnerability has been resolved: ALSA: compress: Fix task creation error unwind sndcomprtasknew allocates the driver task before validating the returned DMA buffers and reserving file descriptors. When either of those later steps fails, the core frees its task...

7.8CVSS5.6AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64484

In the Linux kernel, the following vulnerability has been resolved: ALSA: es1938: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndes1938mixer does not check the return value before dereferencing the pointer, which can lead to a NULL pointer dereference. A...

5.6AI score0.00185EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64480

In the Linux kernel, the following vulnerability has been resolved: ALSA: ice1712: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. The ice1712 driver calls sndctlnew1 without checking the return value before dereferencing the pointer in multiple places...

5.6AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64478

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: avoid kobject path lookup in DualSense match The DualSense jack-detection input handler verifies that a matching input device belongs to the same physical controller by building kobject path strings for both the...

5.7AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64479

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix uninitialised heap leak in sndseqeventdup sndseqeventdup copies an incoming event into a pool cell and, in the UMP-enabled build, clears the trailing cell-ump.raw.extra word that the memcpy did not cover. The guard...

5.7AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64482

In the Linux kernel, the following vulnerability has been resolved: ALSA: gus: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. sndgf1pcmvolumecontrol does not check the return value before dereferencing kctl-id.index, which can lead to a NULL pointer...

5.6AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64477

In the Linux kernel, the following vulnerability has been resolved: x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled The architecture updates the cpumask in a domain's header to track which online CPUs are associated with the domain. When this mask becomes empty t...

5.7AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64481

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs35l41: Fix firmware load work teardown cs35l41hda creates ALSA controls whose private data points at the cs35l41hda object. The firmware load control can also queue fwloadwork. Those controls are not removed on...

7.8CVSS5.6AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64483

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire: isight: bound the sample count to the packet payload isightpacket takes the frame count from the device iso packet and checks it only against the device claimed iso length. count = be32tocpupayload-samplecount; if...

5.8AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.8 views

DEBIAN-CVE-2026-64476

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Latch disableidled3 per device When disableidled3 was introduced in vfio-pci, it directly manipulated the device power state with pcisetpowerstate. There were no refcounts to maintain or balanced operations, we could...

5.6AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.9 views

DEBIAN-CVE-2026-64469

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderthreadrelease When a thread exits, binderthreadrelease walks its transaction stack to clear the t-from and t-toproc that correspond with the exiting thread. However, a process dying in parallel might...

7.8CVSS5.6AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64474

In the Linux kernel, the following vulnerability has been resolved: vfio: prevent infinite loop in vfiomiggetnextstate on blocked arc vfiomiggetnextstate walks vfiofromfsmtable one step at a time, looping to skip optional states the device does not support until nextfsm is supported. A blocked...

5.6AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS5.6AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64471

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on registration failure Make sure to release the sibling interfaces in case controller registration fails to avoid use-after-free and double-free when they are eventually disconnected. This...

5.7AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

DEBIAN-CVE-2026-64467

In the Linux kernel, the following vulnerability has been resolved: rustbinder: use a u64 stride when cleaning up the offsets array Allocation's Drop walks the offsets array bindersizet = u64 entries, cleaning up the objects, but it used usize instead of u64 for both the stride and the per-entry...

8.8CVSS5.6AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.8 views

DEBIAN-CVE-2026-64470

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on marvell probe failure Make sure to stop any TX URBs submitted during Marvell OOB wakeup configuration on later probe failures to avoid use-after-free in the completion callback. This issue...

5.7AI score0.00184EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.4 views

DEBIAN-CVE-2026-64473

In the Linux kernel, the following vulnerability has been resolved: vfio: Remove device debugfs before releasing devres VFIO device debugfs files created with debugfscreatedevmseqfile store a devres allocated debugfsdevmentry as inode private data. vfiounregistergroupdev currently calls...

5.7AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

DEBIAN-CVE-2026-64472

In the Linux kernel, the following vulnerability has been resolved: vfio/mlx5: Fix racy bitfields and tighten struct layout Bitfield operations are not atomic, they use a read-modify-write pattern, therefore we should be careful not to pack bitfields that can be concurrently updated into the same...

5.6AI score0.00181EPSS
SaveExploits0References1
Rows per page
Query Builder