Lucene search
+L

13862 matches found

OSV
OSV
added 2025/04/16 3:16 p.m.12 views

DEBIAN-CVE-2025-22116

In the Linux kernel, the following vulnerability has been resolved: idpf: check error for registernetdev on init Current init logic ignores the error code from registernetdev, which will cause WARNON on attempt to unregister it, if there was one, and there is no info for the user that the creatio...

5.5CVSS5.4AI score0.00193EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:16 p.m.12 views

AZL-69602 CVE-2025-22111 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF. SIOCBRDELIF is passed to devioctl first and later forwarded to brioctlcall, which causes unnecessary RTNL dance and the splat below 0 under RTNL pressure. Let's say Thread A...

5.5CVSS5.6AI score0.00196EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/16 3:16 p.m.10 views

CVE-2025-22097

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkmsexit function might access an uninitialized or freed defaultconfig pointer and it might double free it. Fix both possible erro...

7.8CVSS0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2025/04/16 3:16 p.m.9 views

CVE-2025-22088

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Prevent use-after-free in erdmaacceptnewconn After the erdmacepputnewcep being called, newcep will be freed, and the following dereference will cause a UAF problem. Fix this issue...

9.8CVSS0.00505EPSS
SaveExploits0References7
NVD
NVD
added 2025/04/16 3:16 p.m.13 views

CVE-2025-22093

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid NPD when ASIC does not support DMUB ctx-dmubsrv will de NULL if the ASIC does not support DMUB, which is tested in dmdmubswinit. However, it will be dereferenced in dmubhwlockmgrcmd if shouldusedmublock...

5.5CVSS0.00195EPSS
SaveExploits0References7
NVD
NVD
added 2025/04/16 3:16 p.m.21 views

CVE-2025-22094

In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Fix ref-counting on the PMU 'vpapmu' Commit 176cda0619b6 "powerpc/perf: Add perf interface to expose vpa counters" introduced 'vpapmu' to expose Book3s-HV nested APIv2 provided L1L2 context switch latency counters t...

7.3CVSS0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2025/04/16 3:16 p.m.19 views

CVE-2025-22070

In the Linux kernel, the following vulnerability has been resolved: fs/9p: fix NULL pointer dereference on mkdir When a 9p tree was mounted with option 'posixacl', parent directory had a default ACL set for its subdirectories, e.g.: setfacl -m default:group:simpsons:rwx parentdir then creating a...

5.5CVSS0.00193EPSS
SaveExploits0References4
NVD
NVD
added 2025/04/16 3:16 p.m.13 views

CVE-2025-22072

In the Linux kernel, the following vulnerability has been resolved: spufs: fix gang directory lifetimes prior to "POWERPC spufs: Fix gang destroy leaks" we used to have a problem with gang lifetimes - creation of a gang returns opened gang directory, which normally gets removed when that gets...

7.8CVSS0.00204EPSS
SaveExploits0References7
NVD
NVD
added 2025/04/16 3:16 p.m.10 views

CVE-2025-22066

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-card: Add NULL check in imxcardprobe devmkasprintf returns NULL when memory allocation fails. Currently, imxcardprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

5.5CVSS0.00195EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 3:16 p.m.9 views

UBUNTU-CVE-2025-22084

In the Linux kernel, the following vulnerability has been resolved: w1: fix NULL pointer dereference in probe The w1uartprobe function calls w1uartserdevopen which includes devmserdevdeviceopen before setting the client ops via serdevdevicesetclientops. This ordering can trigger a NULL pointer...

5.5CVSS6.2AI score0.00193EPSS
SaveExploits0References14
OSV
OSV
added 2025/04/16 3:16 p.m.7 views

UBUNTU-CVE-2025-22082

In the Linux kernel, the following vulnerability has been resolved: iio: backend: make sure to NULL terminate stack buffer Make sure to NULL terminate the buffer in iiobackenddebugfswritereg before passing it to sscanf. It is a stack variable so we should not assume it will 0 initialized...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References10
NVD
NVD
added 2025/04/16 3:16 p.m.10 views

CVE-2025-22064

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't unregister hook when table is dormant When nftablesupdchain encounters an error, hook registration needs to be rolled back. This should only be done if the hook has been registered, which won't happen...

5.5CVSS0.00254EPSS
SaveExploits0References5
NVD
NVD
added 2025/04/16 3:15 p.m.9 views

CVE-2025-22057

In the Linux kernel, the following vulnerability has been resolved: net: decrease cached dst counters in dstrelease Upstream fix ac888d58869b "net: do not delay dstentriesadd in dstrelease" moved decrementing the dst count from dstdestroy to dstrelease to avoid accessing already freed data in cas...

7.8CVSS0.00202EPSS
SaveExploits0References5
NVD
NVD
added 2025/04/16 3:15 p.m.29 views

CVE-2025-22048

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Don't override subprog's return value The verifier test calls: div by 0 in subprog triggers a panic at the ld.bu instruction. The ld.bu insn is trying to load byte from memory address returned by the subprog. The...

7.8CVSS0.00203EPSS
SaveExploits0References5
NVD
NVD
added 2025/04/16 3:15 p.m.9 views

CVE-2025-22047

In the Linux kernel, the following vulnerability has been resolved: x86/microcode/AMD: Fix applymicrocodeamd's return value When verifysha256digest fails, applymicrocodeamd should propagate the failure by returning false and not -1 which is promoted to true...

7.8CVSS0.00205EPSS
SaveExploits0References5
NVD
NVD
added 2025/04/16 3:15 p.m.9 views

CVE-2025-22045

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix flushtlbrange when used for zapping normal PMDs On the following path, flushtlbrange can be used for zapping normal PMD entries PMD entries that point to page tables together with the PTE entries in the pointed-to pag...

7.8CVSS0.00227EPSS
SaveExploits0References11
NVD
NVD
added 2025/04/16 3:15 p.m.10 views

CVE-2025-22028

In the Linux kernel, the following vulnerability has been resolved: media: vimc: skip .sstream for stopped entities Syzbot reported 1 a warning prompted by a check in callsstream that checks whether .sstream operation is warranted for unstarted or stopped subdevs. Add a simple fix in...

5.5CVSS0.00193EPSS
SaveExploits0References5
NVD
NVD
added 2025/04/16 3:15 p.m.16 views

CVE-2023-53034

In the Linux kernel, the following vulnerability has been resolved: ntbhwswitchtec: Fix shift-out-of-bounds in switchtecntbmwsettrans There is a kernel API ntbmwcleartrans would pass 0 to both addr and size. This would make xlatepos negative. 23.734156 switchtec switchtec0: MW 0: part 0 addr...

7.1CVSS0.00282EPSS
SaveExploits0References11
OSV
OSV
added 2025/04/16 3:15 p.m.7 views

UBUNTU-CVE-2025-22058

In the Linux kernel, the following vulnerability has been resolved: udp: Fix memory accounting leak. Matt Dowling reported a weird UDP memory usage issue. Under normal operation, the UDP memory usage reported in /proc/net/sockstat remains close to zero. However, it occasionally spiked to 524,288...

5.5CVSS6.3AI score0.00207EPSS
SaveExploits0References40
CVE
CVE
added 2025/04/16 2:13 p.m.129 views

CVE-2025-23137

CVE-2025-23137: A NULL pointer dereference in Linux kernel cpufreq/amd-pstate during amd_pstate_update has been fixed by adding a NULL check for policy before dereferencing. This resolves a local-privilege scenario with a MEDIUM base score (CVSS v3.1: AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H). The con...

5.5CVSS6.5AI score0.00179EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder