CVE-2026-64498
Last modified
CVE-2026-64498 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: free scan_mask on buffer release The scan_mask lifetime changed in commit 9a2e1233d38c ("iio: buffer: hw-consumer: remove redundant scan_mask flexible array"). Before that change, the scan mask storage was embedded in struct hw_consumer_buffer, so iio_hw_buf_release() could free the whole allocation with a single kfree(hw_buf). That commit moved the scan mask to a separate bitmap_zalloc() allocation stored in buffer.scan_mask, but left iio_hw_buf_release() unchanged. Free the scan mask in iio_hw_buf_release() before freeing the buffer wrapper..
Description
In the Linux kernel, the following vulnerability has been resolved: iio: buffer: hw-consumer: free scan_mask on buffer release The scan_mask lifetime changed in commit 9a2e1233d38c ("iio: buffer: hw-consumer: remove redundant scan_mask flexible array"). Before that change, the scan mask storage was embedded in struct hw_consumer_buffer, so iio_hw_buf_release() could free the whole allocation with a single kfree(hw_buf). That commit moved the scan mask to a separate bitmap_zalloc() allocation stored in buffer.scan_mask, but left iio_hw_buf_release() unchanged. Free the scan mask in iio_hw_buf_release() before freeing the buffer wrapper.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 9a2e1233d38c460ad07f36901931f3674a32d1ed, < fb8e18f8ca724bd4de4643cad5b7c7230b9a5a71; >= 9a2e1233d38c460ad07f36901931f3674a32d1ed, < 6325d6e2204327965b849c0a16efb6ac9202e5a8 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64498?
How severe is CVE-2026-64498?
How do I fix CVE-2026-64498?
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-64492In 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-64499In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6450A CRL critical extension bypass exists in ParseCRL_Extension…5.3
- CVE-2026-64500In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64501In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64502In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64503In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64498?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
