Answer in brief
CVE-2025-38292 records a Unknown severity vulnerability in wifi: ath12k: fix invalid access to memory. 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 | >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <371b340affa52f280f6eadfd25fbd43f09f0d5c0 || >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <5f09d16cd57764c95c8548fe5b70672c9ac01127 || >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <9f17747fbda6fca934854463873c4abf8061491d | 371b340affa52f280f6eadfd25fbd43f09f0d5c0, 5f09d16cd57764c95c8548fe5b70672c9ac01127, 9f17747fbda6fca934854463873c4abf8061491d |
| Linux/Linuxgeneric | 6.3 | Not reported |
Published upstream
Jul 10, 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: wifi: ath12k: fix invalid access to memory In ath12k_dp_rx_msdu_coalesce(), rxcb is fetched from skb and boolean is_continuation is part of rxcb. Currently, after freeing the skb, the rxcb->is_continuation accessed again which is wrong since the memory is already freed. This might lead use-after-free error. Hence, fix by locally defining bool is_continuation from rxcb, so that after freeing skb, is_continuation can be used. Compile tested only.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2025-38292 records a Unknown severity vulnerability in wifi: ath12k: fix invalid access to memory. 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 | >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <371b340affa52f280f6eadfd25fbd43f09f0d5c0 || >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <5f09d16cd57764c95c8548fe5b70672c9ac01127 || >=d889913205cf7ebda905b1e62c5867ed4e39f6c2 <9f17747fbda6fca934854463873c4abf8061491d | 371b340affa52f280f6eadfd25fbd43f09f0d5c0, 5f09d16cd57764c95c8548fe5b70672c9ac01127, 9f17747fbda6fca934854463873c4abf8061491d |
| Linux/Linuxgeneric | 6.3 | Not reported |
Published upstream
Jul 10, 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: wifi: ath12k: fix invalid access to memory In ath12k_dp_rx_msdu_coalesce(), rxcb is fetched from skb and boolean is_continuation is part of rxcb. Currently, after freeing the skb, the rxcb->is_continuation accessed again which is wrong since the memory is already freed. This might lead use-after-free error. Hence, fix by locally defining bool is_continuation from rxcb, so that after freeing skb, is_continuation can be used. Compile tested only.
Quoted source text, attributed separately from HOL analysis.