CVE-2026-64492
Last modified
CVE-2026-64492 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devm_iio_trigger_register tmp006_probe() allocates the DRDY trigger with devm_iio_trigger_alloc() but registers it with plain iio_trigger_register(). The driver has no .remove() callback, so on module unload the trigger stays in the global trigger list while its memory is freed by devm, leaving a dangling entry. Switch to devm_iio_trigger_register() so the registration is undone in the same devm scope as the allocation..
Description
In the Linux kernel, the following vulnerability has been resolved: iio: temperature: tmp006: use devm_iio_trigger_register tmp006_probe() allocates the DRDY trigger with devm_iio_trigger_alloc() but registers it with plain iio_trigger_register(). The driver has no .remove() callback, so on module unload the trigger stays in the global trigger list while its memory is freed by devm, leaving a dangling entry. Switch to devm_iio_trigger_register() so the registration is undone in the same devm scope as the allocation.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 91f75ccf9f032e17cde54f0c01eae2da4f067bc5, < a4f8491da9563ba6eb77969ac26fc7052114c476; >= 91f75ccf9f032e17cde54f0c01eae2da4f067bc5, < d90f868f56a16e10eedc6552f48d99dff4d275b7; >= 91f75ccf9f032e17cde54f0c01eae2da4f067bc5, < 3c5eed894efd93d68d7f6a359a81ddef0e928774 |
| Linux | Linux | 6.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64492?
How severe is CVE-2026-64492?
How do I fix CVE-2026-64492?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64487In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64488In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64489In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6449The Booking for Appointments and Events Calendar – Amelia pl…5.3
- CVE-2026-64490In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64491In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64493In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64494In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64495In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64496In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64497In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64498In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64492?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
