3 matches found
CVE-2026-31768
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-adc161s626: use DMA-safe memory for spiread Add a DMA-safe buffer and use it for spiread instead of a stack memory. All SPI buffers must be DMA-safe. Since we only need up to 3 bytes, we just use a u8 instead of be16...
CVE-2026-31768
The CVE-2026-31768 issue affects the Linux kernel driver iio: adc: ti-adc161s626, where SPI read operations used non-DMA-safe stack memory. The mitigation is to allocate a DMA-safe buffer and perform spi_read() into that buffer, replacing stack-based buffers. Since the read would require only up ...
PT-2023-8852 · Vim +6 · Vim +6
Name of the Vulnerable Software and Affected Versions: vim versions prior to 9.0.2010 Description: The issue is related to a Use After Free vulnerability in the buf contents changed function of the vim text editor, which is associated with the use of memory after it has been freed. Exploitation o...