Lucene search
+L

113 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.7 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987073)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987073 advisory. In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gicpopulateppipartitions ofgetchildbyname returns a node...

5.5CVSS5.9AI score0.00281EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/04 4:15 p.m.17 views

CVE-2023-53534

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: mtkdrmcrtc: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

5.5CVSS0.00155EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.8 views

EUVD-2022-42541

Malicious code in bioql PyPI...

5.5CVSS6.8AI score0.00219EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/10/02 6:11 a.m.10 views

An issue was discovered in the Linux kernel through 5.16-rc6. imx_register_uart_clocks in drivers/clk/imx/clk.c lacks check of the return value of kcalloc() and will cause the null pointer dereference.

...

5.5CVSS8.4AI score0.00219EPSS
SaveExploits0
NVD
NVD
added 2025/10/01 8:15 a.m.8 views

CVE-2025-39891

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

7.1CVSS0.00163EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/01 8:15 a.m.15 views

AZL-68007 CVE-2025-39891 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Initialize the chanstats array to zero The adapter-chanstats array is initialized in mwifiexinitchannelscangap with vmalloc, which doesn't zero out memory. The array is filled in mwifiexupdatechanstatistics and the...

7.1CVSS5.6AI score0.00163EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/09/23 12:00 a.m.25 views

PT-2026-37488

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference can occur in the powerpc/smp component when the kcalloc function fails to allocate memory. This happens because the return value of kcalloc is not checked befo...

5.5CVSS5.4AI score0.00128EPSS
SaveExploits0
NVD
NVD
added 2025/09/15 3:15 p.m.16 views

CVE-2022-50308

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

5.5CVSS0.00155EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/15 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-26943

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Ubuntu Linux - In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in...

5.5CVSS5.6AI score0.00225EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/06/18 12:00 a.m.24 views

PT-2025-25802

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the regulator max20086. The issue involves invalid memory access when the device fails to probe, resulting in a call to ...

7.1CVSS6.8AI score0.00197EPSS
SaveExploits0
OSV
OSV
added 2025/05/20 6:15 p.m.9 views

DEBIAN-CVE-2025-37989

In the Linux kernel, the following vulnerability has been resolved: net: phy: leds: fix memory leak A network restart test on a router led to an out-of-memory condition, which was traced to a memory leak in the PHY LED trigger code. The root cause is misuse of the devm API. The registration...

5.5CVSS5.7AI score0.0019EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.12 views

CVE-2023-53027

Removed by vendor...

5.8AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/02/28 2:23 a.m.13 views

SUSE CVE-2024-57997

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix channel survey memory allocation size KASAN reported a memory allocation issue in wcn-chansurvey due to incorrect size calculation. This commit uses kcalloc to allocate memory for wcn-chansurvey, ensuring prope...

5.5CVSS7.7AI score0.00333EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/02/27 3:04 a.m.7 views

SUSE CVE-2022-49608

In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better t...

5.5CVSS7.6AI score0.0027EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/27 2:15 a.m.15 views

CVE-2024-57997

In the Linux kernel, the following vulnerability has been resolved: wifi: wcn36xx: fix channel survey memory allocation size KASAN reported a memory allocation issue in wcn-chansurvey due to incorrect size calculation. This commit uses kcalloc to allocate memory for wcn-chansurvey, ensuring prope...

8.8CVSS0.00333EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:01 a.m.7 views

DEBIAN-CVE-2022-49716

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gicpopulateppipartitions ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. When kcalloc fails, it missing ofnodeput and...

5.5CVSS5.5AI score0.00281EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.4 views

DEBIAN-CVE-2022-49608

In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devmkcalloc Because of the possible failure of the allocation, data-domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better t...

5.5CVSS5.3AI score0.0027EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.13 views

UBUNTU-CVE-2022-49716

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gicpopulateppipartitions ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. When kcalloc fails, it missing ofnodeput and...

5.5CVSS6.1AI score0.00281EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:24 a.m.12 views

CVE-2022-49716

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gicpopulateppipartitions ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. When kcalloc fails, it missing ofnodeput and...

5.5CVSS5.5AI score0.00281EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 2:13 a.m.127 views

CVE-2022-49453

Summary (CVE-2022-49453) : In the Linux kernel, the TI SoC power-domain driver (soc: ti: ti_sci_pm_domains) might dereference a NULL pointer if devm_kcalloc returns NULL. The recommended fix is to check the allocation result and return -ENOMEM, mirroring the handling in earlier code paths. The is...

5.5CVSS5.4AI score0.00261EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder