In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devm_iio_trigger_register tmp006_probe() allocates… (CVE-2026-64492)
A use-after-free vulnerability in the Linux kernel's tmp006 temperature sensor driver was resolved by changing the trigger registration method. The driver allocated a data-ready trigger with devm_iio_trigger_alloc() but registered it with iio_trigger_register(), which did not properly unregister the trigger on module unload, leaving a dangling pointer. The fix involved switching to devm_iio_trigger_register() to ensure proper cleanup within the same managed device scope.
AI Analysis
Technical Summary
The Linux kernel tmp006 driver allocated a data-ready (DRDY) trigger using devm_iio_trigger_alloc() but registered it with iio_trigger_register(). Since the driver lacks a .remove() callback, unloading the module left the trigger registered globally while its memory was freed by devm, causing a dangling pointer. The vulnerability was fixed by switching to devm_iio_trigger_register(), which ties the trigger registration lifecycle to the managed device scope, ensuring automatic unregistration and preventing dangling references.
Potential Impact
This vulnerability could lead to a use-after-free condition when the tmp006 driver module is unloaded, potentially causing kernel instability or crashes. There is no evidence of known exploits in the wild. The impact is limited to kernel stability and reliability rather than direct privilege escalation or data leakage.
Mitigation Recommendations
A fix is available that changes the trigger registration to devm_iio_trigger_register(), ensuring proper cleanup on module unload. Users should update to a Linux kernel version that includes this fix. Patch status is not explicitly confirmed in the provided data; check the vendor advisory or Linux kernel mailing lists for the exact fixed version and apply the official update.
In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devm_iio_trigger_register tmp006_probe() allocates… (CVE-2026-64492)
Description
A use-after-free vulnerability in the Linux kernel's tmp006 temperature sensor driver was resolved by changing the trigger registration method. The driver allocated a data-ready trigger with devm_iio_trigger_alloc() but registered it with iio_trigger_register(), which did not properly unregister the trigger on module unload, leaving a dangling pointer. The fix involved switching to devm_iio_trigger_register() to ensure proper cleanup within the same managed device scope.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel tmp006 driver allocated a data-ready (DRDY) trigger using devm_iio_trigger_alloc() but registered it with iio_trigger_register(). Since the driver lacks a .remove() callback, unloading the module left the trigger registered globally while its memory was freed by devm, causing a dangling pointer. The vulnerability was fixed by switching to devm_iio_trigger_register(), which ties the trigger registration lifecycle to the managed device scope, ensuring automatic unregistration and preventing dangling references.
Potential Impact
This vulnerability could lead to a use-after-free condition when the tmp006 driver module is unloaded, potentially causing kernel instability or crashes. There is no evidence of known exploits in the wild. The impact is limited to kernel stability and reliability rather than direct privilege escalation or data leakage.
Mitigation Recommendations
A fix is available that changes the trigger registration to devm_iio_trigger_register(), ensuring proper cleanup on module unload. Users should update to a Linux kernel version that includes this fix. Patch status is not explicitly confirmed in the provided data; check the vendor advisory or Linux kernel mailing lists for the exact fixed version and apply the official update.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-fg54-gxf9-gvmv
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-64492"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a6542079c2644c7f8082675
Added to database: 07/25/2026, 23:08:55 UTC
Last enriched: 07/25/2026, 23:17:13 UTC
Last updated: 07/26/2026, 03:51:55 UTC
Views: 5
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.