Lucene search
+L

1164 matches found

EUVD
EUVD
added 2025/12/16 6:31 p.m.13 views

EUVD-2025-203810

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

5.9AI score0.00402EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/16 4:16 p.m.10 views

CVE-2025-68322

In the Linux kernel, the following vulnerability has been resolved: parisc: Avoid crash due to unaligned access in unwinder Guenter Roeck reported this kernel crash on his emulated B160L machine: Starting network: udhcpc: started, v1.36.1 Backtrace: unwindonce+0x1c/0x5c...

0.0018EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/16 4:16 p.m.10 views

CVE-2025-68320

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

7.5CVSS0.00402EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.6 views

CVE-2025-68320

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

7.5CVSS5.4AI score0.00402EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.7 views

CVE-2025-68282

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: fix use-after-free in usbgadgetstatework A race condition during gadget teardown can lead to a use-after-free in usbgadgetstatework, as reported by KASAN: BUG: KASAN: invalid-access in sysfsnotify+0x2c/0xd0...

5.7AI score0.00202EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/12/16 4:16 p.m.5 views

CVE-2025-68322

In the Linux kernel, the following vulnerability has been resolved: parisc: Avoid crash due to unaligned access in unwinder Guenter Roeck reported this kernel crash on his emulated B160L machine: Starting network: udhcpc: started, v1.36.1 Backtrace: unwindonce+0x1c/0x5c...

5.3AI score0.0018EPSS
SaveExploits0References20
OSV
OSV
added 2025/12/16 4:16 p.m.6 views

UBUNTU-CVE-2025-68320

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

7.5CVSS5.7AI score0.00402EPSS
SaveExploits0References22
OSV
OSV
added 2025/12/16 4:16 p.m.13 views

UBUNTU-CVE-2025-68322

In the Linux kernel, the following vulnerability has been resolved: parisc: Avoid crash due to unaligned access in unwinder Guenter Roeck reported this kernel crash on his emulated B160L machine: Starting network: udhcpc: started, v1.36.1 Backtrace: unwindonce+0x1c/0x5c...

5.7AI score0.0018EPSS
SaveExploits0References21
CVE
CVE
added 2025/12/16 3:44 p.m.32 views

CVE-2025-68320

CVE-2025-68320 affects the Linux kernel lan966x driver. The issue arises when code sleeps in an atomic context due to using a mutex in a path that can be called with interrupts disabled, as illustrated by the warning: “BUG: sleeping function called from invalid context” and the call trace showing...

7.5CVSS6.1AI score0.00402EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/16 3:44 p.m.42 views

CVE-2025-68320 lan966x: Fix sleeping in atomic context

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

7.5CVSS0.00402EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/16 3:44 p.m.6 views

CVE-2025-68320 lan966x: Fix sleeping in atomic context

In the Linux kernel, the following vulnerability has been resolved: lan966x: Fix sleeping in atomic context The following warning was seen when we try to connect using ssh to the device. BUG: sleeping function called from invalid context at kernel/locking/mutex.c:575 inatomic: 1, irqsdisabled: 0,...

7.5CVSS6.3AI score
SaveExploits0References7
EUVD
EUVD
added 2025/12/16 3:30 p.m.9 views

EUVD-2025-203693

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lock warning in amdgpuuserqfencedriverprocess Fix a potential deadlock caused by inconsistent spinlock usage between interrupt and process contexts in the userq fence driver. The issue occurs when...

5.8AI score0.00024EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/16 2:15 p.m.10 views

CVE-2025-68169

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix deadlock in memory allocation under spinlock Fix a AA deadlock in refillskbs where memory allocation while holding skbpool-lock can trigger a recursive lock acquisition attempt. The deadlock scenario occurs when the...

0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 2:15 p.m.12 views

UBUNTU-CVE-2025-68169

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix deadlock in memory allocation under spinlock Fix a AA deadlock in refillskbs where memory allocation while holding skbpool-lock can trigger a recursive lock acquisition attempt. The deadlock scenario occurs when the...

5.7AI score0.00181EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.6 views

CVE-2025-68169

In the Linux kernel, the following vulnerability has been resolved: netpoll: Fix deadlock in memory allocation under spinlock Fix a AA deadlock in refillskbs where memory allocation while holding skbpool-lock can trigger a recursive lock acquisition attempt. The deadlock scenario occurs when the...

5.7AI score0.00181EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.6 views

CVE-2025-68203

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

5.7AI score0.00024EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.14 views

CVE-2025-68202

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix unsafe locking in the scxdumpstate For built with CONFIGPREEMPTRT=y kernels, the dumplock will be converted sleepable spinlock and not disable-irq, so the following scenarios occur: inconsistent IN-HARDIRQ-W -...

5.7AI score0.00193EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/16 1:48 p.m.24 views

CVE-2025-68203

CVE-2025-68203 is rejected/not used as stated in the Initial Description.

6AI score0.00024EPSS
SaveExploits0
OSV
OSV
added 2025/12/16 1:48 p.m.11 views

CVE-2025-68203 drm/amdgpu: fix lock warning in amdgpu_userq_fence_driver_process

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lock warning in amdgpuuserqfencedriverprocess Fix a potential deadlock caused by inconsistent spinlock usage between interrupt and process contexts in the userq fence driver. The issue occurs when...

6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.35 views

CVE-2025-68203

...

0.00024EPSS
SaveExploits0
Rows per page
Query Builder