Lucene search
+L

6179 matches found

OSV
OSV
added 2025/12/30 1:16 p.m.2 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...

5.4AI score0.00174EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.6 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.00173EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.4 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.2 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.00162EPSS
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...

5.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:...

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

DEBIAN-CVE-2023-54194

In the Linux kernel, the following vulnerability has been resolved: exfat: use kvmallocarray/kvfree instead of kmallocarray/kfree The call stack shown below is a scenario in the Linux 4.19 kernel. Allocating memory failed where exfat fs use kmallocarray due to system memory fragmentation, while t...

5.2AI score0.00182EPSS
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...

5.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.0 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...

5.3AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/30 1:16 p.m.5 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.3 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.1 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.2 views

CGA-G657-HJMH-7PG6

Bulletin has no description...

7.5CVSS6.9AI score0.007EPSS
SaveExploits0
OSV
OSV
added 2025/12/29 2:50 p.m.3 views

MINI-W2JG-7348-JMQJ

Bulletin has no description...

7.5CVSS6.9AI score0.00248EPSS
SaveExploits1
Rows per page
Query Builder