Bug 2464480 (CVE-2026-31768) - CVE-2026-31768 kernel: iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()
Summary: CVE-2026-31768 kernel: iio: adc: ti-adc161s626: use DMA-safe memory for spi_r...
Keywords:
Status: NEW
Alias: CVE-2026-31768
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-01 15:09 UTC by OSIDB Bzimport
Modified: 2026-05-01 22:59 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-01 15:09:10 UTC
In the Linux kernel, the following vulnerability has been resolved:

iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()

Add a DMA-safe buffer and use it for spi_read() 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
and __be32 and change the conversion functions appropriately.


Note You need to log in before you can comment on or make changes to this bug.