Lucene search
K
SusecveRecent

58369 matches found

SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•3 views

SUSE CVE-2023-54214

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix potential user-after-free This fixes all instances of which requires to allocate a buffer calling allocskb which may release the chan lock and reacquire later which makes it possible that the chan is...

5.8CVSS6.6AI score0.00177EPSS
Exploits0References8
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•1 views

SUSE CVE-2023-54215

In the Linux kernel, the following vulnerability has been resolved: virtio-vdpa: Fix cpumask memory leak in virtiovdpafindvqs Free the cpumask allocated by createaffinitymasks before returning from the function...

4.7CVSS6.5AI score0.00155EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•2 views

SUSE CVE-2023-54216

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, Fix using eswitch mapping in nic mode Cited patch is using the eswitch object mapping pool while in nic mode where it isn't initialized. This results in the trace below 0. Fix that by using either nic or eswitch...

5.3CVSS6.5AI score0.00155EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•2 views

SUSE CVE-2023-54217

In the Linux kernel, the following vulnerability has been resolved: Revert "drm/msm: Add missing check and destroy for allocorderedworkqueue" This reverts commit 643b7d0869cc7f1f7a5ac7ca6bd25d88f54e31d0. A recent patch that tried to fix up the msmdrminit paths with respect to the workqueue but on...

6.5AI score0.00155EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•2 views

SUSE CVE-2023-54218

In the Linux kernel, the following vulnerability has been resolved: net: Fix load-tearing on sk-skstamp in sockrecvcmsgs. KCSAN found a data race in sockrecvcmsgs where the read access to sk-skstamp needs READONCE. BUG: KCSAN: data-race in packetrecvmsg / packetrecvmsg write marked to...

3.6CVSS6.3AI score0.00177EPSS
Exploits0References4
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•1 views

SUSE CVE-2023-54219

In the Linux kernel, the following vulnerability has been resolved: Revert "IB/isert: Fix incorrect release of isert connection" Commit: 699826f4e30a "IB/isert: Fix incorrect release of isert connection" is causing problems on OPA when DEVICEREMOVAL is happening. ------------ cut here -----------...

4.4CVSS6.5AI score0.00195EPSS
Exploits0References21
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•2 views

SUSE CVE-2023-54220

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Fix oops for port-pm on uartchangepm Unloading a hardware specific 8250 driver can produce error "Unable to handle kernel paging request at virtual address" about ten seconds after unloading the driver. This happens...

5.5CVSS6.2AI score0.00177EPSS
Exploits0References18
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•1 views

SUSE CVE-2023-54221

In the Linux kernel, the following vulnerability has been resolved: clk: imx93: fix memory leak and missing unwind goto in imx93clocksprobe In function probe, it returns directly without unregistered hws when error occurs. Fix this by adding 'goto unregisterhws;' on line 295 and line 310. Use...

3.3CVSS6.4AI score0.00168EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•1 views

SUSE CVE-2023-54222

In the Linux kernel, the following vulnerability has been resolved: hte: tegra-194: Fix off by one in tegrahtemaptolineid The "mapsz" is the number of elements in the "m" array so the comparison needs to be changed to = to prevent an out of bounds read...

6.5AI score0.00168EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•2 views

SUSE CVE-2023-54223

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix invalid buffer access for legacy rq The below crash can be encountered when using xdpsock in rx mode for legacy rq: the buffer gets released in the XDPREDIRECT path, and then once again in the driver. This fix...

5.5CVSS6.6AI score0.00155EPSS
Exploits0References18
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•2 views

SUSE 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...

4.7CVSS6.4AI score0.00168EPSS
Exploits0References18
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•2 views

SUSE CVE-2023-54225

In the Linux kernel, the following vulnerability has been resolved: net: ipa: only reset hashed tables when supported Last year, the code that manages GSI channel transactions switched from using spinlock-protected linked lists to using indexes into the ring buffer used for a channel. Recently,...

4.1CVSS6.8AI score0.00166EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•4 views

SUSE CVE-2023-54226

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data races around sk-skshutdown. KCSAN found a data race around sk-skshutdown where unixreleasesock and unixshutdown update it under unixstatelock, OTOH unixpoll and unixdgrampoll read it locklessly. We need to annota...

4.7CVSS6.3AI score0.00172EPSS
Exploits0References6
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•2 views

SUSE CVE-2023-54227

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix tags leak when shrink nrhwqueues Although we don't need to realloc set-tags when shrink nrhwqueues, we need to free them. Or these tags will be leaked. How to reproduce: 1. mount -t configfs configfs /mnt 2. modprobe...

4.7CVSS6.5AI score0.00156EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:28 a.m.•1 views

SUSE CVE-2023-54228

