Lucene search
+L

3629 matches found

CVE
CVE
added 2025/12/16 2:21 p.m.22 views

CVE-2025-68241

CVE-2025-68241 relates to the Linux kernel IPv4 route path (net/ipv4/route.c) where a race between fnhe_remove_oldest() selecting an entry for deletion and the kfree_rcu() callback can allow a stale fnhe to be rebound to a new dst, causing a device reference count leak and a dmesg warning on unre...

7.5CVSS5.8AI score0.00413EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/16 2:21 p.m.9 views

CVE-2025-68239 binfmt_misc: restore write access before closing files opened by open_exec()

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: restore write access before closing files opened by openexec bmregisterwrite opens an executable file using openexec, which internally calls doopenexecat and denies write access on the file to avoid modification while...

6.3AI score
SaveExploits0References9
OSV
OSV
added 2025/12/16 2:15 p.m.6 views

UBUNTU-CVE-2025-68170

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Do not kfree devres managed rdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc rdev is managed by devres and we shouldn't be calling kfree on it. This fixes things exploding if the...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/16 2:15 p.m.3 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.00176EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/16 2:15 p.m.5 views

UBUNTU-CVE-2025-40359

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel: Fix KASAN global-out-of-bounds warning When running "perf mem record" command on CWF, the below KASAN global-out-of-bounds warning is seen. ================================================================== BUG:...

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

UBUNTU-CVE-2025-68230

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix gpu page fault after hibernation on PF passthrough On PF passthrough environment, after hibernate and then resume, coralgemm will cause gpu page fault. Mode1 reset happens during hibernate, but partition mode is n...

5.7AI score0.00172EPSS
SaveExploits0References12
OSV
OSV
added 2025/12/16 2:8 p.m.7 views

CVE-2025-68238 mtd: rawnand: cadence: fix DMA device NULL pointer dereference

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: cadence: fix DMA device NULL pointer dereference The DMA device pointer dmadev was being dereferenced before ensuring that cdnsctrl-dmac is properly initialized. Move the assignment of dmadev after successfully...

6.4AI score
SaveExploits0References10
CVE
CVE
added 2025/12/16 2:8 p.m.21 views

CVE-2025-68238

CVE-2025-68238 affects the Linux kernel mtd: rawnand: cadence driver. Root cause: the DMA device pointer (dma_dev) was dereferenced before cdns_ctrl->dmac was initialized, risking NULL dereference. Fix: move the assignment of dma_dev to after successfully acquiring the DMA channel, ensuring th...

6.1AI score0.00171EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/16 1:57 p.m.17 views

CVE-2025-68228

CVE-2025-68228 concerns the Linux kernel DRM plane code: specifically create_in_format_blob() could return NULL instead of a valid pointer or an error, causing a potential kernel oops when the blob is dereferenced. The issue is resolved by returning proper error values in failure cases. Multiple ...

6.1AI score0.00165EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/16 1:57 p.m.4 views

CVE-2025-68212 fs: Fix uninitialized 'offp' in statmount_string()

In the Linux kernel, the following vulnerability has been resolved: fs: Fix uninitialized 'offp' in statmountstring In statmountstring, most flags assign an output offset pointer offp which is later updated with the string offset. However, the STATMOUNTMNTUIDMAP and STATMOUNTMNTGIDMAP cases...

7.8CVSS6.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.33 views

CVE-2025-68208 bpf: account for current allocated stack depth in widen_imprecise_scalars()

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.8CVSS0.00137EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/16 1:30 p.m.9 views

CVE-2025-40354 drm/amd/display: increase max link count and fix link->enc NULL pointer access

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: increase max link count and fix link-enc NULL pointer access why 1. dc-linksMAXLINKS array size smaller than actual requested. maxconnector + maxdpia + 4 virtual = 14. increase from 12 to 14. 2. hwinit access nul...

7.8CVSS6.4AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.8 views

PT-2025-51582

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the netpoll subsystem that can lead to a deadlock scenario when the system experiences significant memory pressure. This occurs during memory...

5.6AI score0.00641EPSS
SaveExploits4References385
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.14 views

PT-2025-51602

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.17.0-rc7 Description The Linux kernel contains a flaw within the drm/msm subsystem related to the handling of imported DMA buffers during object freeing. Specifically, the condition checking for the NO SHARE ca...

5.3AI score0.00641EPSS
SaveExploits4References385
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.5 views

PT-2025-51640

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s MPTCP implementation related to protocol fallback detection with BPF. The issue arises when a server has MPTCP enabled, but a client sends a TCP SYN...

4.6CVSS6.4AI score0.00191EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.18 views

PT-2025-51660

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential memory leak exists in the do timer create function related to POSIX timers. Specifically, when a timer ID is allocated and subsequent access to a user space value fails, the...

5.4AI score0.00641EPSS
SaveExploits4References386
CBLMariner
CBLMariner
added 2025/12/15 4:3 p.m.6 views

CVE-2025-40200 affecting package kernel for versions less than 6.6.117.1-1

CVE-2025-40200 affecting package kernel for versions less than 6.6.117.1-1. An upgraded version of the package is available that resolves this issue...

6.8AI score0.00193EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991160)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991160 advisory. In the Linux kernel, the following vulnerability has been resolved: media: cx25821: Fix the warning when removing the module When removing the module, we will get th...

5.5CVSS5.8AI score0.0027EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.2 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991164)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991164 advisory. In the Linux kernel, the following vulnerability has been resolved: arm64: fix oops in concurrently setting insnemulation sysctls emulationprochandler changes...

5.5CVSS6.1AI score0.00203EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991142)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991142 advisory. In the Linux kernel, the following vulnerability has been resolved: gfs2: Check sbbsizeshift after reading superblock Fuzzers like to scribble over sbbsizeshift but ...

5.5CVSS6.1AI score0.00207EPSS
SaveExploits0References4
Rows per page
Query Builder