Lucene search
+L

1583 matches found

Positive Technologies
Positive Technologies
added 2025/05/20 12:0 a.m.11 views

PT-2025-22158 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A divide error issue has been identified in the Linux kernel related to SPI flash memory operations. Specifically, when calculating the duration for SPI memory operations with zero dum...

6.4AI score0.11689EPSS
SaveExploits3References57
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.9 views

kernel: spi: nxp-fspi: fix the KASAN report out-of-bounds bug

In the Linux kernel, the following vulnerability has been resolved: spi: nxp-fspi: fix the KASAN report out-of-bounds bug Change the memcpy length to fix the out-of-bounds issue when writing the data that is not 4 byte aligned to TX FIFO. To reproduce the issue, write 3 bytes data to NOR chip. dd...

7.8CVSS6.4AI score0.00238EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/13 7:32 a.m.16 views

USN-7506-4 linux-lts-xenial vulnerabilities

Demi Marie Obenour and Simon Gaiser discovered that several Xen para- virtualization device frontends did not properly restrict the access rights of device backends. An attacker could possibly use a malicious Xen backend to gain access to memory pages of a guest VM or cause a denial of service in...

9.8CVSS6.8AI score0.00783EPSS
SaveExploits1References33
OSV
OSV
added 2025/05/12 1:17 p.m.14 views

USN-7506-3 linux-fips vulnerabilities

Demi Marie Obenour and Simon Gaiser discovered that several Xen para- virtualization device frontends did not properly restrict the access rights of device backends. An attacker could possibly use a malicious Xen backend to gain access to memory pages of a guest VM or cause a denial of service in...

9.8CVSS6.8AI score0.00783EPSS
SaveExploits1References33
SUSE CVE
SUSE CVE
added 2025/05/10 2:53 a.m.4 views

SUSE CVE-2025-37842

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-qspi: use devm function instead of driver remove Driver use devm APIs to manage clk/irq/resources and register the spi controller, but the legacy remove function will be called first during device detach and trigger kern...

5.5CVSS7.6AI score0.00261EPSS
SaveExploits0References16
NVD
NVD
added 2025/05/09 7:16 a.m.35 views

CVE-2025-37842

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-qspi: use devm function instead of driver remove Driver use devm APIs to manage clk/irq/resources and register the spi controller, but the legacy remove function will be called first during device detach and trigger kern...

5.5CVSS0.00261EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/09 7:16 a.m.12 views

UBUNTU-CVE-2025-37842

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-qspi: use devm function instead of driver remove Driver use devm APIs to manage clk/irq/resources and register the spi controller, but the legacy remove function will be called first during device detach and trigger kern...

5.5CVSS5.8AI score0.00261EPSS
SaveExploits0References25
CVE
CVE
added 2025/05/09 6:41 a.m.121 views

CVE-2025-37842

CVE-2025-37842 affects the Linux kernel and is resolved by upgrading to kernel versions >= 6.6.112.1-2 (as noted by Mariner/Astra/SUSE advisories). Technical details from connected docs indicate the issue arises in the spi/fsl-qspi driver cleanup path: the driver previously used a legacy remov...

5.5CVSS6.5AI score0.00261EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2025/05/08 11:40 a.m.8 views

SUSE CVE-2025-37801

In the Linux kernel, the following vulnerability has been resolved: spi: spi-imx: Add check for spiimxsetupxfer Add check for the return value of spiimxsetupxfer. spiimx-rx and spiimx-tx function pointer can be NULL when spiimxsetupxfer return error, and make NULL pointer dereference. Unable to...

5.5CVSS7.6AI score0.00201EPSS
SaveExploits0References13
OSV
OSV
added 2025/05/08 7:15 a.m.9 views

AZL-63791 CVE-2025-37801 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: spi: spi-imx: Add check for spiimxsetupxfer Add check for the return value of spiimxsetupxfer. spiimx-rx and spiimx-tx function pointer can be NULL when spiimxsetupxfer return error, and make NULL pointer dereference. Unable to...

7.8CVSS6.2AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/08 7:15 a.m.2 views

DEBIAN-CVE-2025-37801

In the Linux kernel, the following vulnerability has been resolved: spi: spi-imx: Add check for spiimxsetupxfer Add check for the return value of spiimxsetupxfer. spiimx-rx and spiimx-tx function pointer can be NULL when spiimxsetupxfer return error, and make NULL pointer dereference. Unable to...

5.5CVSS5.5AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/08 7:15 a.m.7 views

UBUNTU-CVE-2025-37801

In the Linux kernel, the following vulnerability has been resolved: spi: spi-imx: Add check for spiimxsetupxfer Add check for the return value of spiimxsetupxfer. spiimx-rx and spiimx-tx function pointer can be NULL when spiimxsetupxfer return error, and make NULL pointer dereference. Unable to...

7.8CVSS6.2AI score0.00201EPSS
SaveExploits0References22
Cvelist
Cvelist
added 2025/05/08 6:26 a.m.26 views

CVE-2025-37801 spi: spi-imx: Add check for spi_imx_setupxfer()

In the Linux kernel, the following vulnerability has been resolved: spi: spi-imx: Add check for spiimxsetupxfer Add check for the return value of spiimxsetupxfer. spiimx-rx and spiimx-tx function pointer can be NULL when spiimxsetupxfer return error, and make NULL pointer dereference. Unable to...

7.8CVSS0.00201EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/08 6:26 a.m.135 views

CVE-2025-37801

Summary: CVE-2025-37801 affects the Linux kernel driver for SPI on i.MX cores. The root cause is that after spi_imx_setupxfer() returns an error, spi_imx->rx and spi_imx->tx function pointers may be NULL, leading to a NULL pointer dereference during SPI transfers (spi_imx_pio_transfer , etc...

7.8CVSS5.3AI score0.00201EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/05/08 6:26 a.m.11 views

CVE-2025-37801 spi: spi-imx: Add check for spi_imx_setupxfer()

In the Linux kernel, the following vulnerability has been resolved: spi: spi-imx: Add check for spiimxsetupxfer Add check for the return value of spiimxsetupxfer. spiimx-rx and spiimx-tx function pointer can be NULL when spiimxsetupxfer return error, and make NULL pointer dereference. Unable to...

7.8CVSS6AI score
SaveExploits0References9
CNNVD
CNNVD
added 2025/05/08 12:0 a.m.7 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 spiimxsetupxfer return value resulting in a null pointer dereference...

5.5CVSS6.5AI score0.00201EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/05/08 12:0 a.m.11 views

PT-2025-20330

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved. The issue is related to the spi-imx module, where the spi imx setupxfer function's return value is not properly checked. This can...

5.5CVSS6.7AI score0.00201EPSS
SaveExploits0
Ubuntu
Ubuntu
added 2025/04/24 5:43 p.m.50 views

USN-7449-2: Linux kernel (HWE) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; - Supe...

9.8CVSS7.5AI score0.03558EPSS
SaveExploits5
OSV
OSV
added 2025/04/23 4:18 p.m.30 views

USN-7453-1 linux-realtime vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; - Supe...

9.8CVSS6.5AI score0.03558EPSS
SaveExploits5References462
OSV
OSV
added 2025/04/23 3:29 p.m.18 views

USN-7452-1 linux-gcp-6.8 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - MIPS architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; - Supe...

9.8CVSS6.5AI score0.03558EPSS
SaveExploits5References461
Rows per page
Query Builder