Lucene search
+L

29547 matches found

OSV
OSV
added 2025/12/16 2:15 p.m.10 views

AZL-72466 CVE-2025-68229 affecting package kernel for versions less than 6.6.119.3-1

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.8AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/16 2:15 p.m.14 views

UBUNTU-CVE-2025-68208

In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv, ...; queuedst = pushstack...; widenimprecisescalarsenv, prevst,...

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

UBUNTU-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.00148EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/16 2:15 p.m.11 views

UBUNTU-CVE-2025-68217

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

5.8AI score0.00214EPSS
SaveExploits0References37
OSV
OSV
added 2025/12/16 2:15 p.m.11 views

UBUNTU-CVE-2025-40358

In the Linux kernel, the following vulnerability has been resolved: riscv: stacktrace: Disable KASAN checks for non-current tasks Unwinding the stack of a task other than current, KASAN would report "BUG: KASAN: out-of-bounds in walkstackframe+0x41c/0x460" There is a same issue on x86 and has bee...

7.1CVSS5.7AI score0.00147EPSS
SaveExploits0References22
OSV
OSV
added 2025/12/16 2:15 p.m.7 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:08 p.m.9 views

CVE-2025-68237 mtdchar: fix integer overflow in read/write ioctls

In the Linux kernel, the following vulnerability has been resolved: mtdchar: fix integer overflow in read/write ioctls The "req.start" and "req.len" variables are u64 values that come from the user at the start of the function. We mask away the high 32 bits of "req.len" so that's capped at U32MAX...

6.6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/16 2:08 p.m.18 views

CVE-2025-68235

In the Linux kernel, the following vulnerability has been resolved: nouveau/firmware: Add missing kfree of nvkmfalconfw::boot nvkmfalconfw::boot is allocated, but no one frees it. This causes a kmemleak warning. Make sure this data is deallocated...

5.3AI score0.00182EPSS
SaveExploits0
CVE
CVE
added 2025/12/16 2:04 p.m.45 views

CVE-2025-68234

CVE-2025-68234 : In the Linux kernel, the io_uring/cmd_net component had a bug in skb_queue_splice() argument handling, causing the splice to proceed in the wrong direction when timestamp retries splice data back into the socket queue. The issue, described as transposed arguments leading to incor...

7.8CVSS5.8AI score0.0013EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/16 2:04 p.m.11 views

CVE-2025-68233

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Add call to putpid Add a call to putpid corresponding to gettaskpid. host1xmemorycontextalloc does not take ownership of the PID so we need to free it here to avoid leaking. [email protected]: reword commit message...

5.3AI score0.00182EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 1:57 p.m.4 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.3AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2025/12/16 1:57 p.m.40 views

CVE-2025-68225

Technical details for CVE-2025-68225 are not publicly available in the provided documents. Connected sources reiterate the issue but do not specify affected products/versions or fixes. Monitor for updates and new official advisories.

6.1AI score0.00189EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/16 1:57 p.m.13 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.2AI score0.00204EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 1:57 p.m.14 views

CVE-2025-68220

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: netcp: Standardize knavdmaopenchannel to return NULL on error Make knavdmaopenchannel consistently return NULL on error instead of ERRPTR. Currently the header include/linux/soc/ti/knavdma.h returns NULL when t...

5.2AI score0.00205EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.40 views

CVE-2025-68210 erofs: avoid infinite loop due to incomplete zstd-compressed data

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid infinite loop due to incomplete zstd-compressed data Currently, the decompression logic incorrectly spins if compressed data is truncated in crafted deliberately corrupted images...

0.00193EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/16 1:48 p.m.11 views

CVE-2025-68209

In the Linux kernel, the following vulnerability has been resolved: mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic since only user CQs created through the mlx5ib driver are intended to...

5AI score0.00181EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/16 1:48 p.m.15 views

CVE-2025-68207

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Synchronize Dead CT worker with unbind Cancel and wait for any Dead CT worker to complete before continuing with device unbinding. Else the worker will end up using resources freed by the undind operation. cherry pick...

7.8CVSS5.1AI score0.00148EPSS
SaveExploits0
OSV
OSV
added 2025/12/16 1:48 p.m.8 views

CVE-2025-68207 drm/xe/guc: Synchronize Dead CT worker with unbind

In the Linux kernel, the following vulnerability has been resolved: drm/xe/guc: Synchronize Dead CT worker with unbind Cancel and wait for any Dead CT worker to complete before continuing with device unbinding. Else the worker will end up using resources freed by the undind operation. cherry pick...

7.8CVSS6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.40 views

CVE-2025-68202 sched_ext: Fix unsafe locking in the scx_dump_state()

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

0.00193EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/16 1:48 p.m.45 views

CVE-2025-68201

Technical details about CVE-2025-68201 are not publicly provided in the supplied documents. The OSV entries confirm patches for rootio-linux across Debian/Ubuntu, but do not disclose root cause, affected versions, or exploit information. Monitor for updates.

6.2AI score0.00197EPSS
SaveExploits0References4
Rows per page
Query Builder