Lucene search
K

107 matches found

CNNVD
CNNVD
added 2025/01/21 12:0 a.m.1 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 the failure of the ti-ads1298 driver in the iio module to check the return value of devmkasprintf. This coul...

5.5CVSS6.4AI score0.00033EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2025/01/21 12:0 a.m.2 views

PT-2025-3669 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel related to the ti-ads1298 driver. The issue arises because devm kasprintf can return a NULL pointer on failure, and a check for th...

8.1CVSS7.6AI score0.0009EPSS
Exploits3References881
SUSE CVE
SUSE CVE
added 2025/01/10 12:21 a.m.1 views

SUSE CVE-2024-56634

In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpioprobe devmkasprintf can return a NULL pointer on failure,but this returned value in grgpioprobe is not checked. Add NULL check in grgpioprobe, to handle kernel NULL pointer dereference error...

5.5CVSS7.5AI score0.00018EPSS
Exploits0References13
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.1 views

PT-2025-34397

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the davinci lpsc clk register function where a NULL pointer dereference can occur. This is due to the function not checking the return value of devm...

5.5CVSS6AI score0.00032EPSS
Exploits0
OSV
OSV
added 2024/12/27 3:15 p.m.1 views

DEBIAN-CVE-2024-56634

In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpioprobe devmkasprintf can return a NULL pointer on failure,but this returned value in grgpioprobe is not checked. Add NULL check in grgpioprobe, to handle kernel NULL pointer dereference error...

5.5CVSS5.7AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.2 views

AZL-55123 CVE-2024-56634 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpioprobe devmkasprintf can return a NULL pointer on failure,but this returned value in grgpioprobe is not checked. Add NULL check in grgpioprobe, to handle kernel NULL pointer dereference error...

5.5CVSS6.3AI score0.00018EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2024/12/27 3:2 p.m.1 views

CVE-2024-56634 gpio: grgpio: Add NULL check in grgpio_probe

In the Linux kernel, the following vulnerability has been resolved: gpio: grgpio: Add NULL check in grgpioprobe devmkasprintf can return a NULL pointer on failure,but this returned value in grgpioprobe is not checked. Add NULL check in grgpioprobe, to handle kernel NULL pointer dereference error...

7.4AI score0.00018EPSS
Exploits0References7
CNNVD
CNNVD
added 2024/12/27 12:0 a.m.1 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 originates from an unchecked return of null pointer by devmkasprintf in the gpio:grgpio module...

5.5CVSS6.6AI score0.00018EPSS
Exploits0References7
OSV
OSV
added 2024/12/04 3:15 p.m.1 views

DEBIAN-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.2AI score0.00022EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/10/29 4:15 a.m.1 views

SUSE 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.7AI score0.00017EPSS
Exploits0References5
OSV
OSV
added 2024/10/29 1:15 a.m.1 views

DEBIAN-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.5CVSS5.8AI score0.00017EPSS
Exploits0References1
OSV
OSV
added 2024/10/29 1:15 a.m.1 views

DEBIAN-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.5CVSS5.7AI score0.00036EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.1 views

SUSE CVE-2024-46769

In the Linux kernel, the following vulnerability has been resolved: spi: intel: Add check devmkasprintf returned value intelspipopulatechip use devmkasprintf to set pdata-name. This can return a NULL pointer on failure but this returned value is not checked...

5.5CVSS6.5AI score0.00158EPSS
Exploits0References3
OSV
OSV
added 2024/09/18 8:15 a.m.2 views

DEBIAN-CVE-2024-46769

In the Linux kernel, the following vulnerability has been resolved: spi: intel: Add check devmkasprintf returned value intelspipopulatechip use devmkasprintf to set pdata-name. This can return a NULL pointer on failure but this returned value is not checked...

5.5CVSS5.4AI score0.00158EPSS
Exploits0References1
OSV
OSV
added 2024/09/18 8:15 a.m.1 views

UBUNTU-CVE-2024-46769

In the Linux kernel, the following vulnerability has been resolved: spi: intel: Add check devmkasprintf returned value intelspipopulatechip use devmkasprintf to set pdata-name. This can return a NULL pointer on failure but this returned value is not checked...

5.5CVSS5.7AI score0.00158EPSS
Exploits0References5
CNNVD
CNNVD
added 2024/08/17 12:0 a.m.1 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 failure of the fslqmcaudio component to check the return value of the devmkasprintf function, which could...

5.5CVSS6.4AI score0.00018EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/05/21 2:2 a.m.4 views

SUSE CVE-2023-52663

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amdsofacpprobe Driver uses kasprintf to initialize fwcode,databin members of struct acpdevdata, but kfree is never called to deallocate the memory, which results in a memory leak. Fix the issue ...

5.5CVSS6.7AI score0.00018EPSS
Exploits0References13
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.1 views

SUSE CVE-2024-35943

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omapprmdomaininit devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.3AI score0.00022EPSS
Exploits0References13
OSV
OSV
added 2024/05/19 11:15 a.m.0 views

UBUNTU-CVE-2024-35943

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omapprmdomaininit devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.2AI score0.00022EPSS
Exploits0References20
OSV
OSV
added 2024/05/17 2:15 p.m.1 views

DEBIAN-CVE-2023-52663

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amdsofacpprobe Driver uses kasprintf to initialize fwcode,databin members of struct acpdevdata, but kfree is never called to deallocate the memory, which results in a memory leak. Fix the issue ...

5.5CVSS5.7AI score0.00018EPSS
Exploits0References1
Rows per page
Query Builder