Lucene search
+L

13164 matches found

Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38373

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix potential deadlock in MR deregistration The issue arises when kzalloc is invoked while holding umemmutex or any other lock acquired under umemmutex. This is problematic because kzalloc can trigger fsreclaimaqcuire,...

5.5CVSS5.2AI score0.00112EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.17 views

CVE-2025-38371

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable interrupts before resetting the GPU Currently, an interrupt can be triggered during a GPU reset, which can lead to GPU hangs and NULL pointer dereference in an interrupt context as shown in the following trace:...

5.5CVSS5.5AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.18 views

CVE-2025-38370

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix failure to rebuild free space tree using multiple transactions If we are rebuilding a free space tree, while modifying the free space tree we may need to allocate a new metadata block group. If we end up using multiple...

5.5CVSS5.3AI score0.00132EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.24 views

CVE-2025-38369

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.8CVSS5.7AI score0.00158EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:47 p.m.20 views

CVE-2025-38369 dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using

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

6.2AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.18 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
OSV
OSV
added 2025/07/25 12:47 p.m.11 views

CVE-2025-38368 misc: tps6594-pfsm: Add NULL pointer check in tps6594_pfsm_probe()

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

6.2AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.14 views

CVE-2025-38367

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Avoid overflow with array index The variable index is modified and reused as array index when modify register EIOINTCENABLE. There will be array index overflow problem...

8.8CVSS6.3AI score0.00148EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.12 views

CVE-2025-38366

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Check validity of "numcpu" from user space The maximum supported cpu number is EIOINTCROUTEMAXVCPUS about irqchip EIOINTC, here add validation about cpu number to avoid array pointer overflow...

7.8CVSS6.3AI score0.00148EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.16 views

CVE-2025-38364

In the Linux kernel, the following vulnerability has been resolved: mapletree: fix MASTATEPREALLOC flag in maspreallocate Temporarily clear the preallocation flag when explicitly requesting allocations. Pre-existing allocations are already counted against the request through masnodecountgfp, but...

5.5CVSS5.4AI score0.0016EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:47 p.m.11 views

CVE-2025-38364 maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()

In the Linux kernel, the following vulnerability has been resolved: mapletree: fix MASTATEPREALLOC flag in maspreallocate Temporarily clear the preallocation flag when explicitly requesting allocations. Pre-existing allocations are already counted against the request through masnodecountgfp, but...

6.5AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.17 views

CVE-2025-38362

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check for getfirstactivedisplay The function modhdcphdcp1enableencryption calls the function getfirstactivedisplay, but does not check its return value. The return value is a null pointer if the...

5.5CVSS5.5AI score0.0011EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:47 p.m.6 views

CVE-2025-38362 drm/amd/display: Add null pointer check for get_first_active_display()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check for getfirstactivedisplay The function modhdcphdcp1enableencryption calls the function getfirstactivedisplay, but does not check its return value. The return value is a null pointer if the...

6.3AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.11 views

CVE-2025-38363

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix a possible null pointer dereference In tegracrtcreset, new memory is allocated with kzalloc, but no check is performed. Before calling drmatomichelpercrtcreset, state should be checked to prevent possible null...

5.5CVSS5.4AI score0.0017EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:47 p.m.6 views

CVE-2025-38363 drm/tegra: Fix a possible null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix a possible null pointer dereference In tegracrtcreset, new memory is allocated with kzalloc, but no check is performed. Before calling drmatomichelpercrtcreset, state should be checked to prevent possible null...

6.3AI score0.0017EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.14 views

CVE-2025-38361

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check dcehwseq before dereferencing it WHAT hws was checked for null earlier in dce110blankstream, indicating hws can be null, and should be checked whenever it is used. cherry picked from commit...

7.8CVSS5.7AI score0.00199EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 12:47 p.m.21 views

CVE-2025-38361 drm/amd/display: Check dce_hwseq before dereferencing it

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check dcehwseq before dereferencing it WHAT hws was checked for null earlier in dce110blankstream, indicating hws can be null, and should be checked whenever it is used. cherry picked from commit...

0.00199EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/25 12:47 p.m.13 views

CVE-2025-38360 drm/amd/display: Add more checks for DSC / HUBP ONO guarantees

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add more checks for DSC / HUBP ONO guarantees WHY For non-zero DSC instances it's possible that the HUBP domain required to drive it for sequential ONO ASICs isn't met, potentially causing the logic to the tile t...

6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.16 views

CVE-2025-38360

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add more checks for DSC / HUBP ONO guarantees WHY For non-zero DSC instances it's possible that the HUBP domain required to drive it for sequential ONO ASICs isn't met, potentially causing the logic to the tile t...

5.5CVSS5.3AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.21 views

CVE-2025-38359

In the Linux kernel, the following vulnerability has been resolved: s390/mm: Fix inatomic handling in dosecurestorageaccess Kernel user spaces accesses to not exported pages in atomic context incorrectly try to resolve the page fault. With debug options enabled call traces like this can be seen:...

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