Answer in brief
CVE-2023-53707 records a High severity (CVSS 7.8) vulnerability in drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1. 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 7.8. 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 | >=d38ceaf99ed015f2a0b9af3499791bd3a3daae21 <9f55d300541cb5b435984d269087810581580b00 || >=d38ceaf99ed015f2a0b9af3499791bd3a3daae21 <c3deb091398e9e469d08dd1599b6d76fd6b29df8 || >=d38ceaf99ed015f2a0b9af3499791bd3a3daae21 <87c2213e85bd81e4a9a4d0880c256568794ae388 | 9f55d300541cb5b435984d269087810581580b00, c3deb091398e9e469d08dd1599b6d76fd6b29df8, 87c2213e85bd81e4a9a4d0880c256568794ae388 |
| Linux/Linuxgeneric | 4.2 | Not reported |
Published upstream
Oct 22, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1 The type of size is unsigned int, if size is 0x40000000, there will be an integer overflow, size will be zero after size *= sizeof(uint32_t), will cause uninitialized memory to be referenced later.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2023-53707 records a High severity (CVSS 7.8) vulnerability in drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1. 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 7.8. 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 | >=d38ceaf99ed015f2a0b9af3499791bd3a3daae21 <9f55d300541cb5b435984d269087810581580b00 || >=d38ceaf99ed015f2a0b9af3499791bd3a3daae21 <c3deb091398e9e469d08dd1599b6d76fd6b29df8 || >=d38ceaf99ed015f2a0b9af3499791bd3a3daae21 <87c2213e85bd81e4a9a4d0880c256568794ae388 | 9f55d300541cb5b435984d269087810581580b00, c3deb091398e9e469d08dd1599b6d76fd6b29df8, 87c2213e85bd81e4a9a4d0880c256568794ae388 |
| Linux/Linuxgeneric | 4.2 | Not reported |
Published upstream
Oct 22, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1 The type of size is unsigned int, if size is 0x40000000, there will be an integer overflow, size will be zero after size *= sizeof(uint32_t), will cause uninitialized memory to be referenced later.
Quoted source text, attributed separately from HOL analysis.