CVE-2026-72480

HIGHCVSS 7.8/10EPSS 0.18%

Last modified

CVE-2026-72480 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling ams_event_to_channel() may return a pointer past the end of dev->channels when no matching scan_index is found. This can lead to invalid memory access in ams_handle_event(). Add a bounds check in ams_event_to_channel() and return NULL when no channel is found. EPSS estimates a 0.18% chance of exploitation in the next 30 days.

Description

In the Linux kernel, the following vulnerability has been resolved: iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling ams_event_to_channel() may return a pointer past the end of dev->channels when no matching scan_index is found. This can lead to invalid memory access in ams_handle_event(). Add a bounds check in ams_event_to_channel() and return NULL when no channel is found. Also guard the caller to safely handle this case.

Metrics

CVSS 3.1
7.8/10

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
0.18%

7.9th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= d5c70627a79455154f5f636096abe6fe57510605, < 116d1f8805ae2daadbac89d24da4c0da50b9edae; >= d5c70627a79455154f5f636096abe6fe57510605, < 94d158985b6ea011bdc26186f42d662a156da6cb; >= d5c70627a79455154f5f636096abe6fe57510605, < 1d24f14e049fdd769146dda026496ed23b397ed9; >= d5c70627a79455154f5f636096abe6fe57510605, < 9ac3675bf875792dced45efbf47116719a7c097b; >= d5c70627a79455154f5f636096abe6fe57510605, < 3c374d33f1338dbb5676919c5194caa9c5aa1631; >= d5c70627a79455154f5f636096abe6fe57510605, < 947eb6f0a274f8b15a0248051a65b069effd5057
LinuxLinux5.17

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-72480?
In the Linux kernel, the following vulnerability has been resolved: iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling ams_event_to_channel() may return a pointer past the end of dev->channels when no matching scan_index is found. This can lead to invalid memory access in ams_handle_event(). Add a bounds check in ams_event_to_channel() and return NULL when no channel is found. Also guard the caller to safely handle this case.
How severe is CVE-2026-72480?
CVE-2026-72480 has a CVSS score of 7.8/10 (HIGH severity). The EPSS model estimates a 0.18% probability of exploitation in the next 30 days.
How do I fix CVE-2026-72480?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-72480?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST