Lucene search
+L

23602 matches found

CVE
CVE
added 2025/07/25 3:27 p.m.104 views

CVE-2025-38448

CVE-2025-38448 is a Linux kernel vulnerability in the USB gadget u_serial wakeup path. The issue is a race condition where gs_start_io() may call gs_start_rx() or gs_start_tx() after briefly dropping port_lock for usb_ep_queue(), allowing gs_close() or gserial_disconnect() to clear port.tty and p...

4.7CVSS6.3AI score0.00117EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/07/25 3:27 p.m.24 views

CVE-2025-38437 ksmbd: fix potential use-after-free in oplock/lease break ack

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix potential use-after-free in oplock/lease break ack If ksmbdiovpinrsp return error, use-after-free can happen by accessing opinfo-state and opinfoput and ksmbdfdput could called twice...

8.8CVSS0.00372EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/25 2:22 p.m.54 views

CVE-2025-38431

The CVE-2025-38431 entry concerns the Linux kernel SMB client regression related to native SMB symlinks. The available connected document details indicate the vulnerability was addressed by restoring the ability of the client to perform lstat(2) and readlink(2) operations even when the symlink ta...

5.5CVSS6.3AI score0.00141EPSS
SaveExploits0References2Affected Software1
UbuntuCve
UbuntuCve
added 2025/07/25 2:15 p.m.6 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.5CVSS6.1AI score0.00159EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 2:15 p.m.8 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.5CVSS6AI score0.0016EPSS
SaveExploits0References39
UbuntuCve
UbuntuCve
added 2025/07/25 2:15 p.m.6 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.5CVSS6AI score0.00158EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/07/25 2:15 p.m.3 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.7CVSS6.2AI score0.00165EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/07/25 1:32 p.m.22 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...

0.00158EPSS
SaveExploits0References3
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
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38392

In the Linux kernel, the following vulnerability has been resolved: idpf: convert control queue mutex to a spinlock With VIRTCHNL2CAPMACFILTER enabled, the following warning is generated on module load: 324.701677 BUG: sleeping function called from invalid context at kernel/locking/mutex.c:578...

5.5CVSS6AI score0.00159EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.11 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.5CVSS6.1AI score0.00148EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.7 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.5CVSS6AI score0.00119EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38381

In the Linux kernel, the following vulnerability has been resolved: Input: cs40l50-vibra - fix potential NULL dereference in cs40l50uploadowt The cs40l50uploadowt function allocates memory via kmalloc without checking for allocation failure, which could lead to a NULL pointer dereference. Return...

5.5CVSS5.7AI score0.00148EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2025/07/25 1:15 p.m.6 views

CVE-2025-38388

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Replace mutex with rwlock to avoid sleep in atomic context The current use of a mutex to protect the notifier hashtable accesses can lead to issues in the atomic context. It results in the below kernel warnings:...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References27
Cvelist
Cvelist
added 2025/07/25 1:08 p.m.22 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...

0.00184EPSS
SaveExploits0References8
OSV
OSV
added 2025/07/25 12:53 p.m.8 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...

6.1AI score
SaveExploits0References6
OSV
OSV
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...

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

CVE-2025-38390 firmware: arm_ffa: Fix memory leak by freeing notifier callback node

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Fix memory leak by freeing notifier callback node Commit e0573444edbf "firmware: armffa: Add interfaces to request notification callbacks" adds support for notifier callbacks by allocating and inserting a callba...

0.00157EPSS
SaveExploits0References3
CVE
CVE
added 2025/07/25 12:53 p.m.113 views

CVE-2025-38384

CVE-2025-38384 affects the Linux kernel’s MTD spinand/ECC engine path. The root cause is a memory leak where ECC engine configuration memory allocated during ECC init is not released during spinand cleanup. The leak trace shows kmemleak reporting an unreferenced object during spinand probe/init p...

5.5CVSS6.4AI score0.00161EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.22 views

CVE-2025-38381 Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()

In the Linux kernel, the following vulnerability has been resolved: Input: cs40l50-vibra - fix potential NULL dereference in cs40l50uploadowt The cs40l50uploadowt function allocates memory via kmalloc without checking for allocation failure, which could lead to a NULL pointer dereference. Return...

0.00148EPSS
SaveExploits0References3
Rows per page
Query Builder