Lucene search
+L

6474 matches found

OSV
OSV
added 2025/12/30 1:16 p.m.4 views

DEBIAN-CVE-2023-54326

In the Linux kernel, the following vulnerability has been resolved: misc: pciendpointtest: Free IRQs before removing the device In pciendpointtestremove, freeing the IRQs after removing the device creates a small race window for IRQs to be received with the test device memory already released,...

7.8CVSS5.3AI score0.0014EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.6 views

DEBIAN-CVE-2023-54324

In the Linux kernel, the following vulnerability has been resolved: dm: fix a race condition in retrievedeps There's a race condition in the multipath target when retrievedeps races with multipathmessage calling dmgetdevice and dmputdevice. retrievedeps walks the list of open devices without...

6.1AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.7 views

DEBIAN-CVE-2023-54325

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix out-of-bounds read When preparing an AER-CTR request, the driver copies the key provided by the user into a data structure that is accessible by the firmware. If the target device is QAT GEN4, the key size is...

7.1CVSS5.3AI score0.00135EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.11 views

DEBIAN-CVE-2023-54310

In the Linux kernel, the following vulnerability has been resolved: scsi: message: mptlan: Fix use after free bug in mptlanremove due to race condition mptlanprobe calls mptregisterlandevice which initializes the &priv-postbucketstask workqueue. A call to mptlanwakepostbucketstask will subsequent...

7.8CVSS5.4AI score0.00157EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.5 views

DEBIAN-CVE-2023-54309

In the Linux kernel, the following vulnerability has been resolved: tpm: tpmvtpmproxy: fix a race condition in /dev/vtpmx creation /dev/vtpmx is made visible before 'workqueue' is initialized, which can lead to a memory corruption in the worst case scenario. Address this by initializing 'workqueu...

5.6AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.1 views

DEBIAN-CVE-2023-54293

In the Linux kernel, the following vulnerability has been resolved: bcache: fixup btreecachewait list damage We get a kernel crash about "listadd corruption. next-prev should be prev ffff9c801bc01210, but was ffff9c77b688237c. next=ffffae586d8afe68." crash struct listhead 0xffff9c801bc01210 struc...

5.3AI score0.00197EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.2 views

DEBIAN-CVE-2023-54272

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a possible null-pointer dereference in niclear In a previous commit c1006bd13146, ni-mi.mrec in niwriteinode could be NULL, and thus a NULL check is added for this variable. However, in the same call stack, ni-mi.mr...

5.2AI score0.00204EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.4 views

DEBIAN-CVE-2023-54277

In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: Fix endpoint check The syzbot fuzzer detected a problem in the udlfb driver, caused by an endpoint not having the expected type: usb 1-1: Read EDID byte 0 failed: -71 usb 1-1: Unable to get valid EDID from...

5.2AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.3 views

DEBIAN-CVE-2023-54279

In the Linux kernel, the following vulnerability has been resolved: MIPS: fw: Allow firmware to pass a empty env fwgetenv will use env entry to determine style of env, however it is legal for firmware to just pass a empty list. Check if first entry exist before running strchr to avoid null pointe...

5.4AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.3 views

DEBIAN-CVE-2023-54278

In the Linux kernel, the following vulnerability has been resolved: s390/vmem: split pages when debug pagealloc is enabled Since commit bb1520d581a3 "s390/mm: start kernel with DAT enabled" the kernel crashes early during boot when debug pagealloc is enabled: mem auto-init: stack:off, heap...

5.3AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.3 views

DEBIAN-CVE-2023-54266

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: m920x: Fix a potential memory leak in m920xi2cxfer 'read' is freed when it is known to be NULL, but not when a read error occurs. Revert the logic to avoid a small leak, should a m920xread call fail...

5.1AI score0.00227EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.2 views

DEBIAN-CVE-2023-54269

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

9.8CVSS5.2AI score0.00531EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.5 views

DEBIAN-CVE-2023-54262

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Don't clone flow post action attributes second time The code already clones post action attributes in mlx5ecloneflowattrforpostact. Creating another copy in mlx5etcpostactadd is a erroneous leftover from original...

8.8CVSS5.4AI score0.0026EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.10 views

DEBIAN-CVE-2023-54259

In the Linux kernel, the following vulnerability has been resolved: soundwire: bus: Fix unbalanced pmruntimeput causing usage count underflow This reverts commit 443a98e649b4 "soundwire: bus: use pmruntimeresumeandget" Change calls to pmruntimeresumeandget back to pmruntimegetsync. This fixes a...

5.3AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.2 views

DEBIAN-CVE-2023-54257

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix a memory corruption in extended buffer descriptor mode For quite some time we were chasing a bug which looked like a sudden permanent failure of networking and mmc on some of our devices. The bug was very sensitive...

9.8CVSS5.9AI score0.00597EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.26 views

DEBIAN-CVE-2023-54261

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add missing gfx11 MQD manager callbacks mqdstride function was introduced in commit 2f77b9a242a2 "drm/amdkfd: Update MQD management on multi XCC setup" but not assigned for gfx11. Fixes a NULL dereference in debugfs...

5.2AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.7 views

DEBIAN-CVE-2023-54255

In the Linux kernel, the following vulnerability has been resolved: sh: dma: Fix DMA channel offset calculation Various SoCs of the SH3, SH4 and SH4A family, which use this driver, feature a differing number of DMA channels, which can be distributed between up to two DMAC modules. The existing...

5.4AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.6 views

DEBIAN-CVE-2023-54245

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: tx-macro: Fix for KASAN: slab-out-of-bounds When we run syzkaller we get below Out of Bound. "KASAN: slab-out-of-bounds Read in regcacheflatread" Below is the backtrace of the issue: dumpbacktrace+0x0/0x4c8...

5.2AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.1 views

DEBIAN-CVE-2023-54251

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: Limit TCATAPRIOATTRSCHEDCYCLETIME to INTMAX. syzkaller found zero division error 0 in divs64rem called from getcycletimeelapsed, where sched-cycletime is the divisor. We have tests in parsetaprioschedule so tha...

5.2AI score0.00195EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.7 views

DEBIAN-CVE-2023-54233

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: avoid a NULL dereference with unsupported widgets If an IPC4 topology contains an unsupported widget, its .moduleinfo field won't be set, then sofipc4routesetup will cause a kernel Oops trying to dereference it. Add a...

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