Lucene search
+L

37810 matches found

Cvelist
Cvelist
added 2026/01/13 3:34 p.m.32 views

CVE-2025-71088 mptcp: fallback earlier on simult connection

In the Linux kernel, the following vulnerability has been resolved: mptcp: fallback earlier on simult connection Syzkaller reports a simult-connect race leading to inconsistent fallback status: WARNING: CPU: 3 PID: 33 at net/mptcp/subflow.c:1515 subflowdataready+0x40b/0x7c0 net/mptcp/subflow.c:15...

0.00126EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/13 3:34 p.m.5 views

CVE-2025-71088 mptcp: fallback earlier on simult connection

In the Linux kernel, the following vulnerability has been resolved: mptcp: fallback earlier on simult connection Syzkaller reports a simult-connect race leading to inconsistent fallback status: WARNING: CPU: 3 PID: 33 at net/mptcp/subflow.c:1515 subflowdataready+0x40b/0x7c0 net/mptcp/subflow.c:15...

6.2AI score
SaveExploits0References9
CVE
CVE
added 2026/01/13 3:34 p.m.42 views

CVE-2025-71088

CVE-2025-71088 affects the Linux kernel’s mptcp implementation. Syzkaller reported a simult-connect race in net/mptcp/subflow.c where a TCP subflow can process a simult-ack after transitioning to TCP_FIN1, bypassing the MPTCP fallback check and leaving the socket in an inconsistent state; this ca...

5.5CVSS5.9AI score0.00126EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/01/13 3:34 p.m.34 views

CVE-2025-71080

CVE-2025-71080 concerns a race in Linux kernel IPv6 PREEMPT_RT code. On PREEMPT_RT kernels, after rt6_get_pcpu_route() returns NULL, a preemption can allow another task on the same CPU to install a pcpu_rt entry; when the first task resumes, the cmpxchg() in rt6_make_pcpu_route() may fail and tri...

7.5CVSS6.2AI score0.00264EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/01/13 3:31 p.m.44 views

CVE-2025-71075

CVE-2025-71075 is fixed in the Linux kernel SCSI AIC94XX driver. The root cause was a race condition during device removal where asd_pci_remove() could free the asd_ha structure while pending tasklets still existed, enabling a use-after-free vulnerability. The patch synchronizes with pending work...

7.8CVSS6.2AI score0.0013EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2026/01/13 3:31 p.m.10 views

CVE-2025-71066 net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Always remove class from active list before deleting in etsqdiscchange [email protected] says: The vulnerability is a race condition between etsqdiscdequeue and etsqdiscchange. It leads to UAF on stru...

5.8AI score0.00154EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:31 p.m.7 views

CVE-2025-71066

In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: Always remove class from active list before deleting in etsqdiscchange [email protected] says: The vulnerability is a race condition between etsqdiscdequeue and etsqdiscchange. It leads to UAF on stru...

5.2AI score0.00154EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/01/13 3:31 p.m.161 views

CVE-2025-71066

Summary of CVE-2025-71066 (Linux kernel, net/sched ETS): A race condition between ets_qdisc_dequeue and ets_qdisc_change can cause use-after-free on a Qdisc object. The underlying issue is that some classes with qdiscs set to NULL remain in the active list, allowing a concurrent dequeue to access...

7.8CVSS5.9AI score0.00154EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/01/13 3:29 p.m.34 views

CVE-2025-68809 ksmbd: vfs: fix race on m_flags in vfs_cache

In the Linux kernel, the following vulnerability has been resolved: ksmbd: vfs: fix race on mflags in vfscache ksmbd maintains delete-on-close and pending-delete state in ksmbdinode-mflags. In vfscache.c this field is accessed under inconsistent locking: some paths read and modify mflags under...

9.1CVSS0.00458EPSS
SaveExploits0References4
CVE
CVE
added 2026/01/13 3:29 p.m.22 views

CVE-2025-68807

