Lucene search
K

429 matches found

OSV
OSV
added 2024/12/28 10:15 a.m.1 views

DEBIAN-CVE-2024-56696

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunitkzalloc kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunitkzalloc in soundkunit.c...

5.5CVSS5.6AI score0.00035EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/12/28 9:46 a.m.1 views

CVE-2024-56696 ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc()

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunitkzalloc kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add NULL checks for all the kunitkzalloc in soundkunit.c...

7.6AI score0.00035EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/12/28 12:0 a.m.2 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 null pointer dereference issue caused by the return of a null pointer by the kunitkzalloc function in the...

5.5CVSS6.5AI score0.00035EPSS
Exploits0References4
CNNVD
CNNVD
added 2024/12/27 12:0 a.m.3 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 originates from the phy:realtek:usb module where devmkzalloc may return NULL but is not checked...

5.5CVSS6.4AI score0.00018EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.2 views

kernel: ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup()

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Check for null return of devmkzalloc in fchmiscsetup devmkzalloc may fail, clkdata-name might be NULL and will cause a NULL pointer dereference later. rjw: Subject and changelog edits...

5.5CVSS6.8AI score0.00013EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.2 views

kernel: clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probe

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imxrt1050: fix memory leak in imxrt1050clocksprobe Use devmofiomap instead of ofiomap to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc will leak, but using...

5.5CVSS6.8AI score0.00022EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.0 views

kernel: 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...

5.5CVSS6.5AI score0.00034EPSS
Exploits0References5
OSV
OSV
added 2024/11/08 1:39 a.m.1 views

OESA-2024-2367 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL pointer check for kzalloc Why & How Check return pointer of kzalloc before using it.CVE-2024-42122 In the Linux kernel, the following...

7.8CVSS6.1AI score0.00125EPSS
Exploits2References122
OSV
OSV
added 2024/11/05 6:15 p.m.3 views

AZL-52441 CVE-2024-50103 affecting package kernel for versions less than 5.15.173.1-1

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.8AI score0.00012EPSS
Exploits0References1
NVD
NVD
added 2024/10/21 8:15 p.m.7 views

CVE-2022-48993

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

Exploits0
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.7 views

CVE-2022-48993

...

Exploits0
CVE
CVE
added 2024/10/21 8:6 p.m.47 views

CVE-2022-48993

CVE-2022-48993 is rejected/not used per the initial description; no active vulnerability details are provided.

6.8AI score
Exploits0
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.8 views

CVE-2022-48993

...

6.6AI score
Exploits0
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.3 views

kernel: cpufreq: amd-pstate: fix memory leak on CPU EPP exit

In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: fix memory leak on CPU EPP exit The cpudata memory from kzalloc in amdpstateeppcpuinit is not freed in the analogous exit function, so fix that. rjw: Subject and changelog edits...

5.5CVSS6.4AI score0.00028EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/08/23 3:18 a.m.1 views

SUSE CVE-2021-4441

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynqqspiexecmemop In zynqqspiexecmemop, kzalloc is directly used in memset, which could lead to a NULL pointer dereference on failure of kzalloc. Fix this bug by adding a chec...

5.5CVSS7.8AI score0.00016EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.0 views

SUSE CVE-2022-48886

In the Linux kernel, the following vulnerability has been resolved: ice: Add check for kzalloc Add the check for the return value of kzalloc in order to avoid NULL pointer dereference. Moreover, use the goto-label to share the clean code...

5.5CVSS6.3AI score0.0003EPSS
Exploits0References6
OSV
OSV
added 2024/08/22 2:15 a.m.1 views

UBUNTU-CVE-2022-48907

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: lcd2s: Fix memory leak in -remove Once allocated the struct lcd2sdata is never freed. Fix the memory leak by switching to devmkzalloc...

5.5CVSS5.8AI score0.00027EPSS
Exploits0References6
OSV
OSV
added 2024/08/22 2:15 a.m.0 views

UBUNTU-CVE-2021-4441

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynqqspiexecmemop In zynqqspiexecmemop, kzalloc is directly used in memset, which could lead to a NULL pointer dereference on failure of kzalloc. Fix this bug by adding a chec...

5.5CVSS6.1AI score0.00016EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/08/21 7:11 p.m.18 views

CVE-2022-48886

In the Linux kernel, the following vulnerability has been resolved: ice: Add check for kzalloc Add the check for the return value of kzalloc in order to avoid NULL pointer dereference. Moreover, use the goto-label to share the clean code...

6.1CVSS7.2AI score0.0003EPSS
Exploits0References4
NVD
NVD
added 2024/08/21 7:15 a.m.24 views

CVE-2022-48886

In the Linux kernel, the following vulnerability has been resolved: ice: Add check for kzalloc Add the check for the return value of kzalloc in order to avoid NULL pointer dereference. Moreover, use the goto-label to share the clean code...

5.5CVSS0.0003EPSS
Exploits0References2
Rows per page
Query Builder