Lucene search
+L

37827 matches found

Cvelist
Cvelist
added 2025/12/24 10:55 a.m.42 views

CVE-2023-54002 btrfs: fix assertion of exclop condition when starting balance

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion of exclop condition when starting balance Balance as exclusive state is compatible with paused balance and device add, which makes some things more complicated. The assertion of valid states when starting fro...

0.00196EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/24 10:55 a.m.21 views

CVE-2023-54002

CVE-2023-54002 (Linux kernel) concerns a btrfs exclop balance bug where the assertion of valid states for exclusive operations could fail when starting balance amid paused balance and device add; this can occur under race conditions with multiple threads. Connected documents outline two scenarios...

6.3AI score0.00196EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 10:55 a.m.7 views

CVE-2023-53998 hwrng: virtio - Fix race on data_avail and actual data

In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio - Fix race on dataavail and actual data The virtio rng device kicks off a new entropy request whenever the data available reaches zero. When a new request occurs at the end of a read operation, that is, when the...

6.2AI score
SaveExploits0References11
CVE
CVE
added 2025/12/24 10:55 a.m.29 views

CVE-2023-53998

CVE-2023-53998: Linux kernel virtio RNG (hwrng) data_race between writer and reader in data_avail; fix uses smp_store_release on data_avail and smp_load_acquire on first read, with safe subsequent reads. Also removes redundant zeroing of data_idx in random_recv_done and data_avail in request_entr...

6AI score0.00208EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:33 a.m.15 views

CVE-2025-68732

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1xsyncptalloc and host1xsyncptput by using krefputmutex instead of krefput + manual mutex locking. This ensures no thread can acquire the syncptmutex after...

5.2AI score0.00189EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/12/24 10:33 a.m.39 views

CVE-2025-68732

The CVE-2025-68732 entry refers to a Linux kernel vulnerability fixed in the gpu: host1x subsystem. The root cause was a race between host1x_syncpt_alloc() and host1x_syncpt_put(), mitigated by switching to kref_put_mutex() so the refcount drop to zero cannot race with syncpt_release acquiring th...

6AI score0.00189EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 10:33 a.m.46 views

CVE-2025-68732 gpu: host1x: Fix race in syncpt alloc/free

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1xsyncptalloc and host1xsyncptput by using krefputmutex instead of krefput + manual mutex locking. This ensures no thread can acquire the syncptmutex after...

0.00189EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 10:33 a.m.6 views

CVE-2025-68732 gpu: host1x: Fix race in syncpt alloc/free

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1xsyncptalloc and host1xsyncptput by using krefputmutex instead of krefput + manual mutex locking. This ensures no thread can acquire the syncptmutex after...

6.3AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/24 10:33 a.m.36 views

CVE-2025-68373 md: avoid repeated calls to del_gendisk

In the Linux kernel, the following vulnerability has been resolved: md: avoid repeated calls to delgendisk There is a uaf problem which is found by case 23rdev-lifetime: Oops: general protection fault, probably for non-canonical address 0xdead000000000122 RIP: 0010:bdiunregister+0x4b/0x170 Call...

0.00182EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 10:33 a.m.8 views

CVE-2025-68373 md: avoid repeated calls to del_gendisk

In the Linux kernel, the following vulnerability has been resolved: md: avoid repeated calls to delgendisk There is a uaf problem which is found by case 23rdev-lifetime: Oops: general protection fault, probably for non-canonical address 0xdead000000000122 RIP: 0010:bdiunregister+0x4b/0x170 Call...

6.2AI score
SaveExploits0References6
CVE
CVE
added 2025/12/24 10:33 a.m.34 views

CVE-2025-68373

Summary: CVE-2025-68373 relates to the Linux kernel md subsystem where a race can trigger use-after-free in del_gendisk during reconfig, leading to a fault (non-canonical address 0xdead000000000122) as shown in the stack trace. The provided patches introduce a new flag, MD_DO_DELETE, to prevent t...

5.9AI score0.00182EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/24 10:32 a.m.35 views

CVE-2025-68367 macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse

In the Linux kernel, the following vulnerability has been resolved: macintosh/machid: fix race condition in machidtoggleemumouse The following warning appears when running syzkaller, and this issue also exists in the mainline code. ------------ cut here ------------ listadd double add:...

0.00193EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/24 10:32 a.m.25 views

CVE-2025-68367

CVE-2025-68367 is a Linux kernel race in mac_hid_toggle_emumouse where two processes concurrently write to mac_hid emulation, each reading old_val=0 outside the mutex and both registering the input handler, causing a double list_add. The fix moves the old_val read inside the mutex-protected regio...

5.9AI score0.00193EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/24 10:32 a.m.4 views

CVE-2025-68367 macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse

In the Linux kernel, the following vulnerability has been resolved: macintosh/machid: fix race condition in machidtoggleemumouse The following warning appears when running syzkaller, and this issue also exists in the mainline code. ------------ cut here ------------ listadd double add:...

6.1AI score
SaveExploits0References11
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
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:32 a.m.4 views

CVE-2025-68354

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...

5.2AI score0.00208EPSS
SaveExploits0References9Affected Software1
RedHat Linux
RedHat Linux
added 2025/12/24 9:04 a.m.10 views

webkitgtk: Processing maliciously crafted web content may lead to an unexpected process crash

A flaw was found in WebKitGTK. Processing malicious web content can cause a race condition due to improper state handling and result in an unexpected process crash...

3.1CVSS5.7AI score0.00444EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/24 9:01 a.m.10 views

webkitgtk: Processing maliciously crafted web content may lead to an unexpected process crash

A flaw was found in WebKitGTK. Processing malicious web content can cause a race condition due to improper state handling and result in an unexpected process crash...

3.1CVSS5.7AI score0.00444EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/24 8:38 a.m.17 views

webkitgtk: Processing maliciously crafted web content may lead to an unexpected process crash

A flaw was found in WebKitGTK. Processing malicious web content can cause a race condition due to improper state handling and result in an unexpected process crash...

3.1CVSS5.7AI score0.00444EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/12/24 8:19 a.m.19 views

webkitgtk: Processing maliciously crafted web content may lead to an unexpected process crash

A flaw was found in WebKitGTK. Processing malicious web content can cause a race condition due to improper state handling and result in an unexpected process crash...

3.1CVSS5.7AI score0.00444EPSS
SaveExploits0References5
Rows per page
Query Builder