Answer in brief
CVE-2026-72480 records a Unknown severity vulnerability in iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=d5c70627a79455154f5f636096abe6fe57510605 <116d1f8805ae2daadbac89d24da4c0da50b9edae || >=d5c70627a79455154f5f636096abe6fe57510605 <94d158985b6ea011bdc26186f42d662a156da6cb || >=d5c70627a79455154f5f636096abe6fe57510605 <1d24f14e049fdd769146dda026496ed23b397ed9 || >=d5c70627a79455154f5f636096abe6fe57510605 <9ac3675bf875792dced45efbf47116719a7c097b || >=d5c70627a79455154f5f636096abe6fe57510605 <3c374d33f1338dbb5676919c5194caa9c5aa1631 || >=d5c70627a79455154f5f636096abe6fe57510605 <947eb6f0a274f8b15a0248051a65b069effd5057 | 116d1f8805ae2daadbac89d24da4c0da50b9edae, 94d158985b6ea011bdc26186f42d662a156da6cb, 1d24f14e049fdd769146dda026496ed23b397ed9, 9ac3675bf875792dced45efbf47116719a7c097b, 3c374d33f1338dbb5676919c5194caa9c5aa1631, 947eb6f0a274f8b15a0248051a65b069effd5057 |
| Linux/Linuxgeneric | 5.17 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-72480 records a Unknown severity vulnerability in iio: adc: xilinx-ams: fix out-of-bounds channel lookup in event handling. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=d5c70627a79455154f5f636096abe6fe57510605 <116d1f8805ae2daadbac89d24da4c0da50b9edae || >=d5c70627a79455154f5f636096abe6fe57510605 <94d158985b6ea011bdc26186f42d662a156da6cb || >=d5c70627a79455154f5f636096abe6fe57510605 <1d24f14e049fdd769146dda026496ed23b397ed9 || >=d5c70627a79455154f5f636096abe6fe57510605 <9ac3675bf875792dced45efbf47116719a7c097b || >=d5c70627a79455154f5f636096abe6fe57510605 <3c374d33f1338dbb5676919c5194caa9c5aa1631 || >=d5c70627a79455154f5f636096abe6fe57510605 <947eb6f0a274f8b15a0248051a65b069effd5057 | 116d1f8805ae2daadbac89d24da4c0da50b9edae, 94d158985b6ea011bdc26186f42d662a156da6cb, 1d24f14e049fdd769146dda026496ed23b397ed9, 9ac3675bf875792dced45efbf47116719a7c097b, 3c374d33f1338dbb5676919c5194caa9c5aa1631, 947eb6f0a274f8b15a0248051a65b069effd5057 |
| Linux/Linuxgeneric | 5.17 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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.
Quoted source text, attributed separately from HOL analysis.