Answer in brief
CVE-2025-38484 records a Unknown severity vulnerability in iio: backend: fix 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 | >=df3892e5e861c43d5612728ed259634675b8a71f <6eea9f7648ddb9e4903735a1f77cf196c957aa38 || >=035b4989211dc1c8626e186d655ae8ca5141bb73 <01e941aa7f5175125df4ac5d3aab099961525602 || >=035b4989211dc1c8626e186d655ae8ca5141bb73 <da9374819eb3885636934c1006d450c3cb1a02ed || 04271a4d2740f98bbe36f82cd3d74677a839d1eb || fd791c81f410ab1c554686a6f486dc7a176dfe35 || >=6.12.23 <6.12.40 || >=6.13.11 <6.14 || >=6.14.2 <6.15 | 6eea9f7648ddb9e4903735a1f77cf196c957aa38, 01e941aa7f5175125df4ac5d3aab099961525602, da9374819eb3885636934c1006d450c3cb1a02ed, 6.12.40, 6.14, 6.15 |
| Linux/Linuxgeneric | 6.15 | Not reported |
Published upstream
Jul 28, 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: backend: fix out-of-bound write The buffer is set to 80 character. If a caller write more characters, count is truncated to the max available space in "simple_write_to_buffer". But afterwards a string terminator is written to the buffer at offset count without boundary check. The zero termination is written OUT-OF-BOUND. Add a check that the given buffer is smaller then the buffer to prevent.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2025-38484 records a Unknown severity vulnerability in iio: backend: fix 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 | >=df3892e5e861c43d5612728ed259634675b8a71f <6eea9f7648ddb9e4903735a1f77cf196c957aa38 || >=035b4989211dc1c8626e186d655ae8ca5141bb73 <01e941aa7f5175125df4ac5d3aab099961525602 || >=035b4989211dc1c8626e186d655ae8ca5141bb73 <da9374819eb3885636934c1006d450c3cb1a02ed || 04271a4d2740f98bbe36f82cd3d74677a839d1eb || fd791c81f410ab1c554686a6f486dc7a176dfe35 || >=6.12.23 <6.12.40 || >=6.13.11 <6.14 || >=6.14.2 <6.15 | 6eea9f7648ddb9e4903735a1f77cf196c957aa38, 01e941aa7f5175125df4ac5d3aab099961525602, da9374819eb3885636934c1006d450c3cb1a02ed, 6.12.40, 6.14, 6.15 |
| Linux/Linuxgeneric | 6.15 | Not reported |
Published upstream
Jul 28, 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: backend: fix out-of-bound write The buffer is set to 80 character. If a caller write more characters, count is truncated to the max available space in "simple_write_to_buffer". But afterwards a string terminator is written to the buffer at offset count without boundary check. The zero termination is written OUT-OF-BOUND. Add a check that the given buffer is smaller then the buffer to prevent.
Quoted source text, attributed separately from HOL analysis.