Lucene search
+L

23351 matches found

NVD
NVD
added 2025/12/16 2:15 p.m.8 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
NVD
NVD
added 2025/12/16 2:15 p.m.8 views

CVE-2025-68167

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix invalid pointer access in debugfs If the memory allocation in gpiolibseqstart fails, the s-private field remains uninitialized and is later dereferenced without checking in gpiolibseqstop. Initialize s-private to NUL...

7.8CVSS0.00149EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.9 views

CVE-2025-68190

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/atom: Check kcalloc for WS buffer in amdgpuatomexecutetablelocked kcalloc may fail. When WS is non-zero and allocation fails, ectx.ws remains NULL while ectx.wssize is set, leading to a potential NULL pointer dereferen...

5.5AI score0.00193EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.8 views

CVE-2025-40361

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

5.9AI score0.00032EPSS
SaveExploits0References9
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.7 views

CVE-2025-68222

In the Linux kernel, the following vulnerability has been resolved: pinctrl: s32cc: fix uninitialized memory in s32pinctrldesc s32pinctrldesc is allocated with devmkmalloc, but not all of its fields are initialized. Notably, numcustomparams is used in pinconfgenericparsedtconfig, resulting in...

5.7AI score0.00205EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.9 views

CVE-2025-68229

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix segfault in tcmlooptpgaddressshow If the allocation of tlhba-sh fails in tcmloopdriverprobe and we attempt to dereference it in tcmlooptpgaddressshow we will get a segfault, see below for an example. So...

5.7AI score0.00201EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.7 views

CVE-2025-68191

In the Linux kernel, the following vulnerability has been resolved: udptunnel: use netdevwarn instead of netdevWARN netdevWARN uses WARN/WARNON to print a backtrace along with file and line information. In this case, udptunnelnicregister returning an error is just a failed operation, not a kernel...

6AI score0.00202EPSS
SaveExploits0References34
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.4 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
OSV
OSV
added 2025/12/16 2:15 p.m.10 views

UBUNTU-CVE-2025-68229

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix segfault in tcmlooptpgaddressshow If the allocation of tlhba-sh fails in tcmloopdriverprobe and we attempt to dereference it in tcmlooptpgaddressshow we will get a segfault, see below for an example. So...

5.9AI score0.00201EPSS
SaveExploits0References37
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.7 views

CVE-2025-68167

In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix invalid pointer access in debugfs If the memory allocation in gpiolibseqstart fails, the s-private field remains uninitialized and is later dereferenced without checking in gpiolibseqstop. Initialize s-private to NUL...

7.8CVSS5.7AI score0.00149EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/16 2:15 p.m.7 views

UBUNTU-CVE-2025-40349

In the Linux kernel, the following vulnerability has been resolved: hfs: validate record offset in hfsplusbmapalloc hfsplusbmapalloc can trigger a crash if a record offset or length is larger than nodesize 15.264282 BUG: KASAN: slab-out-of-bounds in hfsplusbmapalloc+0x887/0x8b0 15.265192 Read of...

7.8CVSS5.7AI score0.0015EPSS
SaveExploits0References40
OSV
OSV
added 2025/12/16 2:15 p.m.6 views

UBUNTU-CVE-2025-68181

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Remove calls to drmputdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc drmputdev'ing to trigger it to be free'd should be done by devres. However, drmputdev is still in the probe...

7.8CVSS5.7AI score0.00144EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/16 2:15 p.m.6 views

UBUNTU-CVE-2025-68191

In the Linux kernel, the following vulnerability has been resolved: udptunnel: use netdevwarn instead of netdevWARN netdevWARN uses WARN/WARNON to print a backtrace along with file and line information. In this case, udptunnelnicregister returning an error is just a failed operation, not a kernel...

5.7AI score0.00202EPSS
SaveExploits0References35
OSV
OSV
added 2025/12/16 2:15 p.m.7 views

UBUNTU-CVE-2025-68190

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/atom: Check kcalloc for WS buffer in amdgpuatomexecutetablelocked kcalloc may fail. When WS is non-zero and allocation fails, ectx.ws remains NULL while ectx.wssize is set, leading to a potential NULL pointer dereferen...

5.8AI score0.00193EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.42 views

CVE-2025-68229 scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix segfault in tcmlooptpgaddressshow If the allocation of tlhba-sh fails in tcmloopdriverprobe and we attempt to dereference it in tcmlooptpgaddressshow we will get a segfault, see below for an example. So...

0.00201EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/16 1:57 p.m.26 views

CVE-2025-68222

CVE-2025-68222 (Linux kernel) : The pinctrl driver for the NXP S32CC PHY/SoC allocated s32_pinctrl_desc with devm_kmalloc() but did not initialize all fields (notably num_custom_params), causing intermittent allocation failures during pinctrl/DT parsing, which in turn can cascade to parse errors ...

6.1AI score0.00205EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/16 1:57 p.m.9 views

CVE-2025-68222 pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc

In the Linux kernel, the following vulnerability has been resolved: pinctrl: s32cc: fix uninitialized memory in s32pinctrldesc s32pinctrldesc is allocated with devmkmalloc, but not all of its fields are initialized. Notably, numcustomparams is used in pinconfgenericparsedtconfig, resulting in...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.39 views

CVE-2025-68217 Input: pegasus-notetaker - fix potential out-of-bounds access

In the Linux kernel, the following vulnerability has been resolved: Input: pegasus-notetaker - fix potential out-of-bounds access In the pegasusnotetaker driver, the pegasusprobe function allocates the URB transfer buffer using the wMaxPacketSize value from the endpoint descriptor. An attacker ca...

0.00216EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/16 1:43 p.m.8 views

CVE-2025-68191 udp_tunnel: use netdev_warn() instead of netdev_WARN()

In the Linux kernel, the following vulnerability has been resolved: udptunnel: use netdevwarn instead of netdevWARN netdevWARN uses WARN/WARNON to print a backtrace along with file and line information. In this case, udptunnelnicregister returning an error is just a failed operation, not a kernel...

6.3AI score
SaveExploits0References10
Rows per page
Query Builder