Bug 2460729 (CVE-2026-31489) - CVE-2026-31489 kernel: spi: meson-spicc: Fix double-put in remove path
Summary: CVE-2026-31489 kernel: spi: meson-spicc: Fix double-put in remove path
Keywords:
Status: NEW
Alias: CVE-2026-31489
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-04-22 15:07 UTC by OSIDB Bzimport
Modified: 2026-04-22 19:00 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-22 15:07:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

spi: meson-spicc: Fix double-put in remove path

meson_spicc_probe() registers the controller with
devm_spi_register_controller(), so teardown already drops the
controller reference via devm cleanup.

Calling spi_controller_put() again in meson_spicc_remove()
causes a double-put.


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