Answer in brief
CVE-2025-38667 records a Unknown severity vulnerability in iio: fix potential out-of-bound write. 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 | 6.15 | Not reported |
| Linux/Linuxgeneric | >=6d5dd486c715908b5a6ed02315a15ff044a91025 <81a635b6eccd6fc889f6d07ab9583b705f739ce1 || >=6d5dd486c715908b5a6ed02315a15ff044a91025 <16285a0931869baa618b1f5d304e1e9d090470a8 | 81a635b6eccd6fc889f6d07ab9583b705f739ce1, 16285a0931869baa618b1f5d304e1e9d090470a8 |
Published upstream
Aug 22, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: iio: fix potential out-of-bound write The buffer is set to 20 characters. If a caller write more characters, count is truncated to the max available space in "simple_write_to_buffer". To protect from OoB access, check that the input size fit into buffer and add a zero terminator after copy to the end of the copied data.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2025-38667 records a Unknown severity vulnerability in iio: fix potential out-of-bound write. 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 | 6.15 | Not reported |
| Linux/Linuxgeneric | >=6d5dd486c715908b5a6ed02315a15ff044a91025 <81a635b6eccd6fc889f6d07ab9583b705f739ce1 || >=6d5dd486c715908b5a6ed02315a15ff044a91025 <16285a0931869baa618b1f5d304e1e9d090470a8 | 81a635b6eccd6fc889f6d07ab9583b705f739ce1, 16285a0931869baa618b1f5d304e1e9d090470a8 |
Published upstream
Aug 22, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: iio: fix potential out-of-bound write The buffer is set to 20 characters. If a caller write more characters, count is truncated to the max available space in "simple_write_to_buffer". To protect from OoB access, check that the input size fit into buffer and add a zero terminator after copy to the end of the copied data.
Quoted source text, attributed separately from HOL analysis.