Lucene search
K

437 matches found

Debian CVE
Debian CVE
added 2025/04/01 3:41 p.m.6 views

CVE-2025-21950

In the Linux kernel, the following vulnerability has been resolved: drivers: virt: acrn: hsm: Use kzalloc to avoid info leak in pmcmdioctl In the "pmcmdioctl" function, three memory objects allocated by kmalloc are initialized by "hcallgetcpustate", which are then copied to user space. The...

7.1CVSS5.6AI score0.0017EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/03/28 3:41 a.m.1 views

SUSE CVE-2022-49740

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bounds reads This patch fixes slab-out-of-bounds reads in brcmfmac that occur in brcmfconstructchaninfo and brcmfenablebw402g when the count value of channel...

5.5CVSS6.8AI score0.0016EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/03/07 2:39 a.m.2 views

SUSE CVE-2024-58064

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in testcfg80211parsecolocatedap kunitkzalloc may return NULL, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for ies...

5.5CVSS7.6AI score0.00164EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/03/07 2:39 a.m.2 views

SUSE CVE-2024-58065

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Fix the check...

5.5CVSS6.5AI score0.0014EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/03/07 2:39 a.m.1 views

SUSE CVE-2024-58067

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-mpmu: Fix a NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Update the check to match...

5.5CVSS6.5AI score0.0014EPSS
Exploits0References3
OSV
OSV
added 2025/03/06 4:15 p.m.2 views

DEBIAN-CVE-2024-58064

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in testcfg80211parsecolocatedap kunitkzalloc may return NULL, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for ies...

5.5CVSS5.6AI score0.00164EPSS
Exploits0References1
OSV
OSV
added 2025/03/06 4:15 p.m.2 views

UBUNTU-CVE-2024-58064

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in testcfg80211parsecolocatedap kunitkzalloc may return NULL, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for ies...

5.5CVSS6.5AI score0.00164EPSS
Exploits0References9
OSV
OSV
added 2025/03/06 4:15 p.m.0 views

UBUNTU-CVE-2024-58067

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-mpmu: Fix a NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Update the check to match...

5.5CVSS5.7AI score0.0014EPSS
Exploits0References5
OSV
OSV
added 2025/03/06 3:54 p.m.2 views

CVE-2024-58067 clk: mmp: pxa1908-mpmu: Fix a NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-mpmu: Fix a NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Update the check to match...

5.5CVSS6.5AI score0.0014EPSS
Exploits0References5
CVE
CVE
added 2025/03/06 3:54 p.m.47 views

CVE-2024-58065

The CVE-2024-58065 issue concerns the Linux kernel component clk: mmp: pxa1908-apbc. Root cause: the NULL vs IS_ERR() check was incorrect because devm_kzalloc() returns NULL on error, not an error pointer. Die to this, a NULL check fix was applied to properly distinguish allocation failures. The ...

5.5CVSS7.2AI score0.0014EPSS
Exploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/03/06 3:54 p.m.2 views

CVE-2024-58064 wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_colocated_ap()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in testcfg80211parsecolocatedap kunitkzalloc may return NULL, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for ies...

7.5AI score0.00164EPSS
Exploits0References3
CNNVD
CNNVD
added 2025/03/06 12:0 a.m.4 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 an unchecked kunitkzalloc return value that could lead to a null pointer dereference...

5.5CVSS6.4AI score0.00164EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/03/06 12:0 a.m.4 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 devmkzalloc return value checking error that could lead to a null pointer dereference...

5.5CVSS5AI score0.0014EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2025/02/27 8:0 p.m.1 views

CVE-2025-21798 firewire: test: Fix potential null dereference in firewire kunit test

In the Linux kernel, the following vulnerability has been resolved: firewire: test: Fix potential null dereference in firewire kunit test kunitkzalloc may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for teststate...

6.1AI score0.00198EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.2 views

SUSE CVE-2022-49141

In the Linux kernel, the following vulnerability has been resolved: net: dsa: felix: fix possible NULL pointer dereference As the possible failure of the allocation, kzalloc may return NULL pointer. Therefore, it should be better to check the 'sgi' in order to prevent the dereference of NULL...

5.5CVSS6.5AI score0.00204EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:10 a.m.2 views

SUSE CVE-2022-49184

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: switchdev: fix possible NULL pointer dereference As the possible failure of the allocation, devmkzalloc may return NULL pointer. Therefore, it should be better to check the 'db' in order to prevent the dereference of...

5.5CVSS6.5AI score0.0024EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:9 a.m.1 views

SUSE CVE-2022-49254

In the Linux kernel, the following vulnerability has been resolved: media: ti-vpe: cal: Fix a NULL pointer dereference in calctxv4l2initformats In calctxv4l2initformats, devmkzalloc is assigned to ctx-activefmt and there is a dereference of it after that, which could lead to NULL pointer...

5.5CVSS6.3AI score0.00246EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/02/27 3:5 a.m.2 views

SUSE CVE-2022-49556

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leak For some sev ioctl interfaces, the length parameter that is passed maybe less than or equal to SEVFWBLOBMAXSIZE, but larger than the data that PSP firmwar...

5.5CVSS6.4AI score0.00252EPSS
Exploits0References7
OSV
OSV
added 2025/02/26 7:1 a.m.1 views

UBUNTU-CVE-2022-49480

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-hdmi: Fix refcount leak in imxhdmiprobe offinddevicebynode takes reference, we should use putdevice to release it. when devmkzalloc fails, it doesn't have a putdevice, it will cause refcount leak. Add missing putdevice ...

5.5CVSS6.5AI score0.00239EPSS
Exploits0References7
OSV
OSV
added 2025/02/26 7:1 a.m.0 views

UBUNTU-CVE-2022-49448

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devmkzalloc As the potential failure of allocation, devmkzalloc may return NULL. Then the 'pd-pmb' and the follow lines of code may bring null pointer dereference. Therefore, it is better to che...

5.5CVSS6.5AI score0.00239EPSS
Exploits0References7
Rows per page
Query Builder