Lucene search
+L

1596 matches found

OSV
OSV
added 2024/04/03 5:15 p.m.1 views

DEBIAN-CVE-2024-26776

In the Linux kernel, the following vulnerability has been resolved: spi: hisi-sfc-v3xx: Return IRQNONE if no interrupts were detected Return IRQNONE from the interrupt handler when no interrupt was detected. Because an empty interrupt will cause a null pointer error: Unable to handle kernel NULL...

5.5CVSS5.2AI score0.00242EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.23 views

CVE-2024-26776

In the Linux kernel, the following vulnerability has been resolved: spi: hisi-sfc-v3xx: Return IRQNONE if no interrupts were detected Return IRQNONE from the interrupt handler when no interrupt was detected. Because an empty interrupt will cause a null pointer error: Unable to handle kernel NULL...

5.5CVSS5.8AI score0.00242EPSS
SaveExploits0References18
CVE
CVE
added 2024/04/03 5:01 p.m.138 views

CVE-2024-26776

CVE-2024-26776 pertains to the Linux kernel SPI driver for Hisilicon SFC v3xx. The issue arises when the interrupt handler receives an empty interrupt, leading to a NULL pointer dereference. The fix is to return IRQ_NONE when no interrupt is detected, thereby preventing the NULL dereference. Impa...

5.5CVSS6.2AI score0.00242EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 5:01 p.m.30 views

CVE-2024-26776

In the Linux kernel, the following vulnerability has been resolved: spi: hisi-sfc-v3xx: Return IRQNONE if no interrupts were detected Return IRQNONE from the interrupt handler when no interrupt was detected. Because an empty interrupt will cause a null pointer error: Unable to handle kernel NULL...

5.5CVSS5.8AI score0.00242EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/03 5:01 p.m.30 views

CVE-2024-26776 spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detected

In the Linux kernel, the following vulnerability has been resolved: spi: hisi-sfc-v3xx: Return IRQNONE if no interrupts were detected Return IRQNONE from the interrupt handler when no interrupt was detected. Because an empty interrupt will cause a null pointer error: Unable to handle kernel NULL...

7.5AI score0.00242EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/04/03 5:01 p.m.24 views

CVE-2024-26776 spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detected

In the Linux kernel, the following vulnerability has been resolved: spi: hisi-sfc-v3xx: Return IRQNONE if no interrupts were detected Return IRQNONE from the interrupt handler when no interrupt was detected. Because an empty interrupt will cause a null pointer error: Unable to handle kernel NULL...

6.6AI score0.00242EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/03/25 5:53 p.m.21 views

CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

4.4CVSS7.2AI score0.00226EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/25 10:15 a.m.6 views

DEBIAN-CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

5.5CVSS5.5AI score0.00226EPSS
SaveExploits0References1
NVD
NVD
added 2024/03/25 10:15 a.m.20 views

CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

5.5CVSS7.3AI score0.00226EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/25 10:15 a.m.5 views

CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

5.5CVSS5.3AI score
SaveExploits0References6
OSV
OSV
added 2024/03/25 10:15 a.m.9 views

UBUNTU-CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

5.5CVSS6.2AI score0.00226EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/25 9:16 a.m.26 views

CVE-2021-47161 spi: spi-fsl-dspi: Fix a resource leak in an error handling path

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

7.5AI score0.00226EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/25 9:16 a.m.11 views

CVE-2021-47161 spi: spi-fsl-dspi: Fix a resource leak in an error handling path

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

6.7AI score0.00226EPSS
SaveExploits0References6
CVE
CVE
added 2024/03/25 9:16 a.m.90 views

CVE-2021-47161

CVE-2021-47161 affects the Linux kernel SPI driver spi-fsl-dspi, where a resource leak could occur in an error path during probe. The issue is mitigated by ensuring that dspi_request_dma() is properly undone with a matching dspi_release_dma() call in the probe’s error handling path (as already do...

5.5CVSS6AI score0.00226EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/03/25 9:16 a.m.30 views

CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

5.5CVSS5.6AI score0.00226EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/03/25 12:00 a.m.24 views

CVE-2021-47161

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspirequestdma' should be undone by a 'dspireleasedma' call in the error handling path of the probe function, as already done in the remove function...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/03/11 6:15 p.m.29 views

CVE-2023-52488

In the Linux kernel, the following vulnerability has been resolved: serial: sc16is7xx: convert from raw to noinc regmap functions for FIFO The SC16IS7XX IC supports a burst mode to access the FIFOs where the initial register address is sent $00, followed by all the FIFO data without having to...

5.5CVSS6.1AI score0.00289EPSS
SaveExploits0References35
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.9 views

SUSE CVE-2023-52511

In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: reduce DMA RX transfer width to single byte Through empirical testing it has been determined that sometimes RX SPI transfers with DMA enabled return corrupted data. This is down to single or even multiple bytes lost...

5.5CVSS5.8AI score0.00811EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.6 views

SUSE CVE-2023-52517

In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain Previously the transfer complete IRQ immediately drained to RX FIFO to read any data remaining in FIFO to the RX buffer. This behaviour is correct when...

5.5CVSS6AI score0.00184EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/03/04 8:07 p.m.26 views

CVE-2023-52517

A flaw was found in the spi-sun6i module in the Linux kernel. A race condition between the drain procedure and the DMA engine can corrupt any data read...

5.1CVSS7.2AI score0.00184EPSS
SaveExploits0References4
Rows per page
Query Builder