In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clkregisterclkdev allocates memory by calling vclkdevalloc and this memory is not freed in the error path. Similarly, resources allocated by clkregisterfixedrate are no...

6.6AI score0.00155EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•1 views

SUSE CVE-2023-54229

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix registration of 6Ghz-only phy without the full channel range Because of what seems to be a typo, a 6Ghz-only phy for which the BDF does not allow the 7115Mhz channel will fail to register: WARNING: CPU: 2 PID: 1...

4CVSS6.5AI score0.00168EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54230

In the Linux kernel, the following vulnerability has been resolved: amba: bus: fix refcount leak commit 5de1540b7bc4 "drivers/amba: create devices from device tree" increases the refcount of ofnode, but not releases it in ambadevicerelease, so there is refcount leak. By using ofnodeput to avoid...

4.7CVSS6.5AI score0.00204EPSS
Exploits0References22
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54231

In the Linux kernel, the following vulnerability has been resolved: net: libwx: fix memory leak in wxsetuprxresources When wxallocpagepool failed in wxsetuprxresources, it doesn't release DMA buffer. Add dmafreecoherent in the error path to release the DMA buffer...

6.5AI score0.00155EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54232

In the Linux kernel, the following vulnerability has been resolved: m68k: Only force 030 bus error if PC not in exception table getkernelnofault does copy data in supervisor mode when forcing a task backtrace log through /proc/sysrqtrigger. This is expected cause a bus error exception on e.g. NUL...

6.3AI score0.00177EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE 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.5CVSS6.5AI score0.00156EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•3 views

SUSE 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.5CVSS6.5AI score0.00166EPSS
Exploits0References5
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54235

In the Linux kernel, the following vulnerability has been resolved: PCI/DOE: Fix destroyworkonstack race The following debug object splat was observed in testing: ODEBUG: free active active state 0 object: 0000000097d23782 object type: workstruct hint: doestatemachinework+0x0/0x510 WARNING: CPU: ...

4.7CVSS6.6AI score0.00168EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•4 views

SUSE CVE-2023-54236

In the Linux kernel, the following vulnerability has been resolved: net/netfailover: fix txq exceeding warning The failover txq is inited as 16 queues. when a packet is transmitted from the failover device firstly, the failover device will select the queue which is returned from the primary devic...

6.1CVSS6.5AI score0.0018EPSS
Exploits0References8
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•3 views

SUSE CVE-2023-54237

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix potential panic dues to unprotected smcllcsrvaddlink There is a certain chance to trigger the following panic: PID: 5900 TASK: ffff88c1c8af4100 CPU: 1 COMMAND: "kworker/1:48" 0 ffff9456c1cc79a0 machinekexec at...

5.5CVSS6.5AI score0.00166EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54238

In the Linux kernel, the following vulnerability has been resolved: mlx5: fix skb leak while fifo resync and push During ptp resync operation SKBs were poped from the fifo but were never freed neither by napiconsume nor by devkfreeskbany. Add call to napiconsumeskb to properly free SKBs. Another...

4.7CVSS6.5AI score0.00166EPSS
Exploits0References5
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•4 views

SUSE CVE-2023-54239

In the Linux kernel, the following vulnerability has been resolved: iommufd: Check for uptr overflow syzkaller found that setting up a map with a user VA that wraps past zero can trigger WARNONs, particularly from pinuserpages weirdly returning 0 due to invalid arguments. Prevent creating a pages...

3.3CVSS6.4AI score0.00155EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54240

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtkethsoc: fix possible NULL pointer dereference in mtkhwlrogetfdirall rulelocs is allocated in ethtoolgetrxnfc and the size is determined by rulecnt from user space. So rulecnt needs to be check before using...

5.5CVSS6.5AI score0.00177EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•3 views

SUSE CVE-2023-54241

In the Linux kernel, the following vulnerability has been resolved: MIPS: KVM: Fix NULL pointer dereference After commit 45c7e8af4a5e3f0bea4ac209 "MIPS: Remove KVMTE support" we get a NULL pointer dereference when creating a KVM guest: 146.243409 Starting KVM with MIPS VZ extensions 149.849151 CP...

5.5CVSS6.4AI score0.00168EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54242

In the Linux kernel, the following vulnerability has been resolved: block, bfq: Fix division by zero error on zero wsum When the weighted sum is zero the calculation of limit causes a division by zero error. Fix this by continuing to the next level. This was discovered by running as root: stress-...

5.5CVSS6.5AI score0.00166EPSS
Exploits0References9
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•1 views

SUSE CVE-2023-54243

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix table blob use-after-free We are not allowed to return an error at this point. Looking at the code it looks like ret is always 0 at this point, but its not. t = findtablelocknet, repl-name, &ret, &ebtmute...

