Lucene search
+L

3701 matches found

Cvelist
Cvelist
added 2025/05/01 1:7 p.m.22 views

CVE-2025-37791 ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmiscdb: use correct rpl size in ethtoolcmismodulepoll rpl is passed as a pointer to ethtoolcmismodulepoll, so the correct size of rpl is sizeofrpl which should be just 1 byte. Using the pointer size instead can cause...

7.8CVSS0.00183EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/01 1:7 p.m.9 views

CVE-2025-37762 drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix missed dmabuf unpinning in error path of preparefb Correct error handling in preparefb to fix leaking resources when error happens...

6.5AI score
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/04/24 9:49 a.m.6 views

SUSE CVE-2025-22121

In the Linux kernel, the following vulnerability has been resolved: ext4: fix out-of-bound read in ext4xattrinodedecrefall There's issue as follows: BUG: KASAN: use-after-free in ext4xattrinodedecrefall+0x6ff/0x790 Read of size 4 at addr ffff88807b003000 by task syz-executor.0/15172 CPU: 3 PID:...

5.5CVSS7.7AI score0.00185EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2025/04/23 12:41 p.m.21 views

Important: Red Hat Security Advisory: OpenShift Container Platform 4.17.26 bug fix and security update

Red Hat OpenShift Container Platform release 4.17.26 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.17. Red Hat Product Security has rated this update as having a...

7.5CVSS7.2AI score0.01351EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2025/04/23 12:0 a.m.6 views

PT-2025-22191

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, specifically in the Nouveau component. The issue arises when a fence is signaled through a means other than the expected nouveau...

5.5CVSS6.7AI score0.00187EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/04/18 11:20 p.m.7 views

SUSE CVE-2025-22031

In the Linux kernel, the following vulnerability has been resolved: PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion When BIOS neglects to assign bus numbers to PCI bridges, the kernel attempts to correct that during PCI device enumeration. If it runs out of bus numbers, no pcibu...

5.5CVSS6.3AI score0.00237EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/04/18 11:18 p.m.5 views

SUSE CVE-2025-39755

In the Linux kernel, the following vulnerability has been resolved: staging: gpib: Fix cb7210 pcmcia Oops The pcmciadriver struct was still only using the old .name initialization in the drv field. This led to a NULL pointer deref Oops in strcmp called from pcmciaregisterdriver. Initialize the...

5.5CVSS6.5AI score0.00221EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/18 7:15 a.m.14 views

UBUNTU-CVE-2025-39728

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix UBSAN panic in samsungclkinit With UBSANARRAYBOUNDS=y, I'm hitting the below panic due to dereferencing ctx-clkdata.hws before setting ctx-clkdata.num = nrclks. Move that up to fix the crash. UBSAN: array index...

5.5CVSS6.1AI score0.00244EPSS
SaveExploits0References41
Cvelist
Cvelist
added 2025/04/18 7:1 a.m.34 views

CVE-2025-38575 ksmbd: use aead_request_free to match aead_request_alloc

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use aeadrequestfree to match aeadrequestalloc Use aeadrequestfree instead of kfree to properly free memory allocated by aeadrequestalloc. This ensures sensitive crypto data is zeroed before being freed...

0.00252EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/04/17 1:33 a.m.7 views

SUSE CVE-2025-22021

In the Linux kernel, the following vulnerability has been resolved: netfilter: socket: Lookup orig tuple for IPv6 SNAT nfsklookupslowv4 does the conntrack lookup for IPv4 packets to restore the original 5-tuple in case of SNAT, to be able to find the right socket if any. Then socketmatch can...

2.5CVSS7.7AI score0.00429EPSS
SaveExploits0References17
OSV
OSV
added 2025/04/16 3:16 p.m.1 views

DEBIAN-CVE-2025-23132

In the Linux kernel, the following vulnerability has been resolved: f2fs: quota: fix to avoid warning in dquotwritebackdquots F2FS-fs dm-59: checkpoint=enable has some unwritten data. ------------ cut here ------------ WARNING: CPU: 6 PID: 8013 at fs/quota/dquot.c:691...

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

CVE-2025-22102

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix kernel panic during FW release This fixes a kernel panic seen during release FW in a stress test scenario where WLAN and BT FW download occurs simultaneously, and due to a HW bug, chip sends out only 1...

7.8CVSS0.00199EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 3:16 p.m.26 views

UBUNTU-CVE-2025-22104

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Use kernel helpers for hex dumps Previously, when the driver was printing hex dumps, the buffer was cast to an 8 byte long and printed using string formatters. If the buffer size was not a multiple of 8 then a read buffe...

7.1CVSS6.6AI score0.00191EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 3:16 p.m.6 views

UBUNTU-CVE-2025-23138

In the Linux kernel, the following vulnerability has been resolved: watchqueue: fix pipe accounting mismatch Currently, watchqueuesetsize modifies the pipe buffers charged to user-pipebufs without updating the pipe-nraccounted on the pipe itself, due to the if !pipehaswatchqueue test in...

5.5CVSS6.2AI score0.00187EPSS
SaveExploits0References41
OSV
OSV
added 2025/04/16 3:15 p.m.5 views

DEBIAN-CVE-2025-22049

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Increase ARCHDMAMINALIGN up to 16 ARCHDMAMINALIGN is 1 by default, but some LoongArch-specific devices such as APBDMA require 16 bytes alignment. When the data buffer length is too small, the hardware may make an error...

5.5CVSS5.8AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:15 p.m.2 views

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

5.5CVSS5.8AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:15 p.m.5 views

DEBIAN-CVE-2025-22026

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS5.6AI score0.00192EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:15 p.m.9 views

DEBIAN-CVE-2024-58096

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: add srng-lock for ath11khalsrng in monitor mode ath11khalsrng should be used with srng-lock to protect srng data. For ath11kdprxmondestprocess and ath11kdpfullmonprocessrx, they use ath11khalsrng for many times but...

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

UBUNTU-CVE-2025-22062

In the Linux kernel, the following vulnerability has been resolved: sctp: add mutual exclusion in procsctpdoudpport We must serialize calls to sctpudpsockstop and sctpudpsockstart or risk a crash as syzbot reported: Oops: general protection fault, probably for non-canonical address...

7.8CVSS6.2AI score0.00259EPSS
SaveExploits0References34
OSV
OSV
added 2025/04/16 3:15 p.m.4 views

UBUNTU-CVE-2025-22030

In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix cryptofreeacomp deadlock in zswapcpucompdead Currently, zswapcpucompdead calls cryptofreeacomp while holding the per-CPU acompctx mutex. cryptofreeacomp then holds scomplock through cryptoexitscompopsasync. On the...

5.5CVSS6.2AI score0.00187EPSS
SaveExploits0References14
Rows per page
Query Builder