CVE-2025-68807 concerns a race in the Linux kernel involving wbt_enable_default and IO submission that could lead to a negative inflight writeback counter and hung tasks. According to Red Hat, SUSE, Ubuntu, Debian, and other sources, the fix splits wbt_enable_default() into three functions (__wbt...

6.1AI score0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/01/13 3:29 p.m.32 views

CVE-2025-68807 block: fix race between wbt_enable_default and IO submission

In the Linux kernel, the following vulnerability has been resolved: block: fix race between wbtenabledefault and IO submission When wbtenabledefault is moved out of queue freezing in elevatorchange, it can cause the wbt inflight counter to become negative -1, leading to hung tasks in the writebac...

0.00162EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/01/13 3:29 p.m.15 views

CVE-2025-68807

In the Linux kernel, the following vulnerability has been resolved: block: fix race between wbtenabledefault and IO submission When wbtenabledefault is moved out of queue freezing in elevatorchange, it can cause the wbt inflight counter to become negative -1, leading to hung tasks in the writebac...

5.2AI score0.00162EPSS
SaveExploits0
OSV
OSV
added 2026/01/13 3:29 p.m.13 views

CVE-2025-68798 perf/x86/amd: Check event before enable to avoid GPF

In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd: Check event before enable to avoid GPF On AMD machines cpuc-eventsidx can become NULL in a subtle race condition with NMI-throttle-x86pmustop. Check event for NULL in amdpmuenableall before enable to avoid a GPF. Th...

6.3AI score
SaveExploits0References9
CVE
CVE
added 2026/01/13 3:29 p.m.34 views

CVE-2025-68798

CVE-2025-68798: Linux kernel AMD perf event hotpath GPF in amd_pmu_enable_all due to a race where cpuc->events[idx] could be NULL. The patch adds a NULL check in amd_pmu_enable_all() before enabling events to avoid a general protection fault (GPF). Public writeups in the connected OSV update c...

6AI score0.0018EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/01/13 3:29 p.m.5 views

CVE-2025-68789

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.2AI score0.00032EPSS
SaveExploits0References7
OSV
OSV
added 2026/01/13 3:29 p.m.7 views

CVE-2025-68789 hwmon: (ibmpex) fix use-after-free in high/low store

In the Linux kernel, the following vulnerability has been resolved: hwmon: ibmpex fix use-after-free in high/low store The ibmpexhighlowstore function retrieves driver data using devgetdrvdata and uses it without validation. This creates a race condition where the sysfs callback can be invoked...

6.4AI score
SaveExploits0References9
Cvelist
Cvelist
added 2026/01/13 3:29 p.m.26 views

CVE-2025-68789

...

0.00032EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/01/13 3:28 p.m.34 views

CVE-2025-68772 f2fs: fix to avoid updating compression context during writeback

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid updating compression context during writeback Bai, Shuangpeng reported a bug as below: Oops: divide error: 0000 1 SMP KASAN PTI CPU: 0 UID: 0 PID: 11441 Comm: syz.0.46 Not tainted 6.17.0 1 PREEMPTfull Hardware...

0.00174EPSS
SaveExploits0References5
OSV
OSV
added 2026/01/13 3:28 p.m.6 views

CVE-2025-68772 f2fs: fix to avoid updating compression context during writeback

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid updating compression context during writeback Bai, Shuangpeng reported a bug as below: Oops: divide error: 0000 1 SMP KASAN PTI CPU: 0 UID: 0 PID: 11441 Comm: syz.0.46 Not tainted 6.17.0 1 PREEMPTfull Hardware...

6.2AI score
SaveExploits0References8
OSV
OSV
added 2026/01/13 2:16 p.m.15 views

CVE-2026-0886

Incorrect boundary conditions in the Graphics component. This vulnerability affects Firefox 147, Firefox ESR 115.32, Firefox ESR 140.7, Thunderbird 147, and Thunderbird 140.7...

5.3CVSS5.8AI score
SaveExploits0References6
Rows per page
Query Builder