Lucene search
+L

1517 matches found

Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.15 views

CVE-2024-46769 spi: intel: Add check devm_kasprintf() returned value

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

6.7AI score0.00203EPSS
SaveExploits0References2
CVE
CVE
added 2024/09/18 7:12 a.m.68 views

CVE-2024-46769

CVE-2024-46769 relates to the Linux kernel SPI Intel driver. A check for the pointer returned by devm_kasprintf() in intel_spi_populate_chip() was missing, allowing a NULL pointer to be used for pdata->name. The vulnerability has been resolved in the kernel with the fix described in the linked...

5.5CVSS5.2AI score0.00203EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.30 views

CVE-2024-46769 spi: intel: Add check devm_kasprintf() returned value

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

0.00203EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.47 views

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.00203EPSS
SaveExploits0
OSV
OSV
added 2024/09/18 7:12 a.m.23 views

CVE-2024-46769 spi: intel: Add check devm_kasprintf() returned value

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.5CVSS5AI score0.00203EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/09/12 12:0 a.m.136 views

EulerOS 2.0 SP9 : kernel (EulerOS-SA-2024-2369)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : kernel:ACPI: CPPC: Use accesswidth over bitwidth for system memory accessesCVE-2024-35995 kernel: block: fix overflow in...

9.8CVSS7.7AI score0.02701EPSS
SaveExploits1References140
Positive Technologies
Positive Technologies
added 2024/09/11 12:0 a.m.11 views

PT-2024-7180

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.11.0-rc5-gc7b0e37c8434 Description The vulnerability is related to an out-of-bounds issue in the nxp fspi exec op function when writing data that is not 4 byte aligned to TX FIFO. This can be reproduced by...

7.8CVSS6.9AI score0.00238EPSS
SaveExploits0
NVD
NVD
added 2024/09/10 4:15 p.m.29 views

CVE-2024-44815

Vulnerability in Hathway Skyworth Router CM5100 v.4.1.1.24 allows a physically proximate attacker to obtain user credentials via SPI flash Firmware W25Q64JV...

8CVSS0.00618EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2024/09/10 12:0 a.m.7 views

Skyworth Router CM5100 安全漏洞

The Skyworth Router CM5100 is a single-band router with N300 speed from Skyworth China. A security vulnerability exists in the Hathway Skyworth Router CM5100 version 4.1.1.24, which originates from a vulnerability that allows a physically proximate attacker to obtain user credentials via SPI flas...

8CVSS6.7AI score0.00618EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2024/09/10 12:0 a.m.11 views

CVE-2024-44815

Vulnerability in Hathway Skyworth Router CM5100 v.4.1.1.24 allows a physically proximate attacker to obtain user credentials via SPI flash Firmware W25Q64JV...

6.7AI score0.00618EPSS
SaveExploits1References1
CVE
CVE
added 2024/09/10 12:0 a.m.46 views

CVE-2024-44815

CVE-2024-44815 affects Hathway Skyworth Router CM5100 v4.1.1.24. The issue allows a physically proximate attacker to obtain user credentials through the SPI flash memory (W25Q64JV). According to the sources, the vulnerability exposes credentials via firmware storage exposed on the SPI flash, with...

8CVSS7.6AI score0.00618EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2024/09/10 12:0 a.m.29 views

CVE-2024-44815

Vulnerability in Hathway Skyworth Router CM5100 v.4.1.1.24 allows a physically proximate attacker to obtain user credentials via SPI flash Firmware W25Q64JV...

0.00618EPSS
SaveExploits1References1
Redos
Redos
added 2024/09/09 12:0 a.m.22 views

ROS-20240909-03

Vulnerability of the opteeregisterdevice function in the drivers/tee/optee/device.c module of the Trusted Execution Environment TEE module of the Linux kernel is related to incorrect processing of the return code. return code. Exploitation of the vulnerability could allow an attacker to cause a...

7.8CVSS7AI score0.01176EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/08/30 12:0 a.m.8 views

PT-2024-32183 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the intel spi populate chip function using devm kasprintf to set pdata-name, which can return a NULL pointer on failure, but this returned value is not checked...

5.5CVSS6.4AI score0.00203EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/08/22 3:14 p.m.13 views

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.5CVSS6AI score0.00225EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/22 2:15 a.m.47 views

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.5CVSS0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 2:15 a.m.15 views

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.9AI score
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/08/22 2:15 a.m.16 views

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.2AI score0.00225EPSS
SaveExploits0References7
CVE
CVE
added 2024/08/22 1:30 a.m.95 views

CVE-2021-4441

Technical details such as affected products, exact root cause, impact, and patch versions are not publicly provided in the provided documents. Monitor for updates.

5.5CVSS6.7AI score0.00225EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/08/22 1:30 a.m.31 views

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.5CVSS5.5AI score0.00225EPSS
SaveExploits0
Rows per page
Query Builder