4 matches found
CVE-2026-64492
CVE-2026-64492 affects the Linux kernel iio: temperature tmp006 driver. The issue arises when tmp006_probe() allocates the DRDY trigger with devm_iio_trigger_alloc() but registers it with iio_trigger_register() and lacks a .remove() callback, leaving a dangling trigger entry after module unload. ...