Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.9, < 6.1.168 |
References
- https://git.kernel.org/stable/c/014c6d27878d3883f7bb065610768fd021de1a96Patch
- https://git.kernel.org/stable/c/67b3a91bdc48220bfb67155ab528121b9c822782Patch
- https://git.kernel.org/stable/c/768461517a28d80fe81ea4d5d03a90cd184ea6adPatch
- https://git.kernel.org/stable/c/b3bb8faeca1a2ef7be95ee8a512b639f9ffce947Patch
- https://git.kernel.org/stable/c/d2d031b0786ea66ab0577c9d2d71435068d32199Patch
- https://git.kernel.org/stable/c/fa64aab25aba47296aa8d12bb4c88ec3fecb2054Patch
FAQ
What is CVE-2026-31768?
CVE-2026-31768 is a vulnerability with a CVSS score of 7.8 (HIGH). 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 mem...
How severe is CVE-2026-31768?
CVE-2026-31768 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-31768?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.