VDB

DEBIAN-CVE-2026-23068

DEBIAN-CVE-2026-23068 PUBLISHED CVSS 7.800000190734863 HIGH

In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spi_alloc_host() to allocate the controller but registers it using devm_spi_register_controller(). If devm_register_restart_handler() fails, the code jumps to the put_ctlr label and calls spi_controller_put(). However, since the controller was registered via a devm function, the device core will automatically call spi_controller_put() again when the probe fails. This results in a double-free of the spi_controller structure. Fix this by switching to devm_spi_alloc_host() and removing the manual spi_controller_put() call.

Risk Scores

CVSS v3.1
7.800000190734863
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Affected Products

VendorProductVersions
Debian:12linux0, 6.1.106-1, 6.1.112-1
Debian:14linux6.13.4-1, 6.13.5-1, 6.13.6-1
Debian:11linux6.10.1-1, 6.6.9-1, 6.7-1
Debian:13linux6.12.38-1, 6.12.41-1, 6.12.43-1
Debian:11linux-6.16.1.147-1~deb11u1, 6.1.148-1~deb11u1, 6.1.159-1~deb11u1

Timeline

  • Feb 4, 2026 CVE Published
  • Apr 28, 2026 CVE Updated
Open in Interactive Console →
$ Console Community · 100/wk Open console ›