Lucene search
+L

208687 matches found

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

DEBIAN-CVE-2026-64507

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Enable IBPB flush on BPF JIT allocation Enable hardening against JIT spraying when Spectre-v2 mitigations are in use. Specifically, issue an IBPB flush on BPF JIT memory reuse. Skip enabling the IBPB flush if the BPF...

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

DEBIAN-CVE-2026-64508

In the Linux kernel, the following vulnerability has been resolved: bpf: Support for hardening against JIT spraying The BPF JIT allocator packs many small programs into larger executable allocations and reuses space within those allocations as programs are loaded and freed. When fresh code is...

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

DEBIAN-CVE-2026-64499

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1119: fix PM reference leak in buffer preenable ads1119triggeredbufferpreenable resumes the device with pmruntimeresumeandget before starting a conversion. If i2csmbuswritebyte fails, the function returns the erro...

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

DEBIAN-CVE-2026-64498

In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: free scanmask on buffer release The scanmask lifetime changed in commit 9a2e1233d38c "iio: buffer: hw-consumer: remove redundant scanmask flexible array". Before that change, the scan mask storage was...

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

DEBIAN-CVE-2026-64497

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: Cleanup initializations and fix sign-extension bug Include linux/bitfield.h for FIELDGET. Create new macros for bit manipulation in combination with manual bit manipulation being replaced with FIELDGET. The...

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

DEBIAN-CVE-2026-64500

In the Linux kernel, the following vulnerability has been resolved: iio: adc: lpc32xx: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "lpc32xxadcprobe in drivers/iio/adc/lpc32xxadc.c registers its interrupt handler with devmrequestirq before it initializes...

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

DEBIAN-CVE-2026-64492

In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devmiiotriggerregister tmp006probe allocates the DRDY trigger with devmiiotriggeralloc but registers it with plain iiotriggerregister. The driver has no .remove callback, so on module unload the...

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

DEBIAN-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.1CVSS5.8AI score0.00126EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/25 10:17 a.m.5 views

DEBIAN-CVE-2026-64495

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: bmg160: bail out when bandwidth/filter is not in table bmg160getfilter walks bmg160sampfreqtable looking for the entry matching the bwbits value read from the chip: for i = 0; i ARRAYSIZEbmg160sampfreqtable; ++i if...

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

DEBIAN-CVE-2026-64493

In the Linux kernel, the following vulnerability has been resolved: iio: pressure: mpl115: fix runtime PM leak on read error mpl115readraw takes a runtime PM reference with pmruntimegetsync before reading the processed pressure or raw temperature, but on the read error path it returns without...

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

DEBIAN-CVE-2026-64491

In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: us144mkii: fix work UAF on disconnect tascamdisconnect cancels capturework and midiinwork before usbkillanchoredurbs kills the capture/MIDI-in URBs. Those URBs self-resubmit, and their completion handlers reschedule...

5.7AI score0.00174EPSS
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-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-64490

In the Linux kernel, the following vulnerability has been resolved: ALSA: virtio: Validate control metadata from the device virtio-snd control handling trusts the device-provided control type and value count returned by the device. That metadata is then used directly to index gv2atypemap in...

8.4CVSS5.7AI score0.00153EPSS
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-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-64488

In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: check sndctlnew1 return value sndctlnew1 can return NULL when memory allocation fails. In layout.c, the function does not check the return value before dereferencing ctl-id.name or passing to aoasndctladd, which can le...

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-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-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
Rows per page
Query Builder