Lucene search
+L

2189 matches found

OSV
OSV
added 2024/11/08 6:15 a.m.10 views

AZL-53321 CVE-2024-50209 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Add a check for memory allocation allocpbl can return error when memory allocation fails. Driver is not checking the status on one of the instances...

7.8CVSS6.8AI score0.00215EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/08 6:7 a.m.2 views

CVE-2024-50209 RDMA/bnxt_re: Add a check for memory allocation

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Add a check for memory allocation allocpbl can return error when memory allocation fails. Driver is not checking the status on one of the instances...

7.6AI score0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2024/11/07 10:15 a.m.10 views

AZL-52975 CVE-2024-50160 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs8409: Fix possible NULL dereference If sndhdagenaddkctl fails to allocate memory and returns NULL, then NULL pointer dereference will occur in the next line. Since dolphinfixups function is a hdafixup function which i...

5.5CVSS6.3AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.8 views

AZL-52997 CVE-2024-50153 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix null-ptr-deref in targetallocdevice There is a null-ptr-deref issue reported by KASAN: BUG: KASAN: null-ptr-deref in targetallocdevice+0xbc4/0xbe0 targetcoremod ... kasanreport+0xb9/0xf0...

5.5CVSS6.8AI score0.00257EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/07 10:15 a.m.4 views

UBUNTU-CVE-2024-50153

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix null-ptr-deref in targetallocdevice There is a null-ptr-deref issue reported by KASAN: BUG: KASAN: null-ptr-deref in targetallocdevice+0xbc4/0xbe0 targetcoremod ... kasanreport+0xb9/0xf0...

5.5CVSS6.2AI score0.00257EPSS
SaveExploits0References34
OSV
OSV
added 2024/11/07 10:15 a.m.4 views

UBUNTU-CVE-2024-50156

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Avoid NULL dereference in msmdispstateprintregs If the allocation in msmdispstatedumpregs failed then block-state can be NULL. The msmdispstateprintregs function does have code to try to handle it with: if reg dumpaddr =...

5.5CVSS6.3AI score0.00216EPSS
SaveExploits0References34
Vulnrichment
Vulnrichment
added 2024/11/07 9:31 a.m.2 views

CVE-2024-50160 ALSA: hda/cs8409: Fix possible NULL dereference

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs8409: Fix possible NULL dereference If sndhdagenaddkctl fails to allocate memory and returns NULL, then NULL pointer dereference will occur in the next line. Since dolphinfixups function is a hdafixup function which i...

7.5AI score0.00216EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/11/07 12:0 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 Linux kernel that stems from the buildskb function returning null on memory allocation failure, which is not handled correctly...

5.5CVSS6.4AI score0.00226EPSS
SaveExploits0References6
OSV
OSV
added 2024/11/05 6:15 p.m.7 views

AZL-52511 CVE-2024-50120 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: smb: client: Handle kstrdup failures for passwords In smb3reconfigure, after duplicating ctx-password and ctx-password2 with kstrdup, we need to check for allocation failures. If ses-password allocation fails, return -ENOMEM. If...

5.5CVSS6.8AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/05 6:15 p.m.11 views

UBUNTU-CVE-2024-50103

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix NULL Dereference in asocqcomlpasscpuplatformprobe A devmkzalloc in asocqcomlpasscpuplatformprobe could possibly return NULL pointer. NULL Pointer Dereference may be triggerred without addtional check. Add a NULL...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References34
Positive Technologies
Positive Technologies
added 2024/11/04 12:0 a.m.10 views

PT-2024-34099

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns a behavior change in the Linux kernel related to signal handling, specifically with the override rlimit logic. Prior to a certain commit, the UCOUNT RLIMIT SIGPENDIN...

5.5CVSS5.5AI score0.00234EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/10/29 4:15 a.m.5 views

SUSE CVE-2024-50087

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free on readalloconename error The function readalloconename does not initialize the name field of the passed fscryptstr struct if kmalloc fails to allocate the corresponding buffer. Thus, it is n...

5.5CVSS7.7AI score0.00206EPSS
SaveExploits0References15
OSV
OSV
added 2024/10/29 1:15 a.m.2 views

DEBIAN-CVE-2024-50087

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix uninitialized pointer free on readalloconename error The function readalloconename does not initialize the name field of the passed fscryptstr struct if kmalloc fails to allocate the corresponding buffer. Thus, it is n...

5.5CVSS5.7AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/29 1:15 a.m.2 views

DEBIAN-CVE-2024-50070

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked. Fix this lack and check the returned value. Found by code review...

5.5CVSS5.8AI score0.00206EPSS
SaveExploits0References1
OpenVAS
OpenVAS
added 2024/10/28 12:0 a.m.31 views

Huawei EulerOS: Security Advisory for glibc (EulerOS-SA-2024-2666)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.1CVSS9.1AI score0.8833EPSS
SaveExploits16References2
SUSE CVE
SUSE CVE
added 2024/10/25 3:7 a.m.6 views

SUSE CVE-2024-49927

In the Linux kernel, the following vulnerability has been resolved: x86/ioapic: Handle allocation failures gracefully Breno observed panics when using failslab under certain conditions during runtime: can not alloc irqpinlist -1,0,20 Kernel panic - not syncing: IO-APIC: failed to add irq-pin. Can...

5.5CVSS6.4AI score0.00238EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/10/25 3:6 a.m.2 views

SUSE CVE-2024-49962

In the Linux kernel, the following vulnerability has been resolved: ACPICA: check null return of ACPIALLOCATEZEROED in acpidbconverttopackage ACPICA commit 4d4547cf13cca820ff7e0f859ba83e1a610b9fd0 ACPIALLOCATEZEROED may fail, elements might be NULL and will cause NULL pointer dereference later...

5.5CVSS6.4AI score0.0025EPSS
SaveExploits0References21
SUSE CVE
SUSE CVE
added 2024/10/25 3:6 a.m.3 views

SUSE CVE-2024-49972

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Deallocate DML memory if allocation fails Why When DC state create DML memory allocation fails, memory is not deallocated subsequently, resulting in uninitialized structure that is not NULL. How Deallocate memory...

5.8CVSS7.7AI score0.00211EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.3 views

SUSE CVE-2024-49954

In the Linux kernel, the following vulnerability has been resolved: staticcall: Replace pointless WARNON in staticcallmodulenotify staticcallmodulenotify triggers a WARNON, when memory allocation fails in staticcalladdmodule. That's not really justified, because the failure case must be correctly...

5.5CVSS6.4AI score0.00236EPSS
SaveExploits0References19
SUSE CVE
SUSE CVE
added 2024/10/22 2:23 p.m.7 views

SUSE CVE-2022-48963

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipcmuxinit When failed to alloc ipcmux-uladb.ppqlt in ipcmuxinit, ipcmux is not released...

5.5CVSS6.5AI score0.00202EPSS
SaveExploits0References3
Rows per page
Query Builder