Lucene search
+L

13164 matches found

Cvelist
Cvelist
added 2025/07/09 10:42 a.m.17 views

CVE-2025-38251 atm: clip: prevent NULL deref in clip_push()

In the Linux kernel, the following vulnerability has been resolved: atm: clip: prevent NULL deref in clippush Blamed commit missed that vccdestroysocket calls clippush with a NULL skb. If clipdevs is NULL, clippush then crashes when reading skb-truesize...

0.0015EPSS
SaveExploits0References7
OSV
OSV
added 2025/07/09 10:42 a.m.8 views

CVE-2025-38251 atm: clip: prevent NULL deref in clip_push()

In the Linux kernel, the following vulnerability has been resolved: atm: clip: prevent NULL deref in clippush Blamed commit missed that vccdestroysocket calls clippush with a NULL skb. If clipdevs is NULL, clippush then crashes when reading skb-truesize...

7.3AI score
SaveExploits0References12
CVE
CVE
added 2025/07/09 10:42 a.m.142 views

CVE-2025-38248

CVE-2025-38248 : In the Linux kernel, a use-after-free flaw occurs in bridge multicast routing port handling. When per-VLAN multicast snooping is active, per-port multicast context is disabled and ports are removed from the global router port list, but can be re-added, leaving stale entries. This...

7.8CVSS6.5AI score0.00253EPSS
SaveExploits1References4Affected Software1
CVE
CVE
added 2025/07/09 10:42 a.m.107 views

CVE-2025-38249

The CVE CVE-2025-38249 affects the Linux kernel ALSA USB-audio path (snd_usb_get_audioformat_uac3). The root cause is that the length returned by snd_usb_ctl_msg() is used directly to allocate memory and then access the buffer as a uac3_cluster_header_descriptor without verifying the buffer size....

7.1CVSS6.5AI score0.00158EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.22 views

CVE-2025-38247 userns and mnt_idmap leak in open_tree_attr(2)

In the Linux kernel, the following vulnerability has been resolved: userns and mntidmap leak in opentreeattr2 Once wantmountsetattr has returned a positive, it does require finishmountkattr to release -mntuserns. Failing domountsetattr does not change that. As the result, we can end up leaking...

0.00123EPSS
SaveExploits0References2
CVE
CVE
added 2025/07/09 10:42 a.m.46 views

CVE-2025-38247

CVE-2025-38247 concerns the Linux kernel: a leak of user namespaces and possibly mnt_idmap in open_tree_attr(2) due to not releasing ->mnt_userns after a positive result from want_mount_setattr(). The root cause is that finish_mount_kattr() must release the namespace, and if do_mount_setattr()...

5.5CVSS6.5AI score0.00123EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.22 views

CVE-2025-38246 bnxt: properly flush XDP redirect lists

In the Linux kernel, the following vulnerability has been resolved: bnxt: properly flush XDP redirect lists We encountered following crash when testing a XDPREDIRECT feature in production: 56251.579676 listadd corruption. next-prev should be prev ffff93120dd40f30, but was ffffb301ef3a6740...

9.8CVSS0.0029EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/09 10:42 a.m.8 views

CVE-2025-38245 atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().

In the Linux kernel, the following vulnerability has been resolved: atm: Release atmdevmutex after removing procfs in atmdevderegister. syzbot reported a warning below during atmdevregister. 0 Before creating a new device and procfs/sysfs for it, atmdevregister looks up a duplicated device by...

7.2AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.27 views

CVE-2025-38245 atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().

In the Linux kernel, the following vulnerability has been resolved: atm: Release atmdevmutex after removing procfs in atmdevderegister. syzbot reported a warning below during atmdevregister. 0 Before creating a new device and procfs/sysfs for it, atmdevregister looks up a duplicated device by...

0.00162EPSS
SaveExploits0References8
CVE
CVE
added 2025/07/09 10:42 a.m.121 views

CVE-2025-38245

In the Linux kernel ATM subsystem, CVE-2025-38245 is due to releasing atm_dev_mutex before procfs/sysfs removal in atm_dev_deregister(), creating a race window where a device may still appear in procfs while the device list no longer contains it. This can trigger a splat warning during atm_dev_re...