6.1CVSS6.6AI score0.00168EPSS
Exploits0References10
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•3 views

SUSE CVE-2023-54244

In the Linux kernel, the following vulnerability has been resolved: ACPI: EC: Fix oops when removing custom query handlers When removing custom query handlers, the handler might still be used inside the EC query workqueue, causing a kernel oops if the module holding the callback function was...

5.5CVSS6.5AI score0.00177EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE 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...

6.3CVSS6.5AI score0.00168EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54246

In the Linux kernel, the following vulnerability has been resolved: rcuscale: Move rcuscalewriter scheduletimeoutuninterruptible to idle The rcuscale.holdoff module parameter can be used to delay the start of rcuscalewriter kthread. However, the hung-task timeout will trigger when the timeout...

5.5CVSS6.5AI score0.00168EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•1 views

SUSE CVE-2023-54247

In the Linux kernel, the following vulnerability has been resolved: bpf: Silence a warning in btftypeidsize syzbot reported a warning in 1 with the following stacktrace: WARNING: CPU: 0 PID: 5005 at kernel/bpf/btf.c:1988 btftypeidsize+0x2d9/0x9d0 kernel/bpf/btf.c:1988 ... RIP:...

6.3AI score0.00166EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•1 views

SUSE CVE-2023-54248

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add check for kmemdup Since the kmemdup may return NULL pointer, it should be better to add check for the return value in order to avoid NULL pointer dereference...

6.5AI score0.00168EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54249

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Only send -ENOTCONN status if client driver is available For the STOP and RESET commands, only send the channel disconnect status -ENOTCONN if client driver is available. Otherwise, it will result in null pointer...

6.5AI score0.00166EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•3 views

SUSE CVE-2023-54250

In the Linux kernel, the following vulnerability has been resolved: ksmbd: avoid out of bounds access in decodepreauthctxt Confirm that the accessed pnegctxt-HashAlgorithms address sits within the SMB request boundary; deassemblenegcontexts only checks that the eight byte smb2negcontext header +...

6.6AI score0.00168EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE 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.5CVSS6.7AI score0.00168EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54252

In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix memory leaks when parsing ThinkStation WMI strings My previous commit introduced a memory leak where the item allocated from tlmisetting was not freed. This commit also renames it to avoid confusion...

4.7CVSS6.5AI score0.00168EPSS
Exploits0References7
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•1 views

SUSE CVE-2023-54253

In the Linux kernel, the following vulnerability has been resolved: btrfs: set page extent mapped after readfolio in relocateonepage One of the CI runs triggered the following panic assertion failed: PagePrivatepage && page-private, in fs/btrfs/subpage.c:229 ------------ cut here ------------...

6.5CVSS6.7AI score0.00174EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•3 views

SUSE CVE-2023-54254

In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Don't leak a resource on eviction error On eviction errors other than -EMULTIHOP we were leaking a resource. Fix. v2: - Avoid yet another goto Andi Shyti...

4.7CVSS6.5AI score0.00168EPSS
Exploits0References19
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•3 views

SUSE 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...

6.1CVSS6.4AI score0.00177EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•1 views

SUSE 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...

6.6AI score0.00177EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•0 views

SUSE CVE-2023-54258

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential oops in cifsoplockbreak With deferred close we can have closes that race with lease breaks, and so with the current checks for whether to send the lease response, oplockresponse, this can mean that an unmount...

5.5CVSS6.5AI score0.00168EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE 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...

6.1CVSS6.7AI score0.00166EPSS
Exploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•2 views

SUSE CVE-2023-54260

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix lost destroy smbd connection when MR allocate failed If the MR allocate failed, the smb direct connection info is NULL, then smbddestroy will directly return, then the connection info will be leaked. Let's set the smb...

4.7CVSS6.5AI score0.00173EPSS
Exploits0References8
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•1 views

SUSE 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.5CVSS6.5AI score0.00163EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•1 views

SUSE 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...

7CVSS6.8AI score0.00168EPSS
Exploits0References6
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•3 views

SUSE CVE-2023-54263

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/kms/nv50-: init hpdirqlock for PIOR DP Fixes OOPS on boards with ANX9805 DP encoders...

5.5CVSS6.5AI score0.00156EPSS
Exploits0References17
SUSE CVE
SUSE CVE
•added 2025/12/31 12:27 a.m.•3 views

SUSE CVE-2023-54264

In the Linux kernel, the following vulnerability has been resolved: fs/sysv: Null check to prevent null-ptr-deref bug sbgetblkinode-isb, parent return a null ptr and taking lock on that leads to the null-ptr-deref bug...

5.5CVSS6.4AI score0.00177EPSS
Exploits0References22
Total number of security vulnerabilities58369