Lucene search
+L

102 matches found

CVE
CVE
added 2025/03/06 3:53 p.m.155 views

CVE-2024-58051

CVE-2024-58051 is a Linux kernel vulnerability affecting the IPMI/IPMB driver where devm_kasprintf() can return NULL on failure and its return value was not checked, leading to a NULL pointer dereference. The issue is categorized as Memory Safety with a high availability impact in the CVSS contex...

5.5CVSS7.2AI score0.00202EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/03/06 3:53 p.m.23 views

CVE-2024-58051 ipmi: ipmb: Add check devm_kasprintf() returned value

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: Add check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked...

6.1AI score
SaveExploits0References14
CNNVD
CNNVD
added 2025/03/06 12:0 a.m.9 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 not checking the devmkasprintf return value...

5.5CVSS6.6AI score0.00202EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/27 3:15 a.m.4 views

UBUNTU-CVE-2024-58020

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Add NULL check in mtinputconfigured devmkasprintf can return a NULL pointer on failure,but this returned value in mtinputconfigured is not checked. Add NULL check in mtinputconfigured, to handle kernel NULL point...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References47
CNNVD
CNNVD
added 2025/02/27 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 Linux kernel that stems from a failure to check the devmkasprintf return value in winwinginitled, which could lead to a null pointer...

5.5CVSS6.4AI score0.00206EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/21 1:15 p.m.6 views

UBUNTU-CVE-2024-57944

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: Add NULL check in ads1298init devmkasprintf can return a NULL pointer on failure. A check on the return value of such a call in ads1298init is missing. Add it...

5.5CVSS6.2AI score0.0017EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.5 views

SUSE CVE-2024-53199

In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-audmix: Add NULL check in imxaudmixprobe devmkasprintf can return a NULL pointer on failure,but this returned value in imxaudmixprobe is not checked. Add NULL check in imxaudmixprobe, to handle kernel NULL pointer...

5.5CVSS7.5AI score0.00213EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/12/05 5:13 a.m.12 views

CVE-2024-53126

In the Linux kernel, the following vulnerability has been resolved: vdpa: solidrun: Fix UB bug with devres In psnetopenpfbar and snetopenvfbar a string later passed to pcimiomapregions is placed on the stack. Neither pcimiomapregions nor the functions it calls copy that string. Should the string...

7.8CVSS6.9AI score0.00214EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/12/04 2:20 p.m.2 views

CVE-2024-53126 vdpa: solidrun: Fix UB bug with devres

In the Linux kernel, the following vulnerability has been resolved: vdpa: solidrun: Fix UB bug with devres In psnetopenpfbar and snetopenvfbar a string later passed to pcimiomapregions is placed on the stack. Neither pcimiomapregions nor the functions it calls copy that string. Should the string...

7.1CVSS7.6AI score0.00214EPSS
SaveExploits0References3
CVE
CVE
added 2024/12/04 2:20 p.m.170 views

CVE-2024-53126

In CVE-2024-53126, the Linux kernel fixes a UB bug in vdpa/solidrun code where a string placed on the stack in psnet_open_pf_bar() and snet_open_vf_bar() could be used after the stack frame disappeared. The string is not copied by pcim_iomap_regions() or its callees, leading to undefined behavior...

7.8CVSS6.6AI score0.00214EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/10/29 7:55 a.m.15 views

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.5CVSS7.2AI score0.00206EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/29 7:54 a.m.14 views

CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: 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.5CVSS7.2AI score0.00206EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/10/29 4:15 a.m.4 views

SUSE CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: 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.5CVSS7.7AI score0.00206EPSS
SaveExploits0References15
OSV
OSV
added 2024/10/29 1:15 a.m.8 views

AZL-51933 CVE-2024-50069 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: 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.5CVSS6.4AI score0.00206EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/29 1:15 a.m.21 views

CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: 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.5CVSS0.00206EPSS
SaveExploits0References5
NVD
NVD
added 2024/10/29 1:15 a.m.18 views

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.5CVSS0.00206EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/29 1:15 a.m.4 views

UBUNTU-CVE-2024-50069

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: 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.5CVSS6.2AI score0.00206EPSS
SaveExploits0References21
OSV
OSV
added 2024/10/29 12:50 a.m.9 views

CVE-2024-50070 pinctrl: stm32: check devm_kasprintf() returned value

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

6.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/10/29 12:50 a.m.27 views

CVE-2024-50070 pinctrl: stm32: check devm_kasprintf() returned value

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

0.00206EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/29 12:50 a.m.10 views

CVE-2024-50069 pinctrl: apple: check devm_kasprintf() returned value

In the Linux kernel, the following vulnerability has been resolved: pinctrl: apple: 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.5CVSS6.2AI score
SaveExploits0References8
Rows per page
Query Builder