Lucene search
+L

185774 matches found

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

DEBIAN-CVE-2026-80561

In the Linux kernel, the following vulnerability has been resolved: libceph: fix multiple unsafe decodes in decodelocker decodelocker in clslockclient.c contains three unsafe decode operations that allow a malicious or compromised OSD to trigger slab-out-of-bounds reads: 1. cephdecodecopy at the...

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

DEBIAN-CVE-2026-80566

In the Linux kernel, the following vulnerability has been resolved: Input: hynitroncstxxx - validate touch count and finger IDs The driver allocates maxtouchnum input slots, which are indexed from zero through maxtouchnum - 1. The current check allows a finger ID equal to maxtouchnum to reach...

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

DEBIAN-CVE-2026-80563

In the Linux kernel, the following vulnerability has been resolved: gpio: sloppy-logic-analyzer: fix use-after-free via debugfs trigger on unbind The "trigger" debugfs file has a hand-rolled -write handler triggerwrite that dereferences the per-device gpiolapollpriv. The file is created with...

5.5AI score0.00168EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.5 views

DEBIAN-CVE-2026-80565

In the Linux kernel, the following vulnerability has been resolved: crypto: qce - fix error path in devmqceregisteralgs If ops-registeralgs fails, the error path repeatedly calls the same ops-unregisteralgs from the failed registration. Use the loop index to unregister the previously registered...

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

DEBIAN-CVE-2026-80562

In the Linux kernel, the following vulnerability has been resolved: gpio: ml-ioh: use rawspinlockt for the register lock iohirqtype is registered as the irqchip .irqsettype callback and takes chip-spinlock with spinlockirqsave. This callback is reached from setupirq - irqsettrigger -...

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

DEBIAN-CVE-2026-80556

In the Linux kernel, the following vulnerability has been resolved: mmc: atmel-mci: Fix use-after-free in atmciremove due to race condition In atmciprobe, &host-bhwork is bound with atmciworkfunc, and atmciinterrupt, atmcitimeouttimer and atmcidmacomplete can all queue this work on systembhwq. If...

7.8CVSS5.6AI score0.00125EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.9 views

DEBIAN-CVE-2026-80559

In the Linux kernel, the following vulnerability has been resolved: Input: sur40 - fix input device registration ordering In sur40probe, inputregisterdevice was previously called early before the V4L2 video device and vb2queue components were fully initialized. If userspace opened the input devic...

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

DEBIAN-CVE-2026-80555

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Free all memory if cpinit fails The routine cpfree is called to unpin/free any memory once an I/O is completed successfully, or if cpprefetch fails. But if cpinit fails, and cp-initialized is not enabled, the same...

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

DEBIAN-CVE-2026-80560

In the Linux kernel, the following vulnerability has been resolved: openrisc: signal: do not restore privileged SR bits on sigreturn restoresigcontext copies the whole supervision register SR from the signal frame and only clears SPRSRSM before the value is reloaded into the hardware SR through E...

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

DEBIAN-CVE-2026-80557

In the Linux kernel, the following vulnerability has been resolved: libceph: fix OOB read in decodewatchers via missing bounds check cephstartdecoding validates that structlen bytes remain in the buffer after the encoding header, but accepts structlen=0 as valid: cephdecodeneedp, end, 0, bad alwa...

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

DEBIAN-CVE-2026-80553

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Cancel existing workqueues The initialization of the iowork and crwwork workqueues begs the question of whether they should be un-initialized. Add the corresponding cleanup tags in releasedev to ensure work isn't...

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

DEBIAN-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.8CVSS5.4AI score0.00129EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/26 3:17 p.m.6 views

DEBIAN-CVE-2026-80548

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Selectively expand iomutex The iomutex was defined to serialize the ioregions, but then has also sort of been associated with the I/O themselves because of the close relationship they share. With the handful of race...

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

DEBIAN-CVE-2026-80552

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Ensure index for read/write regions are within range The introduction of the capability chain rightly clamped the region indexes to the range of the capabilities itself, but neglected to do so for the existing...

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

DEBIAN-CVE-2026-80549

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Move cp cleanup out of not operational The fsmnotoper routine is called when the device has been lost, and is by definition no longer operational. Since this can happen asynchronously from the normal behavior of the...

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

DEBIAN-CVE-2026-80550

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Fix out of bounds check on CCW array The routine ccwchaincalclength counts the number of channel command words CCWs that are chained together in a single channel program, and rejects anything larger than...

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

DEBIAN-CVE-2026-80554

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Limit the number of channel program segments The processing of channel programs, and the CCWs within them, is done recursively. As such, there is an arbitrary but not architectural limit to the number of CCWs that c...

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

DEBIAN-CVE-2026-80551

In the Linux kernel, the following vulnerability has been resolved: s390/vfioccw: Ensure first IDAW remains constant The first IDAW in a list does not need to be on a 2K/4K boundary like all others, and so is read separately to accurately calculate the size of the buffer needed to read the full...

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

DEBIAN-CVE-2026-80539

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: disallow multiple FENCE chunks in one submit amdgpucspass1 dispatches on chunkid once per chunk without rejecting repeated ids. p-ufbo is a single-slot field, so a submission carrying two AMDGPUCHUNKIDFENCE chunks run...

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

DEBIAN-CVE-2026-80545

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Improve EP11 CPRB length and overflow checks The xcrbmsgtotype6ep11cprbmsgx function lacks proper input validation, creating security vulnerabilities: 1. Missing minimum size validation: The ep11cprb structure and...

7.8CVSS5.7AI score0.00136EPSS
SaveExploits0References1
Rows per page
Query Builder