Lucene search
+L

231 matches found

CVE
CVE
added 2025/02/27 2:18 a.m.154 views

CVE-2024-58020

CVE-2024-58020 affects the Linux kernel HID multitouch driver. The issue arises when devm_kasprintf() returns NULL and the result is used in mt_input_configured() without a NULL check, risking NULL pointer dereference. Acknowledged fixes add a NULL check in mt_input_configured(); impact is listed...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References12Affected Software1
OSV
OSV
added 2025/01/15 1:15 p.m.21 views

UBUNTU-CVE-2024-57885

In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: fix sleeping function called from invalid context at print message Address a bug in the kernel that triggers a "sleeping function called from invalid context" warning when /sys/kernel/debug/kmemleak is printed under...

5.5CVSS6.4AI score0.00204EPSS
SaveExploits0References22
OSV
OSV
added 2024/12/27 3:02 p.m.10 views

CVE-2024-56634 gpio: grgpio: Add NULL check in grgpio_probe

In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpioprobe devmkasprintf can return a NULL pointer on failure,but this returned value in grgpioprobe is not checked. Add NULL check in grgpioprobe, to handle kernel NULL pointer dereference error...

5.5CVSS5.9AI score
SaveExploits0References12
CVE
CVE
added 2024/12/27 2:23 p.m.165 views

CVE-2024-56573

CVE-2024-56573 affects the Linux kernel EFI libstub path. The root cause is cmdline_ptr being an out parameter that is not allocated by the callee, while cmdline points into an allocation that should be freed on failure. The fix ensures the correct pointer is freed by passing the appropriate pool...

7CVSS6.5AI score0.00235EPSS
SaveExploits0References3Affected Software1
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.7 views

SUSE CVE-2021-47608

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic fetch The change in commit 37086bfdc737 "bpf: Propagate stack bounds to registers in atomics w/ BPFFETCH" around checkmemaccess handling is buggy since this would allow for unprivileged...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/30 3:28 p.m.57 views

CVE-2024-36888 workqueue: Fix selection of wake_cpu in kick_pool()

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix selection of wakecpu in kickpool With cpupossiblemask=0-63 and cpuonlinemask=0-7 the following kernel oops was observed: smp: Bringing up secondary CPUs ... smp: Brought up 1 node, 8 CPUs Unable to handle kernel...

6.2AI score0.00237EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.14 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a kernel pointer leak in the RDMA/hfi1 module...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/04/30 5:06 p.m.14 views

kernel: Information leak in l2cap_parse_conf_req in net/bluetooth/l2cap_core.c

An information leak vulnerability was found in the Linux kernel's implementation of logical link control and adaptation protocol L2CAP, part of the Bluetooth stack in the l2capparseconfreq function. An attacker with physical access within the range of standard Bluetooth transmission could use thi...

6.5CVSS6.7AI score0.00413EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/10 7:15 p.m.3 views

DEBIAN-CVE-2021-47216

In the Linux kernel, the following vulnerability has been resolved: scsi: advansys: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long' and printed with %lx. Change %lx to %p to print the hashed pointer...

5.5CVSS5.5AI score0.00226EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.30 views

CVE-2021-47216

In the Linux kernel, the following vulnerability has been resolved: scsi: advansys: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long' and printed with %lx. Change %lx to %p to print the hashed pointer...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2024/04/10 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel, which stems from the presence of a kernel pointer leak...

5.5CVSS6AI score0.00226EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/02/28 8:03 a.m.27 views

CVE-2021-46938

In the Linux kernel, the following vulnerability has been resolved: dm rq: fix double free of blkmqtagset in dev remove after table load fails When loading a device-mapper table for a request-based mapped device, and the allocation/initialization of the blkmqtagset for the device fails, a followi...

6.7CVSS6.2AI score0.00248EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/27 7:04 p.m.27 views

CVE-2021-46938

In the Linux kernel, the following vulnerability has been resolved: dm rq: fix double free of blkmqtagset in dev remove after table load fails When loading a device-mapper table for a request-based mapped device, and the allocation/initialization of the blkmqtagset for the device fails, a followi...

7.8CVSS6.4AI score0.00248EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.18 views

kernel: speculative pointer dereference in do_prlimit() in kernel/sys.c

A vulnerabilty was found in Linux Kernel, where a speculative pointer dereference problem exists in the Linux Kernel on the doprlimit function. The resource argument value is controlled and is used in pointer arithmetic for the 'rlim' variable and can be used to leak the contents...

5.3CVSS6.6AI score0.0072EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/07/18 8:33 a.m.8 views

kernel: uninitialized registers on stack in nft_do_chain can cause kernel pointer leakage to UM

A flaw was found in the Linux kernel in net/netfilter/nftablescore.c:nftdochain, which can cause a use-after-free. This issue needs to handle 'return' with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker...

5.5CVSS6.6AI score0.00434EPSS
SaveExploits2References6
RedHat Linux
RedHat Linux
added 2023/07/18 8:31 a.m.8 views

kernel: uninitialized registers on stack in nft_do_chain can cause kernel pointer leakage to UM

A flaw was found in the Linux kernel in net/netfilter/nftablescore.c:nftdochain, which can cause a use-after-free. This issue needs to handle 'return' with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker...

5.5CVSS6.6AI score0.00434EPSS
SaveExploits2References6
Vulnrichment
Vulnrichment
added 2023/05/25 1:22 p.m.19 views

CVE-2023-0459 Copy_from_user Spectre-V1 Gadget in Linux Kernel

Copyfromuser on 64-bit versions of the Linux kernel does not implement the uaccessbeginnospec allowing a user to bypass the "accessok" check and pass a kernel pointer to copyfromuser. This would allow an attacker to leak information. We recommend upgrading beyond...

6.5CVSS6.8AI score0.00635EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2023/05/25 1:22 p.m.39 views

CVE-2023-0459 Copy_from_user Spectre-V1 Gadget in Linux Kernel

Copyfromuser on 64-bit versions of the Linux kernel does not implement the uaccessbeginnospec allowing a user to bypass the "accessok" check and pass a kernel pointer to copyfromuser. This would allow an attacker to leak information. We recommend upgrading beyond...

6.5CVSS6.9AI score0.00635EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2023/02/15 5:38 a.m.11 views

SUSE CVE-2013-2195

The Elf parser libelf in Xen 4.2.x and earlier allow local guest administrators with certain permissions to have an unspecified impact via a crafted kernel, related to "pointer dereferences" involving unexpected calculations...

6.9CVSS6.5AI score0.00375EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2023/02/15 4:14 a.m.8 views

SUSE CVE-2019-9455

In the Android kernel in the video driver there is a kernel pointer leak due to a WARNON statement. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation...

4.4CVSS5.8AI score0.00179EPSS
SaveExploits0References17
Rows per page
Query Builder