Lucene search
+L

9418 matches found

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.00184EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.3 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.00169EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.4 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.00184EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.5 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.00175EPSS
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.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.7 views

DEBIAN-CVE-2023-54234

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix missing mrioc-evtackcmds initialization Commit c1af985d27da "scsi: mpi3mr: Add Event acknowledgment logic" introduced an array mrioc-evtackcmds but initialization of the array elements was missed. They are just...

7.8CVSS5.2AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.0 views

DEBIAN-CVE-2023-54224

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix lockdep splat and potential deadlock after failure running delayed items When running delayed items we are holding a delayed node's mutex and then we will attempt to modify a subvolume btree to insert/update/delete the...

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

DEBIAN-CVE-2023-54213

In the Linux kernel, the following vulnerability has been resolved: USB: sisusbvga: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from the sisusbvga driver: ------------ cut here ------------ usb 1-1: BOGUS urb xfer, pipe 3 != type 1 WARNING: CPU: 1 PID: 26 at...

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

DEBIAN-CVE-2023-54198

In the Linux kernel, the following vulnerability has been resolved: tty: fix out-of-bounds access in ttydriverlookuptty When specifying an invalid console= device like console=tty3270, ttydriverlookuptty returns the tty struct without checking whether index is a valid number. To reproduce:...

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

DEBIAN-CVE-2023-54182

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to check readonly condition correctly With below case, it can mount multi-device image w/ rw option, however one of secondary device is set as ro, later update will cause panic, so let's introduce f2fsdevisreadonly, and...

7.1CVSS5.2AI score0.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.1 views

DEBIAN-CVE-2023-54184

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsit: Free cmds before session free Commands from recovery entries are freed after session has been closed. That leads to use-after-free at command free or NPE with such call trace: Time2Retain timer expired for...

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

DEBIAN-CVE-2023-54180

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle case when repair happens with dev-replace BUG There is a bug report that a BUGON in btrfsrepairiofailure originally repairiofailure in v6.0 kernel got triggered when replacing a unreliable disk: BTRFS warning device...

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

DEBIAN-CVE-2022-50886

In the Linux kernel, the following vulnerability has been resolved: mmc: toshsd: fix return value check of mmcaddhost mmcaddhost may return error, if we ignore its return value, the memory that allocated in mmcallochost will be leaked and it will lead a kernel crash because of deleting not added...

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

DEBIAN-CVE-2022-50860

In the Linux kernel, the following vulnerability has been resolved: apparmor: Fix memleak in allocns After changes in commit a1bd627b46d1 "apparmor: share profile name on replacement", the hname member of struct aapolicy is not valid slab object, but a subset of that, it can not be freed by...

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

DEBIAN-CVE-2022-50855

In the Linux kernel, the following vulnerability has been resolved: bpf: prevent leak of lsm program after failed attach In 0, we added the ability to bpfprogattach LSM programs to cgroups, but in our validation to make sure the prog is meant to be attached to BPFLSMCGROUP, we return too early if...

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

DEBIAN-CVE-2022-50834

In the Linux kernel, the following vulnerability has been resolved: nfc: Fix potential resource leaks nfcgetdevice take reference for the device, add missing nfcputdevice to release it when not need anymore. Also fix the style warnning by use error EOPNOTSUPP instead of ENOTSUPP...

5.3AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:15 p.m.7 views

DEBIAN-CVE-2022-50812

In the Linux kernel, the following vulnerability has been resolved: security: Restrict CONFIGZEROCALLUSEDREGS to gcc or clang 15.0.6 A bad bug in clang's implementation of -fzero-call-used-regs can result in NULL pointer dereferences see the links above the check for more information. Restrict...

5.3AI score0.00208EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:15 p.m.5 views

DEBIAN-CVE-2022-50810

In the Linux kernel, the following vulnerability has been resolved: rapidio: devices: fix missing putdevice in mportcdevopen When kfifoalloc fails, the refcount of chdev-dev is left incremental. We should use putdevice&chdev-dev to decrease the ref count of chdev-dev to avoid refcount leak...

5.4AI score0.00242EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 12:47 p.m.2 views

MINI-FXQV-G53H-979X

Bulletin has no description...

9.1CVSS6.9AI score0.00675EPSS
SaveExploits0
OSV
OSV
added 2025/12/29 5:46 p.m.3 views

CGA-G657-HJMH-7PG6

Bulletin has no description...

7.5CVSS6.9AI score0.007EPSS
SaveExploits0
Rows per page
Query Builder