Lucene search
+L

37987 matches found

CVE
CVE
added 2025/12/16 3:06 p.m.35 views

CVE-2025-68287

CVE-2025-68287 concerns a race in the Linux kernel USB dwc3 handling that could cause use-after-free and crashes when multiple paths call dwc3_remove_requests() concurrently. The description details three interaction paths: Path 1 via dwc3_gadget_reset_interrupt() affecting ep0; Path 2 via dwc3_s...

6.2AI score0.00227EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/12/16 3:06 p.m.8 views

CVE-2025-68287 usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Fix race condition between concurrent dwc3removerequests call paths This patch addresses a race condition caused by unsynchronized execution of multiple call paths invoking dwc3removerequests, leading to premature...

5.5AI score0.00227EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/16 3:06 p.m.5 views

CVE-2025-68285 libceph: fix potential use-after-free in have_mon_and_osd_map()

In the Linux kernel, the following vulnerability has been resolved: libceph: fix potential use-after-free in havemonandosdmap The wait loop in cephopensession can race with the client receiving a new monmap or osdmap shortly after the initial map is received. Both cephmonchandlemap and handleonem...

9.8CVSS6.2AI score
SaveExploits0References10
CVE
CVE
added 2025/12/16 3:06 p.m.26 views

CVE-2025-68282

The CVE-2025-68282 issue is in the Linux kernel USB gadget UDC teardown: a race can cause a use-after-free in usb_gadget_state_work due to a concurrent event scheduling work during cleanup. The fix introduces a teardown flag and a state_lock spinlock in the usb_gadget struct; the flag is set duri...

6AI score0.00202EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/16 2:45 p.m.33 views

CVE-2025-68264

In CVE-2025-68264, the Linux kernel ext4 inline data path is vulnerable to a race where i_inline_size can become stale between the initial size check and the actual write. Specifically, a concurrent xattr operation may change i_inline_size after ext4_get_max_inline_size() passes the check but bef...

6AI score0.00213EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/16 2:45 p.m.8 views

CVE-2025-68264 ext4: refresh inline data size before write operations

In the Linux kernel, the following vulnerability has been resolved: ext4: refresh inline data size before write operations The cached ei-iinlinesize can become stale between the initial size check and when ext4updateinlinedata/ext4createinlinedata use it. Although ext4getmaxinlinesize reads the...

6.2AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2025/12/16 2:45 p.m.8 views

CVE-2025-68264 ext4: refresh inline data size before write operations

In the Linux kernel, the following vulnerability has been resolved: ext4: refresh inline data size before write operations The cached ei-iinlinesize can become stale between the initial size check and when ext4updateinlinedata/ext4createinlinedata use it. Although ext4getmaxinlinesize reads the...

5.4AI score0.00213EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2025/12/16 2:45 p.m.6 views

CVE-2025-68264

In the Linux kernel, the following vulnerability has been resolved: ext4: refresh inline data size before write operations The cached ei-iinlinesize can become stale between the initial size check and when ext4updateinlinedata/ext4createinlinedata use it. Although ext4getmaxinlinesize reads the...

5.2AI score0.00213EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2025/12/16 2:45 p.m.67 views

CVE-2025-68263

In CVE-2025-68263, the Linux kernel ksmbd IPC path had a use-after-free in ipc_msg_send_request caused by freeing entry->response without holding ipc_msg_table_lock while handle_response() can still write to it. The race occurs under high concurrency when handle_response() copies to entry->...

9.8CVSS6AI score0.00434EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/16 2:45 p.m.39 views

CVE-2025-68263 ksmbd: ipc: fix use-after-free in ipc_msg_send_request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipcmsgsendrequest ipcmsgsendrequest waits for a generic netlink reply using an ipcmsgtableentry on the stack. The generic netlink handler handlegenericevent/handleresponse fills entry-response...

9.8CVSS0.00434EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/16 2:45 p.m.9 views

CVE-2025-68263 ksmbd: ipc: fix use-after-free in ipc_msg_send_request

