Answer in brief
CVE-2025-71308 records a Medium severity (CVSS 5.5) vulnerability in accel/amdxdna: Fix potential NULL pointer dereference in context cleanup. 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.
CVSS is 5.5. 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 | >=be462c97b7dfd24999babe39cce3de224ebe1f80 <2611c9616cb52d3ed54a6095d72d18e645a6955a || >=be462c97b7dfd24999babe39cce3de224ebe1f80 <97f27573837ef96b4ba42af463cc800cab615c0e | 2611c9616cb52d3ed54a6095d72d18e645a6955a, 97f27573837ef96b4ba42af463cc800cab615c0e |
| Linux/Linuxgeneric | 6.14 | Not reported |
Published upstream
May 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jun 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 25, 2026
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential NULL pointer dereference in context cleanup aie_destroy_context() is invoked during error handling in aie2_create_context(). However, aie_destroy_context() assumes that the context's mailbox channel pointer is non-NULL. If mailbox channel creation fails, the pointer remains NULL and calling aie_destroy_context() can lead to a NULL pointer dereference. In aie2_create_context(), replace aie_destroy_context() with a function which request firmware to remove the context created previously.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2025-71308 records a Medium severity (CVSS 5.5) vulnerability in accel/amdxdna: Fix potential NULL pointer dereference in context cleanup. 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.
CVSS is 5.5. 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 | >=be462c97b7dfd24999babe39cce3de224ebe1f80 <2611c9616cb52d3ed54a6095d72d18e645a6955a || >=be462c97b7dfd24999babe39cce3de224ebe1f80 <97f27573837ef96b4ba42af463cc800cab615c0e | 2611c9616cb52d3ed54a6095d72d18e645a6955a, 97f27573837ef96b4ba42af463cc800cab615c0e |
| Linux/Linuxgeneric | 6.14 | Not reported |
Published upstream
May 27, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jun 25, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 25, 2026
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential NULL pointer dereference in context cleanup aie_destroy_context() is invoked during error handling in aie2_create_context(). However, aie_destroy_context() assumes that the context's mailbox channel pointer is non-NULL. If mailbox channel creation fails, the pointer remains NULL and calling aie_destroy_context() can lead to a NULL pointer dereference. In aie2_create_context(), replace aie_destroy_context() with a function which request firmware to remove the context created previously.
Quoted source text, attributed separately from HOL analysis.