Lucene search
K

429 matches found

Cvelist
Cvelist
added 2024/04/17 10:27 a.m.17 views

CVE-2024-26901 do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

6.2AI score0.00034EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2024/04/17 12:0 a.m.21 views

Fedora 39 : kernel (2024-f93cdd8831)

The remote Fedora 39 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-f93cdd8831 advisory. The 6.8.6 stable kernel update contains a number of important fixes across the tree. Tenable has extracted the preceding description block directly from the...

5.5CVSS6.9AI score0.00198EPSS
Exploits0References2
CVE
CVE
added 2024/04/14 11:49 a.m.67 views

CVE-2024-24863

CVE-2024-36014: A vulnerability in the Linux kernel DRM Malidp/MW connector path can cause a null pointer dereference. In malidp_mw_connector_reset, memory allocated with kzalloc is not checked, risking dereference if mw_state is invalid, potentially leading to a crash. The issue is addressed by ...

6.7AI score
Exploits0
Positive Technologies
Positive Technologies
added 2024/04/14 12:0 a.m.1 views

PT-2024-20620 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel affected versions not specified Description: The issue arises in the malidp mw connector reset function where new memory is allocated using kzalloc, but no check is performed to prevent null pointer dereferencing. To prevent this...

6.5AI score
Exploits0References8
OSV
OSV
added 2024/04/13 12:15 p.m.1 views

DEBIAN-CVE-2024-26817

In the Linux kernel, the following vulnerability has been resolved: amdkfd: use calloc instead of kzalloc to avoid integer overflow This uses calloc instead of doing the multiplication which might overflow...

5.5CVSS5.8AI score0.00198EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/04/13 12:15 p.m.23 views

CVE-2024-26817

In the Linux kernel, the following vulnerability has been resolved: amdkfd: use calloc instead of kzalloc to avoid integer overflow This uses calloc instead of doing the multiplication which might overflow...

5.5CVSS6.4AI score0.00198EPSS
Exploits0References28
OSV
OSV
added 2024/04/13 12:15 p.m.0 views

UBUNTU-CVE-2024-26817

In the Linux kernel, the following vulnerability has been resolved: amdkfd: use calloc instead of kzalloc to avoid integer overflow This uses calloc instead of doing the multiplication which might overflow...

5.5CVSS6.3AI score0.00198EPSS
Exploits0References29
Debian CVE
Debian CVE
added 2024/04/13 11:17 a.m.23 views

CVE-2024-26817

In the Linux kernel, the following vulnerability has been resolved: amdkfd: use calloc instead of kzalloc to avoid integer overflow This uses calloc instead of doing the multiplication which might overflow...

5.5CVSS7.5AI score0.00198EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/03/25 9:16 a.m.17 views

CVE-2021-47180 NFC: nci: fix memory leak in nci_allocate_device

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: fix memory leak in nciallocatedevice nfcmrvldisconnect fails to free the hcidev field in struct ncidev. Fix this by freeing hcidev in ncifreedevice. BUG: memory leak unreferenced object 0xffff888111ea6800 size 1024: com...

6.7AI score0.00014EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/03/25 9:16 a.m.17 views

CVE-2021-47180 NFC: nci: fix memory leak in nci_allocate_device

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: fix memory leak in nciallocatedevice nfcmrvldisconnect fails to free the hcidev field in struct ncidev. Fix this by freeing hcidev in ncifreedevice. BUG: memory leak unreferenced object 0xffff888111ea6800 size 1024: com...

7.5AI score0.00014EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2024/03/25 12:0 a.m.22 views

CVE-2021-47180

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: fix memory leak in nciallocatedevice nfcmrvldisconnect fails to free the hcidev field in struct ncidev. Fix this by freeing hcidev in ncifreedevice. BUG: memory leak unreferenced object 0xffff888111ea6800 size 1024: com...

5.5CVSS6.4AI score0.00014EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2024/02/28 3:42 a.m.0 views

SUSE CVE-2023-52465

In the Linux kernel, the following vulnerability has been resolved: power: supply: Fix null pointer dereference in smb2probe devmkasprintf and devmkzalloc return a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS6.6AI score0.00015EPSS
Exploits0References3
OSV
OSV
added 2024/02/26 4:27 p.m.1 views

UBUNTU-CVE-2023-52469

In the Linux kernel, the following vulnerability has been resolved: drivers/amd/pm: fix a use-after-free in kvparsepowertable When ps allocated by kzalloc equals to NULL, kvparsepowertable frees adev-pm.dpm.ps that allocated before. However, after the control flow goes through the following call...

7.8CVSS6.1AI score0.00013EPSS
Exploits0References21
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.1 views

kernel: scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check kzalloc in lpfcsli4cgnparamsread If kzalloc fails in lpfcsli4cgnparamsread, then we rely on lpfcreadobject's routine to NULL check pdata. Currently, an early return error is thrown from lpfcreadobject to protect...

5.5CVSS6.4AI score0.00056EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2023/08/02 12:0 a.m.2 views

PT-2025-43122

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s ath12k driver within the ath12k mac op hw scan function. The function directly uses the return value of kzalloc in a memcpy operation without checking...

6CVSS5.5AI score0.00027EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2023/07/05 7:0 a.m.2 views

An issue was discovered in the Linux kernel brcm_nvram_parse in drivers/nvmem/brcm_nvram.c. Lacks for the check of the return value of kzalloc() can cause the NULL Pointer Dereference.

...

5.5CVSS7.1AI score0.00018EPSS
Exploits0
OSV
OSV
added 2023/06/28 10:15 p.m.1 views

AZL-27347 CVE-2023-3359 affecting package kernel for versions less than 5.15.118.1-2

An issue was discovered in the Linux kernel brcmnvramparse in drivers/nvmem/brcmnvram.c. Lacks for the check of the return value of kzalloc can cause the NULL Pointer Dereference...

5.5CVSS6AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2023/06/28 10:15 p.m.1 views

AZL-27332 CVE-2023-3359 affecting package hyperv-daemons for versions less than 5.15.118.1-1

An issue was discovered in the Linux kernel brcmnvramparse in drivers/nvmem/brcmnvram.c. Lacks for the check of the return value of kzalloc can cause the NULL Pointer Dereference...

5.5CVSS6AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2023/06/28 10:15 p.m.0 views

UBUNTU-CVE-2023-3359

An issue was discovered in the Linux kernel brcmnvramparse in drivers/nvmem/brcmnvram.c. Lacks for the check of the return value of kzalloc can cause the NULL Pointer Dereference...

5.5CVSS6.6AI score0.00018EPSS
Exploits0References3
Microsoft CVE
Microsoft CVE
added 2023/06/28 7:0 a.m.1 views

An issue was discovered in the Linux kernel through 6.1-rc8. dpu_crtc_atomic_check in drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c lacks check of the return value of kzalloc() and will cause the NULL Pointer Dereference.

...

5.5CVSS7.2AI score0.00012EPSS
Exploits0
Rows per page
Query Builder