In the Linux kernel, the following vulnerability has been resolved: ksmbd: ipc: fix use-after-free in ipcmsgsendrequest ipcmsgsendrequest waits for a generic netlink reply using an ipcmsgtableentry on the stack. The generic netlink handler handlegenericevent/handleresponse fills entry-response...

9.8CVSS6.3AI score
SaveExploits0References9
ATTACKERKB
ATTACKERKB
added 2025/12/16 2:45 p.m.4 views

CVE-2025-68261

In the Linux kernel, the following vulnerability has been resolved: ext4: add idatasem protection in ext4destroyinlinedatanolock Fix a race between inline data destruction and block mapping. The function ext4destroyinlinedatanolock changes the inode data layout by clearing EXT4INODEINLINEDATA and...

5.2AI score0.00525EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/12/16 2:45 p.m.34 views

CVE-2025-68261 ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()

In the Linux kernel, the following vulnerability has been resolved: ext4: add idatasem protection in ext4destroyinlinedatanolock Fix a race between inline data destruction and block mapping. The function ext4destroyinlinedatanolock changes the inode data layout by clearing EXT4INODEINLINEDATA and...

7.5CVSS0.00525EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/16 2:45 p.m.9 views

CVE-2025-68261 ext4: add i_data_sem protection in ext4_destroy_inline_data_nolock()

In the Linux kernel, the following vulnerability has been resolved: ext4: add idatasem protection in ext4destroyinlinedatanolock Fix a race between inline data destruction and block mapping. The function ext4destroyinlinedatanolock changes the inode data layout by clearing EXT4INODEINLINEDATA and...

7.5CVSS6.4AI score
SaveExploits0References12
CVE
CVE
added 2025/12/16 2:45 p.m.62 views

CVE-2025-68260

CVE-2025-68260 is tied to a Linux kernel vulnerability in the Rust Binder, where an unsafe removal of a NodeDeath from a death_list can race with other threads. The root cause, per the description, is that Node::release currently moves items to a local stack list under a lock and then iterates th...

7.8CVSS6AI score0.00174EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/16 2:45 p.m.42 views

CVE-2025-68260 rust_binder: fix race condition on death_list

In the Linux kernel, the following vulnerability has been resolved: rustbinder: fix race condition on deathlist Rust Binder contains the following unsafe operation: // SAFETY: A NodeDeath is never inserted into the death list // of any node other than its owner, so it is either in this // death...

7.8CVSS0.00174EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/16 2:15 p.m.27 views

CVE-2025-68214

In the Linux kernel, the following vulnerability has been resolved: timers: Fix NULL function pointer race in timershutdownsync There is a race condition between timershutdownsync and timer expiration that can lead to hitting a WARNON in expiretimers. The issue occurs when timershutdownsync clear...

4.7CVSS0.0013EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/16 2:15 p.m.11 views

AZL-72475 CVE-2025-68214 affecting package kernel for versions less than 6.6.119.3-1

In the Linux kernel, the following vulnerability has been resolved: timers: Fix NULL function pointer race in timershutdownsync There is a race condition between timershutdownsync and timer expiration that can lead to hitting a WARNON in expiretimers. The issue occurs when timershutdownsync clear...

4.7CVSS5.8AI score0.0013EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/16 2:15 p.m.10 views

CVE-2025-68185

In the Linux kernel, the following vulnerability has been resolved: nfs4setupreaddir: insufficient locking for -dparent-dinode dereferencing Theoretically it's an oopsable race, but I don't believe one can manage to hit it on real hardware; might become doable on a KVM, but it still won't be easy...

0.00207EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/16 2:15 p.m.9 views

CVE-2025-68174

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: enhance kfd process check in switch partition current switch partition only check if kfdprocessestable is empty. kfdprcessestable entry is deleted in kfdprocessnotifierrelease, but kfdprocess tear down is in...

7.8CVSS0.0014EPSS
SaveExploits0References2
Rows per page
Query Builder