Lucene search
+L

4990 matches found

OSV
OSV
added yesterday1 views

MINI-5F33-QFW7-X4V2

Bulletin has no description...

7.5CVSS5.8AI score0.00339EPSS
SaveExploits0
OSV
OSV
added yesterday3 views

DEBIAN-CVE-2026-64529

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device qatadfctl with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any public...

5.7AI score0.00243EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64519

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix infinite loop in layout state revocation findonesbstid skips stids whose scstatus is non-zero, but the SCTYPELAYOUT case in nfsd4revokestates never sets scstatus before calling nfsd4closelayout. The retry loop therefore...

5.7AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64512

In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Suppress UBSAN warning caused by field misuse The definition of reg-accesswidth changes depending on the reg-spaceid type. Type ACPIADRSPACEPLATFORMCOMM uses accesswidth to indicate the PCC region, which can result in...

5.7AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64516

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vce1: Fix VCE 1 firmware size and offsets The VCPU BO contains the actual FW at an offset, but it was not calculated into the VCPU BO size. Subtract this from the FW size to make sure there is no out of bounds access...

5.7AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64504

In the Linux kernel, the following vulnerability has been resolved: iio: accel: bmc150: clamp the device-reported FIFO frame count bmc150accelfifoflush copies the number of samples the device reports in its hardware FIFO into an on-stack buffer u16 bufferBMC150ACCELFIFOLENGTH 3; which is sized fo...

5.8AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64501

In the Linux kernel, the following vulnerability has been resolved: iio: adc: adsigmadelta: fix CS held asserted and state leaks In adsigmadeltasingleconversion, setmodeADSDMODEIDLE and disableone were called from the out: block while keepcsasserted was still true. This caused any SPI transfer...

5.6AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64494

In the Linux kernel, the following vulnerability has been resolved: iio: light: gp2ap002: fix runtime PM leak on read error gp2ap002readraw calls pmruntimegetsync before reading the lux value, but if gp2ap002getlux fails, it returns directly. This skips the pmruntimeputautosuspend call at the "ou...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 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...

5.6AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 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.00215EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64455

In the Linux kernel, the following vulnerability has been resolved: USB: chaoskey: Fix slab-use-after-free in chaoskeyrelease The chaoskey driver has a use-after-free bug in its release routine. If the user closes the device file after the USB device has been unplugged, a debugging log statement...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64456

In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio: clamp device-reported used.len at copydata randomrecvdone stores the device-reported used.len directly into vi-dataavail. copydata then indexes vi-data using vi-dataidx advanced by previous copydata calls and issue...

5.9AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64444

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix OOB read in OnAssocRsp IE loop The IE parsing loop in OnAssocRsp advances by pIE-length + 2 each iteration but only guards on i length from pframepktlen, which is one byte past the allocated receive buffer...

5.7AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64445

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth OnAuth has two bugs in the shared-key authentication path. When the Privacy bit is set, rtwwepdecrypt is called without verifying that the frame is long enough t...

5.7AI score0.00263EPSS
SaveExploits0References1
OSV
OSV
added yesterday3 views

DEBIAN-CVE-2026-64429

In the Linux kernel, the following vulnerability has been resolved: gpio: eic-sprd: use rawspinlockt in the irq startup path sprdeicirqunmask enables the GPIO IRQ and then updates controller state through sprdeicupdate, which takes sprdeic-lock with spinlockirqsave. The callback can be reached fr...

5.6AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64431

In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid calling postwritemstfixup for invalid indexblock ntfsicxibsyncwrite calls postwritemstfixup when ntfsibwrite returns an error, intending to restore the buffer after a failed write. However, ntfsibwrite returns an erro...

5.9AI score0.00198EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64433

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix UAF of hciconnparams in adddevicecomplete adddevicecomplete runs from the hcicmdsyncwork kworker, which holds only hcireqsynclock and not hcidevlock. It calls hciconnparamslookup and then dereferences the...

5.6AI score0.00209EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64425

In the Linux kernel, the following vulnerability has been resolved: iouring/io-wq: re-check IOWQBITEXIT for each linked work item commit 10dc95939817 "iouring/io-wq: check IOWQBITEXIT inside work run loop" fixed the obvious case where ioworkerhandlework took one exit-bit snapshot before draining...

5.6AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64423

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: remove multicast group from hash table on device destruction When a device is destroyed under RTNL, ipmcdestroydev iterates through the multicast list and calls ipmaput on each membership, scheduling them for RCU...

5.7AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added yesterday2 views

DEBIAN-CVE-2026-64420

In the Linux kernel, the following vulnerability has been resolved: mfd: crosec: Delay devsetdrvdata until probe success If ecdeviceprobe fails, crosecclassrelease releases memory for the crosecdev structure. However, because the drvdata was already set, sub-drivers like crosectypec can still...

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