Lucene search
+L

185630 matches found

OSV
OSV
added 2026/08/26 3:17 p.m.6 views

DEBIAN-CVE-2026-80589

In the Linux kernel, the following vulnerability has been resolved: block: stop the timeout timer when releasing a never added disk diskrelease undoes blkmqinitallocatedqueue for a disk whose probe failed before adddisk, but it only calls blkmqexitqueue. Nothing there stops q-timeout, and that...

9.8CVSS5.5AI score0.00375EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.8 views

DEBIAN-CVE-2026-80588

In the Linux kernel, the following vulnerability has been resolved: mptcp: reclaim forward-allocated memory on RX path errors After commit 9db5b3cec4ec "mptcp: borrow forward memory from subflow", errors in the receive path prior to queueing skbs into the receive queue do not trigger...

7.5CVSS5.3AI score0.00339EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.8 views

DEBIAN-CVE-2026-80582

In the Linux kernel, the following vulnerability has been resolved: drm/shmemhelper: Check VMA boundaries for PMD mappings In the -hugefault handler do not install a PMD huge page mapping if the huge page exceeds the boundaries of the VMA. All other -hugefault handlers have similar checks and the...

7.8CVSS5.3AI score0.00112EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.8 views

DEBIAN-CVE-2026-80583

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: lpass-tx-macro: Fix enum kcontrol accesses The "DEC0 MODE" to "DEC7 MODE" controls are enumerated, but txmacrodecmodeget and txmacrodecmodeput access their value through ucontrol-value.integer.value0 a long instead ...

7.8CVSS5.4AI score0.00112EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.5 views

DEBIAN-CVE-2026-80581

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-pcm: Continue the pipeline trigger in case of IPC timeout Ignore IPC errors for pipeline state change if the firmware state is crashed or the IPC has timed out. If the firmware has crashed the kernel still needs t...

5.2AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.10 views

DEBIAN-CVE-2026-80579

In the Linux kernel, the following vulnerability has been resolved: fbdev: clear fbinfo-mode before deleting a videomode fbsetvar can delete a mode from info-modelist when userspace passes FBACTIVATEINVMODE through FBIOPUTVSCREENINFO. The code checks that the mode being deleted is not the current...

7.8CVSS5.5AI score0.00112EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.10 views

DEBIAN-CVE-2026-80586

In the Linux kernel, the following vulnerability has been resolved: mptcp: options: reset DSS fields in case of unexpected size A remote peer could send a malformed DSS with a wrong size, followed by another DSS or MPC + Data. In this case, the first suboption will be ignored, but leaving some...

9.8CVSS5.5AI score0.00404EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.6 views

DEBIAN-CVE-2026-80584

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: validate user buffer length in SNMP and ARP query ioctls qethsnmpcommand and qethl3arpquery allocate a buffer sized by a user-supplied length udatalen without checking a lower bound, then set udataoffset to a fixed...

8.4CVSS5.7AI score0.00134EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.7 views

DEBIAN-CVE-2026-80585

In the Linux kernel, the following vulnerability has been resolved: mptcp: fastopen: only mark MPTFO subflows with SYN data Passive TCP Fast Open accepts a valid-cookie SYN even when it carries no data. In that case the child socket's receive queue is intentionally left empty...

9.4CVSS5.4AI score0.00317EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.6 views

DEBIAN-CVE-2026-80578

In the Linux kernel, the following vulnerability has been resolved: fbdev: core: Fix pointer desynchronization in fbioread In fbioread, if copytouser performs a partial copy e.g., due to a faulty user buffer, the loop adjusts the chunk size 'c' and updates the remaining 'count'. However, the...

7.3CVSS5.6AI score0.00116EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.8 views

DEBIAN-CVE-2026-80574

In the Linux kernel, the following vulnerability has been resolved: Input: focaltech - fix array out-of-bounds in focaltechprocessrelpacket Make finger2 and also finger1 unsigned, so that if the finger index in the packet is 0 then subtracting 1 creates an array index which overflows above the...

8.4CVSS5.4AI score0.00134EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.6 views

DEBIAN-CVE-2026-80577

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: skip zero-sized firmware sections panthorfwloadsectionentry skips BO creation when the firmware section VA range is empty. If such a section is added to the firmware section list, section-mem is left as NULL. Later...

5.4AI score0.00156EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.7 views

DEBIAN-CVE-2026-80573

In the Linux kernel, the following vulnerability has been resolved: Input: iforce - validate input packet lengths iforceprocesspacket reads fixed fields from joystick, wheel and status packets without first checking their lengths. In particular, the shared hats-and-buttons helper unconditionally...

5.3AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.8 views

DEBIAN-CVE-2026-80575

In the Linux kernel, the following vulnerability has been resolved: Input: cs40l50-vibra - validate custom data from user space cs40l50add copies the custom data of an FFPERIODIC/FFCUSTOM effect straight from the ffeffect the user passed to EVIOCSFF, without requiring it to hold anything:...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.7 views

DEBIAN-CVE-2026-80572

In the Linux kernel, the following vulnerability has been resolved: Input: byd - synchronize timer deletion before freeing private data byddisconnect uses timerdelete before freeing the driver's private data. This does not wait for a running bydcleartouch callback, which dereferences the private...

7.8CVSS5.4AI score0.00118EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.7 views

DEBIAN-CVE-2026-80571

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: papr-phy-attest - validate cmd.length, plug mem leak In paprphyattestcreatehandle, the params-cmd.length is not validated before use, which can result in a buffer overlow. Check it and return -EINVAL if it is...

5.7AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.8 views

DEBIAN-CVE-2026-80576

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject oversized IBs with per-ring packet limits On GFX rings, amdgpucsp2ib passed user-supplied ibbytes through to ib-lengthdw without a limit, while ringemitib encodes length into packet fields. Oversized values can...

8.8CVSS5.4AI score0.0012EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.7 views

DEBIAN-CVE-2026-80567

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - propagate F54 worker errors to V4L2 queue Previously, rmif54bufferqueue waited for the worker thread to finish but ignored whether it succeeded. If the worker failed e.g., due to a timeout or register read...

5.7AI score0.00164EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.6 views

DEBIAN-CVE-2026-80568

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - block sinput when F54 queue is busy Changing the input diagnostic report type mid-stream changes the report size. Since V4L2 buffers are allocated based on the size at stream start, changing the input whil...

7.8CVSS5.8AI score0.00133EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.7 views

DEBIAN-CVE-2026-80570

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - zero report size on F54 work error In rmif54work, if an error occurs during report request or command verification, the code jumped directly to the 'error' label, bypassing the 'abort' label where...

7.8CVSS5.9AI score0.00134EPSS
SaveExploits0References1
Rows per page
Query Builder