Lucene search
+L

13114 matches found

NVD
NVD
added 2025/07/25 2:15 p.m.6 views

CVE-2025-38404

In the Linux kernel, the following vulnerability has been resolved: usb: typec: displayport: Fix potential deadlock The deadlock can occur due to a recursive lock acquisition of crostypecaltmodedata::mutex. The call chain is as follows: 1. crostypecaltmodework acquires the mutex 2. typecaltmodevd...

5.5CVSS0.00132EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/07/25 2:5 p.m.12 views

CVE-2025-38419

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Cleanup acquired resources when rprochandleresources fails in rprocattach When rproc-state = RPROCDETACHED and rprocattach is used to attach to the remote processor, if rprochandleresources returns a failure, th...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 2:5 p.m.12 views

CVE-2025-38418

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Release rproc-cleantable after rprocattach fails When rproc-state = RPROCDETACHED is attached to remote processor through rprocattach, if rprochandleresources returns failure, then the clean table should be...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 2:5 p.m.5 views

CVE-2025-38417

In the Linux kernel, the following vulnerability has been resolved: ice: fix eswitch code memory leak in reset scenario Add simple eswitch mode checker in attaching VF procedure and allocate required port representor memory structures only in switchdev mode. The reset flows triggers VF if present...

5.5CVSS5.5AI score0.00159EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 2:5 p.m.5 views

CVE-2025-38417 ice: fix eswitch code memory leak in reset scenario

In the Linux kernel, the following vulnerability has been resolved: ice: fix eswitch code memory leak in reset scenario Add simple eswitch mode checker in attaching VF procedure and allocate required port representor memory structures only in switchdev mode. The reset flows triggers VF if present...

6.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/25 2:0 p.m.15 views

CVE-2025-38416

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: uart: Set tty-discdata only in success path Setting tty-discdata before opening the NCI device means we need to clean it up on error paths. This also opens some short window if device starts sending data, even before...

7.8CVSS5.8AI score0.00188EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 1:32 p.m.11 views

CVE-2025-38415 Squashfs: check return result of sb_min_blocksize

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check return result of sbminblocksize Syzkaller reports an "UBSAN: shift-out-of-bounds in squashfsbioread" bug. Syzkaller forks multiple processes which after mounting the Squashfs filesystem, issues an ioctl"/dev/loop0...

6.3AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/07/25 1:32 p.m.12 views

CVE-2025-38415

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check return result of sbminblocksize Syzkaller reports an "UBSAN: shift-out-of-bounds in squashfsbioread" bug. Syzkaller forks multiple processes which after mounting the Squashfs filesystem, issues an ioctl"/dev/loop0...

7.8CVSS5.8AI score0.00185EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 1:32 p.m.4 views

CVE-2025-38414 wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix GCCGCCPCIEHOTRST definition for WCN7850 GCCGCCPCIEHOTRST is wrongly defined for WCN7850, causing kernel crash on some specific platforms. Since this register is divergent for WCN7850 and QCN9274, move it to...

6.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/25 1:32 p.m.10 views

CVE-2025-38414

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix GCCGCCPCIEHOTRST definition for WCN7850 GCCGCCPCIEHOTRST is wrongly defined for WCN7850, causing kernel crash on some specific platforms. Since this register is divergent for WCN7850 and QCN9274, move it to...

5.5CVSS5.4AI score0.00158EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.14 views

CVE-2025-38413

In the Linux kernel, the following vulnerability has been resolved: virtio-net: xsk: rx: fix the frame's length check When calling buftoxdp, the len argument is the frame data's length without virtio header's length vi-hdrlen. We check that len with xskpoolgetrxframesize + vi-hdrlen to ensure the...

7.7CVSS5.5AI score0.00165EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 1:20 p.m.10 views

CVE-2025-38412 platform/x86: dell-wmi-sysman: Fix WMI data block retrieval in sysfs callbacks

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-wmi-sysman: Fix WMI data block retrieval in sysfs callbacks After retrieving WMI data blocks in sysfs callbacks, check for the validity of them before dereferencing their content...

7.8CVSS6.5AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/07/25 1:20 p.m.18 views

CVE-2025-38412 platform/x86: dell-wmi-sysman: Fix WMI data block retrieval in sysfs callbacks

In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-wmi-sysman: Fix WMI data block retrieval in sysfs callbacks After retrieving WMI data blocks in sysfs callbacks, check for the validity of them before dereferencing their content...

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

CVE-2025-38410 drm/msm: Fix a fence leak in submit error path

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drmschedentitypushjob, so msmjobfree will never get called. Since drmschedjobcleanup will NULL out the sfence, we can use th...

6.3AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.13 views

CVE-2025-38411

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix double put of request If a netfs request finishes during the pause loop, it will have the ref that belongs to the INPROGRESS flag removed at that point - however, if it then goes to the final wait loop, that will also...

9.8CVSS6.2AI score0.0033EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.22 views

CVE-2025-38409

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path putunusedfd doesn't free the installed file, if we've already done fdinstall. So we need to also free the syncfile. Patchwork: https://patchwork.freedesktop.org/patch/653583/...

5.5CVSS5.4AI score0.0016EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 1:20 p.m.19 views

CVE-2025-38409 drm/msm: Fix another leak in the submit error path

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path putunusedfd doesn't free the installed file, if we've already done fdinstall. So we need to also free the syncfile. Patchwork: https://patchwork.freedesktop.org/patch/653583/...

0.0016EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/25 1:20 p.m.71 views

CVE-2025-38408

CVE-2025-38408 pertains to the Linux kernel’s genirq/irq_sim component. The issue arises from improper initialization of the simulation work context pointers in the ops structure, where pointers were allocated with kmalloc() and could contain random content, risking invalid dereferencing. The doc...

7.8CVSS6.4AI score0.0017EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/07/25 1:20 p.m.8 views

CVE-2025-38408 genirq/irq_sim: Initialize work context pointers properly

In the Linux kernel, the following vulnerability has been resolved: genirq/irqsim: Initialize work context pointers properly Initialize ops member's pointers properly by using kzalloc instead of kmalloc when allocating the simulation work context. Otherwise the pointers contain random content...

7.8CVSS6.2AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/07/25 1:20 p.m.17 views

CVE-2025-38407

In the Linux kernel, the following vulnerability has been resolved: riscv: cpuopssbi: Use static array for bootdata Since commit 6b9f29b81b15 "riscv: Enable pcpu page first chunk allocator", if NUMA is enabled, the page percpu allocator may be used on very sparse configurations, or when requested...

5.5CVSS5.1AI score0.00157EPSS
SaveExploits0
Rows per page
Query Builder