Lucene search
+L

13846 matches found

CVE
CVE
added 2025/07/25 1:20 p.m.110 views

CVE-2025-38412

CVE-2025-38412 affects the Linux kernel component platform/x86: dell-wmi-sysman. The issue arises from dereferencing WMI data blocks retrieved in sysfs callbacks without validating their content. The fix added is to validate the WMI data blocks after retrieval and before dereferencing their conte...

7.8CVSS6.4AI score0.00168EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/07/25 1:15 p.m.8 views

AZL-65720 CVE-2025-38399 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL pointer dereference in corescsi3decodespeciport The function corescsi3decodespeciport, in its error code path, unconditionally calls corescsi3lunaclundependitem passing the destsedeve pointer, which may be...

7.5CVSS6.4AI score0.00423EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/25 1:15 p.m.9 views

CVE-2025-38395

In the Linux kernel, the following vulnerability has been resolved: regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods drvdata::gpiods is supposed to hold an array of 'gpiodesc' pointers. But the memory is allocated for only one pointer. This will lead to out-of-bounds access later ...

8.4CVSS0.00177EPSS
SaveExploits0References10
NVD
NVD
added 2025/07/25 1:15 p.m.7 views

CVE-2025-38382

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix iteration of extrefs during log replay At inodeaddref when processing extrefs, if we jump into the next label we have an undefined value of victimname.len, since we haven't initialized it before we did the goto. This...

7.8CVSS0.00168EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/25 1:15 p.m.27 views

AZL-70448 CVE-2025-38369 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using Running IDXD workloads in a container with the /dev directory mounted can trigger a call trace or even a kernel panic when the parent proce...

7.8CVSS6.2AI score0.00158EPSS
SaveExploits0References1
CVE
CVE
added 2025/07/25 1:08 p.m.98 views

CVE-2025-38403

Summary (CVE-2025-38403) : In the Linux kernel, the vmci transport path (vsock/vmci) had a fix to clear the vmci_transport_packet before populating fields in vmci_transport_packet_init to avoid leaving uninitialised data. This change addresses an information leakage/contamination risk related to ...

7.8CVSS6.3AI score0.00184EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.16 views

CVE-2025-38399 scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL pointer dereference in corescsi3decodespeciport The function corescsi3decodespeciport, in its error code path, unconditionally calls corescsi3lunaclundependitem passing the destsedeve pointer, which may be...

7.5CVSS0.00423EPSS
SaveExploits0References7
OSV
OSV
added 2025/07/25 12:53 p.m.16 views

CVE-2025-38396 fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass

In the Linux kernel, the following vulnerability has been resolved: fs: export anoninodemakesecureinode and fix secretmem LSM bypass Export anoninodemakesecureinode to allow KVM guestmemfd to create anonymous inodes with proper security context. This replaces the current pattern of calling...

7.8CVSS6.4AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.16 views

CVE-2025-38394

In the Linux kernel, the following vulnerability has been resolved: HID: appletb-kbd: fix memory corruption of inputhandlerlist In appletbkbdprobe an input handler is initialised and then registered with input core through inputregisterhandler. When this happens input core will add the input...

7.8CVSS6.4AI score0.00148EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.19 views

CVE-2025-38391 usb: typec: altmodes/displayport: do not index invalid pin_assignments

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: do not index invalid pinassignments A poorly implemented DisplayPort Alt Mode port partner can indicate that its pin assignment capabilities are greater than the maximum value, DPPINASSIGNF. In...

0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.18 views

CVE-2025-38384 mtd: spinand: fix memory leak of ECC engine conf

In the Linux kernel, the following vulnerability has been resolved: mtd: spinand: fix memory leak of ECC engine conf Memory allocated for the ECC engine conf is not released during spinand cleanup. Below kmemleak trace is seen for this memory leak: unreferenced object 0xffffff80064f00e0 size 8:...

0.00161EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38384 mtd: spinand: fix memory leak of ECC engine conf

In the Linux kernel, the following vulnerability has been resolved: mtd: spinand: fix memory leak of ECC engine conf Memory allocated for the ECC engine conf is not released during spinand cleanup. Below kmemleak trace is seen for this memory leak: unreferenced object 0xffffff80064f00e0 size 8:...

6.5AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.19 views

CVE-2025-38382 btrfs: fix iteration of extrefs during log replay

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix iteration of extrefs during log replay At inodeaddref when processing extrefs, if we jump into the next label we have an undefined value of victimname.len, since we haven't initialized it before we did the goto. This...

7.8CVSS0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/25 12:53 p.m.102 views

CVE-2025-38382

The CVE-2025-38382 entry concerns a Linux kernel bug in btrfs related to iterating extrefs during log replay. Specifically, in __inode_add_ref(), processing extrefs could jump to a next label with victim_name.len uninitialized, causing undefined memory access in the next loop iteration. The docum...

7.8CVSS6.3AI score0.00168EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.7 views

CVE-2025-38380

Removed by vendor...

7.7AI score
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.19 views

CVE-2025-38377 rose: fix dangling neighbour pointers in rose_rt_device_down()

In the Linux kernel, the following vulnerability has been resolved: rose: fix dangling neighbour pointers in rosertdevicedown There are two bugs in rosertdevicedown that can cause use-after-free: 1. The loop bound t-count is modified within the loop, which can cause the loop to terminate early an...

8.8CVSS0.00235EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/25 12:53 p.m.13 views

CVE-2025-38377 rose: fix dangling neighbour pointers in rose_rt_device_down()

In the Linux kernel, the following vulnerability has been resolved: rose: fix dangling neighbour pointers in rosertdevicedown There are two bugs in rosertdevicedown that can cause use-after-free: 1. The loop bound t-count is modified within the loop, which can cause the loop to terminate early an...

8.8CVSS6.5AI score
SaveExploits0References13
CVE
CVE
added 2025/07/25 12:53 p.m.99 views

CVE-2025-38371

CVE-2025-38371 affects the Linux kernel DRM v3D component on Raspberry Pi; the issue occurs when an interrupt is triggered during GPU reset, potentially causing GPU hangs and a kernel NULL pointer dereference. The fix is to disable interrupts before resetting the GPU. The openSUSE/SUSE references...

5.5CVSS6.1AI score0.00164EPSS
SaveExploits0References10Affected Software1
CVE
CVE
added 2025/07/25 12:47 p.m.59 views

CVE-2025-38368

CVE-2025-38368 concerns the Linux kernel fix for a NULL dereference in the tps6594-pfsm subsystem. The issue arises in the misc: tps6594-pfsm driver where devm_kasprintf() could return NULL for pfsm->miscdev.name. The patch adds a NULL pointer check in tps6594_pfsm_probe() to prevent dereferen...

5.5CVSS6.3AI score0.0015EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.17 views

CVE-2025-38368

In the Linux kernel, the following vulnerability has been resolved: misc: tps6594-pfsm: Add NULL pointer check in tps6594pfsmprobe The returned value, pfsm-miscdev.name, from devmkasprintf could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to th...

5.5CVSS5.3AI score0.0015EPSS
SaveExploits0
Rows per page
Query Builder