7.8CVSS6.5AI score0.00162EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.21 views

CVE-2025-38244 smb: client: fix potential deadlock when reconnecting channels

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential deadlock when reconnecting channels Fix cifssignalcifsdforreconnect to take the correct lock order and prevent the following deadlock from happening =====================================================...

7.5CVSS0.00211EPSS
SaveExploits0References4
CVE
CVE
added 2025/07/09 10:42 a.m.106 views

CVE-2025-38244

The CVE-2025-38244 issue affects the Linux kernel’s SMB client, specifically the CIFS deadlock when reconnecting channels. The vulnerability stems from incorrect lock ordering in cifs_signal_cifsd_for_reconnect(), which could create a circular locking dependency among tcp_ses->srv_lock, ret_bu...

7.5CVSS6.5AI score0.00211EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/07/09 10:42 a.m.77 views

CVE-2025-38242

In CVE-2025-38242, Linux kernel mm/userfaultfd: fix race between userfaultfd_move and swap cache. The description documents two race types: a) a BUG_ON when filemap lookup returns NULL and folio is added to the swap cache, and b) a race where a folio is changed after lookup causing RSS counter co...

7.8CVSS6.6AI score0.00113EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/09 10:42 a.m.8 views

CVE-2025-38242 mm: userfaultfd: fix race of userfaultfd_move and swap cache

In the Linux kernel, the following vulnerability has been resolved: mm: userfaultfd: fix race of userfaultfdmove and swap cache This commit fixes two kinds of races, they may have different results: Barry reported a BUGON in commit c50f8e6053b0, we may see the same BUGON if the filemap lookup...

7.8CVSS6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.20 views

CVE-2025-38242 mm: userfaultfd: fix race of userfaultfd_move and swap cache

In the Linux kernel, the following vulnerability has been resolved: mm: userfaultfd: fix race of userfaultfdmove and swap cache This commit fixes two kinds of races, they may have different results: Barry reported a BUGON in commit c50f8e6053b0, we may see the same BUGON if the filemap lookup...

7.8CVSS0.00113EPSS
SaveExploits0References3
CVE
CVE
added 2025/07/09 10:42 a.m.52 views

CVE-2025-38241

CVE-2025-38241 affects the Linux kernel in mm/shmem and swap paths, causing a soft lockup with mTHP swapin due to a conflict between readahead-ordered folios in swap cache and the swapin folio allocation. The issue occurs when a 10G swap device (e.g., zram) is used with THP and cgroup memory limi...

5.5CVSS6.5AI score0.00096EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.20 views

CVE-2025-38241 mm/shmem, swap: fix softlockup with mTHP swapin

In the Linux kernel, the following vulnerability has been resolved: mm/shmem, swap: fix softlockup with mTHP swapin Following softlockup can be easily reproduced on my test machine with: echo always /sys/kernel/mm/transparenthugepage/hugepages-64kB/enabled swapon /dev/zram0 zram0 is a 48G swap...

0.00096EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/09 10:42 a.m.11 views

CVE-2025-38239 scsi: megaraid_sas: Fix invalid node index

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix invalid node index On a system with DRAM interleave enabled, out-of-bound access is detected: megaraidsas 0000:3f:00.0: requested/available msix 128/128 pollqueue 0 ------------ cut here ------------ UBSAN:...

7.3CVSS6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/07/09 10:42 a.m.98 views

CVE-2025-38238

The CVE-2025-38238 issue affects the Linux kernel SCSI fnic driver, where a crash could occur when both FDMI RHBA and RPA requests time out and a frame is reused to send ABTS, leading to a double-free on completion. The fix allocates separate frames for RHBA and RPA and updates the ABTS handling ...

8.8CVSS6.5AI score0.00184EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/07/09 12:00 a.m.6 views

PT-2025-28880 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The cxl cper handle prot err function makes assumptions about the type and binding of devices identified in records, potentially leading to crashes. Specifically, the function...

6.2AI score0.00129EPSS
SaveExploits0References8
Rows per page
Query Builder