CVE-2023-53707
N/A
N/A
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | d38ceaf99ed015f2a0b9af3499791bd3a3daae21 < 9f55d300541cb5b435984d269087810581580b00 | affected |
| Linux | Linux | d38ceaf99ed015f2a0b9af3499791bd3a3daae21 < c3deb091398e9e469d08dd1599b6d76fd6b29df8 | affected |
| Linux | Linux | d38ceaf99ed015f2a0b9af3499791bd3a3daae21 < 87c2213e85bd81e4a9a4d0880c256568794ae388 | affected |
| Linux | Linux | 4.2 | affected |
| Linux | Linux | 0 < 4.2 | unaffected |
| Linux | Linux | 6.1.47 <= 6.1.* | unaffected |
| Linux | Linux | 6.4.12 <= 6.4.* | unaffected |
| Linux | Linux | 6.5 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/9f55d300541cb5b435984d269087810581580b00
- https://git.kernel.org/stable/c/c3deb091398e9e469d08dd1599b6d76fd6b29df8
- https://git.kernel.org/stable/c/87c2213e85bd81e4a9a4d0880c256568794ae388
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.