Lucene search
+L

13164 matches found

NVD
NVD
added 2025/07/25 1:15 p.m.8 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.8CVSS0.00199EPSS
SaveExploits0References5
NVD
NVD
added 2025/07/25 1:15 p.m.8 views

CVE-2025-38354

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gpu: Fix crash when throttling GPU immediately during boot There is a small chance that the GPU is already hot during boot. In that case, the call to ofdevfreqcoolingregister will immediately try to apply devfreq cooling,...

5.5CVSS0.0016EPSS
SaveExploits0References6
NVD
NVD
added 2025/07/25 1:15 p.m.11 views

CVE-2025-38357

In the Linux kernel, the following vulnerability has been resolved: fuse: fix runtime warning on truncatefoliobatchexceptionals The WARNONONCE is introduced on truncatefoliobatchexceptionals to capture whether the filesystem has removed all DAX entries or not. And the fix has been applied on the...

7.8CVSS0.00157EPSS
SaveExploits0References2
NVD
NVD
added 2025/07/25 1:15 p.m.11 views

CVE-2025-38358

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between async reclaim worker and closectree Syzbot reported an assertion failure due to an attempt to add a delayed iput after we have set BTRFSFSSTATENODELAYEDIPUT in the fsinfo state: WARNING: CPU: 0 PID: 65 at...

4.7CVSS0.00098EPSS
SaveExploits0References2
NVD
NVD
added 2025/07/25 1:15 p.m.11 views

CVE-2025-38353

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix taking invalid lock on wedge If device wedges on e.g. GuC upload, the submission is not yet enabled and the state is not even initialized. Protect the wedge call so it does nothing in this case. It fixes the following...

5.5CVSS0.00119EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/25 1:15 p.m.10 views

UBUNTU-CVE-2025-38355

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Process deferred GGTT node removals on device unwind While we are indirectly draining our dedicated workqueue ggtt-wq that we use to complete asynchronous removal of some GGTT nodes, this happends as part of the managed-d...

5.5CVSS6.1AI score0.00157EPSS
SaveExploits0References12
OSV
OSV
added 2025/07/25 1:13 p.m.9 views

CVE-2025-38406 wifi: ath6kl: remove WARN on bad firmware input

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: remove WARN on bad firmware input If the firmware gives bad input, that's nothing to do with the driver's stack at this point etc., so the WARNON doesn't add any value. Additionally, this is one of the top syzbot...

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

CVE-2025-38405

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix memory leak of bio integrity If nvmet receives commands with metadata there is a continuous memory leak of kmalloc-128 slab or more precisely bio-biintegrity. Since commit bf4c89fc8797 "block: don't call biouninit from...

7.5CVSS5.4AI score0.00362EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 1:09 p.m.15 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.5CVSS5.4AI score0.00132EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 1:09 p.m.8 views

CVE-2025-38404 usb: typec: displayport: Fix potential deadlock

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

6.3AI score
SaveExploits0References13
OSV
OSV
added 2025/07/25 1:08 p.m.8 views

CVE-2025-38403 vsock/vmci: Clear the vmci transport packet properly when initializing it

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: Clear the vmci transport packet properly when initializing it In vmcitransportpacketinit memset the vmcitransportpacket before populating the fields to avoid any uninitialised data being left in the structure...

6AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/07/25 1:08 p.m.8 views

CVE-2025-38403

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: Clear the vmci transport packet properly when initializing it In vmcitransportpacketinit memset the vmcitransportpacket before populating the fields to avoid any uninitialised data being left in the structure...

7.8CVSS5.7AI score0.00184EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.24 views

CVE-2025-38402

In the Linux kernel, the following vulnerability has been resolved: idpf: return 0 size for RSS key if not supported Returning -EOPNOTSUPP from function returning u32 is leading to cast and invalid size value as a result. -EOPNOTSUPP as a size probably will lead to allocation fail. Command: ethto...

5.5CVSS5.4AI score0.00148EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.29 views

CVE-2025-38402 idpf: return 0 size for RSS key if not supported

In the Linux kernel, the following vulnerability has been resolved: idpf: return 0 size for RSS key if not supported Returning -EOPNOTSUPP from function returning u32 is leading to cast and invalid size value as a result. -EOPNOTSUPP as a size probably will lead to allocation fail. Command: ethto...

0.00148EPSS
SaveExploits0References3
CVE
CVE
added 2025/07/25 12:53 p.m.73 views

CVE-2025-38402

The CVE concerns the Linux kernel IDPF driver RSS handling. The vulnerability arises when RSS is not supported: the code returns a 0 RSS key size, while a -EOPNOTSUPP path may be cast to a 32-bit size, potentially producing an invalid allocation size. This can lead to an allocation failure on sys...

5.5CVSS6.4AI score0.00148EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/07/25 12:53 p.m.112 views

CVE-2025-38401

The CVE-2025-38401 issue affects the Linux kernel’s mtk-sd driver, where a DMA map failure in msdc_prepare_data() could lead to memory corruption if data DMA is started with stale settings. The vulnerability’s description and related advisories (including Debian LTS DLA entries and Amazon Linux A...

7.8CVSS6.6AI score0.00172EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/07/25 12:53 p.m.17 views

CVE-2025-38400 nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.

In the Linux kernel, the following vulnerability has been resolved: nfs: Clean up /proc/net/rpc/nfs when nfsfsprocnetinit fails. syzbot reported a warning below 1 following a fault injection in nfsfsprocnetinit. 0 When nfsfsprocnetinit fails, /proc/net/rpc/nfs is not removed. Later, rpcprocexit...

6.4AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.29 views

CVE-2025-38400 nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init() fails.

In the Linux kernel, the following vulnerability has been resolved: nfs: Clean up /proc/net/rpc/nfs when nfsfsprocnetinit fails. syzbot reported a warning below 1 following a fault injection in nfsfsprocnetinit. 0 When nfsfsprocnetinit fails, /proc/net/rpc/nfs is not removed. Later, rpcprocexit...

0.00187EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.20 views

CVE-2025-38401

In the Linux kernel, the following vulnerability has been resolved: mtk-sd: Prevent memory corruption from DMA map failure If msdcpreparedata fails to map the DMA region, the request is not prepared for data receiving, but msdcstartdata proceeds the DMA with previous setting. Since this will lead...

7.8CVSS6AI score0.00172EPSS
SaveExploits0
CVE
CVE
added 2025/07/25 12:53 p.m.114 views

CVE-2025-38399

CVE-2025-38399 describes a NULL pointer dereference in the Linux kernel SCSI target code. Specifically, core_scsi3_decode_spec_i_port() may call core_scsi3_lunacl_undepend_item() with dest_se_deve, which could be NULL in an error path, potentially leading to a kernel crash. The fix implemented ad...

7.5CVSS6.3AI score0.00423EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder