Lucene search
+L

12792 matches found

CVE
CVE
added 2025/12/24 10:56 a.m.27 views

CVE-2023-54033

The CVE-2023-54033 issue affects the Linux kernel BPF maps, specifically the LRU and LRU_PERCPU hash maps. The vulnerability arises when updating these maps allocates a new element before attempting to lock the target bucket; if bucket locking fails, the allocated element is not released, making ...

5.8AI score0.00182EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 10:56 a.m.7 views

CVE-2023-54033 bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps

In the Linux kernel, the following vulnerability has been resolved: bpf: fix a memory leak in the LRU and LRUPERCPU hash maps The LRU and LRUPERCPU maps allocate a new element on update before locking the target hash table bucket. Right after that the maps try to lock the bucket. If this fails,...

6.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.31 views

CVE-2023-54032 btrfs: fix race when deleting quota root from the dirty cow roots list

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when deleting quota root from the dirty cow roots list When disabling quotas we are deleting the quota root from the list fsinfo-dirtycowonlyroots without taking the lock that protects it, which is struct...

0.002EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:55 a.m.9 views

CVE-2023-54032 btrfs: fix race when deleting quota root from the dirty cow roots list

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when deleting quota root from the dirty cow roots list When disabling quotas we are deleting the quota root from the list fsinfo-dirtycowonlyroots without taking the lock that protects it, which is struct...

6.1AI score
SaveExploits0References11
OSV
OSV
added 2025/12/24 10:55 a.m.8 views

CVE-2023-54013 interconnect: Fix locking for runpm vs reclaim

In the Linux kernel, the following vulnerability has been resolved: interconnect: Fix locking for runpm vs reclaim For cases where iccbwset can be called in callbaths that could deadlock against shrinker/reclaim, such as runpm resume, we need to decouple the icc locking. Introduce a new iccbwlock...

6.3AI score
SaveExploits0References5
CVE
CVE
added 2025/12/24 10:55 a.m.21 views

CVE-2023-54013

CVE-2023-54013 concerns the Linux kernel where interconnect locking could deadlock between runpm and memory reclaim. The description notes a fix to decouple ICC locking by introducing a new icc_bw_lock to serialize bandwidth aggregation, separating it from paths that allocate memory (e.g., node/l...

6.1AI score0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.31 views

CVE-2023-54013 interconnect: Fix locking for runpm vs reclaim

In the Linux kernel, the following vulnerability has been resolved: interconnect: Fix locking for runpm vs reclaim For cases where iccbwset can be called in callbaths that could deadlock against shrinker/reclaim, such as runpm resume, we need to decouple the icc locking. Introduce a new iccbwlock...

0.00189EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.30 views

CVE-2023-54000 net: hns3: fix deadlock issue when externel_lb and reset are executed together

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix deadlock issue when externellb and reset are executed together When externellb and reset are executed together, a deadlock may occur: 3147.217009 INFO: task kworker/u321:0:7 blocked for more than 120 seconds...

0.00204EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 10:55 a.m.9 views

CVE-2023-53990 SMB3: Add missing locks to protect deferred close file list

In the Linux kernel, the following vulnerability has been resolved: SMB3: Add missing locks to protect deferred close file list cifsdeldeferredclose function has a critical section which modifies the deferred close file list. We must acquire deferredlock before calling cifsdeldeferredclose functi...

7.8CVSS6.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.38 views

CVE-2023-53867 ceph: fix potential use-after-free bug when trimming caps

In the Linux kernel, the following vulnerability has been resolved: ceph: fix potential use-after-free bug when trimming caps When trimming the caps and just after the 'session-scaplock' is released in cephiteratesessioncaps the cap maybe removed by another thread, and when using the stale cap...

9.8CVSS0.00516EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 10:55 a.m.35 views

CVE-2023-53867

CVE-2023-53867 is a Linux kernel vulnerability in the Ceph subsystem where a use-after-free can occur when trimming caps (ceph_iterate_session_caps). The root cause is that a cap may be removed by another thread after session->s_cap_lock is released, leading to callbacks using stale memory. Th...

9.8CVSS6.2AI score0.00516EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 10:55 a.m.5 views

CVE-2023-53867 ceph: fix potential use-after-free bug when trimming caps

In the Linux kernel, the following vulnerability has been resolved: ceph: fix potential use-after-free bug when trimming caps When trimming the caps and just after the 'session-scaplock' is released in cephiteratesessioncaps the cap maybe removed by another thread, and when using the stale cap...

9.8CVSS6.4AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:32 a.m.5 views

CVE-2025-68369

In the Linux kernel, the following vulnerability has been resolved: ntfs3: init run lock for extend inode After setting the inode mode of $Extend to a regular file, executing the truncate system call will enter the dotruncate routine, causing the runlock uninitialized error reported by syzbot...

5.2AI score0.00445EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/12/24 10:32 a.m.31 views

CVE-2025-68369 ntfs3: init run lock for extend inode

In the Linux kernel, the following vulnerability has been resolved: ntfs3: init run lock for extend inode After setting the inode mode of $Extend to a regular file, executing the truncate system call will enter the dotruncate routine, causing the runlock uninitialized error reported by syzbot...

7.5CVSS0.00445EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 10:32 a.m.13 views

CVE-2025-68369 ntfs3: init run lock for extend inode

In the Linux kernel, the following vulnerability has been resolved: ntfs3: init run lock for extend inode After setting the inode mode of $Extend to a regular file, executing the truncate system call will enter the dotruncate routine, causing the runlock uninitialized error reported by syzbot...

7.5CVSS6.3AI score
SaveExploits0References10
CVE
CVE
added 2025/12/24 10:32 a.m.43 views

CVE-2025-68369

The CVE-2025-68369 entry concerns Linux kernel ntfs3: init run_lock for Extend inode. After setting the Extend inode to a regular file, a truncate() call enters do_truncate() and triggers an uninitialized run_lock error reported by syzbot. Before patch 4e8011ffec79, do_truncate() would not be ent...

7.5CVSS6AI score0.00445EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:32 a.m.6 views

CVE-2025-68358

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

5.8AI score0.00183EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/12/24 10:32 a.m.10 views

CVE-2025-68358 btrfs: fix racy bitfield write in btrfs_clear_space_info_full()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix racy bitfield write in btrfsclearspaceinfofull From the memory-barriers.txt document regarding memory barrier ordering guarantees: These guarantees do not apply to bitfields, because compilers often generate code to...

6.5AI score
SaveExploits0References10
OSV
OSV
added 2025/12/24 10:32 a.m.10 views

CVE-2025-68354 regulator: core: Protect regulator_supply_alias_list with regulator_list_mutex

In the Linux kernel, the following vulnerability has been resolved: regulator: core: Protect regulatorsupplyaliaslist with regulatorlistmutex regulatorsupplyaliaslist was accessed without any locking in regulatorsupplyalias, regulatorregistersupplyalias, and regulatorunregistersupplyalias...

6.5AI score
SaveExploits0References11
Microsoft CVE
Microsoft CVE
added 2025/12/24 9:01 a.m.9 views

locking/spinlock/debug: Fix data-race in do_raw_write_lock

...

7.5CVSS5.4AI score0.00455EPSS
SaveExploits0
Rows per page
Query Builder