CVE-2023-53819
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53819, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: amdgpu: validate offset_in_bo of drm_amdgpu_gem_va This is motivated by OOB access in amdgpu_vm_update_range when offset_in_bo+map_size overflows. v2: keep the validations in amdgpu_vm_bo_map v3: add the validations to amdgpu_vm_bo_map/amdgpu_vm_bo_replace_map rather than to amdgpu_gem_va_ioctl

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-07-06
AI Q&A
2025-12-09
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
amdgpu linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel's amdgpu driver involves an out-of-bounds (OOB) access issue caused by improper validation of the offset_in_bo parameter in the drm_amdgpu_gem_va function. Specifically, when offset_in_bo plus map_size overflows, it can lead to accessing memory outside the intended buffer. The fix involved adding proper validations in the amdgpu_vm_bo_map and amdgpu_vm_bo_replace_map functions to prevent this overflow and OOB access.

Impact Analysis

This vulnerability can lead to out-of-bounds memory access in the amdgpu driver, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges by exploiting the memory corruption.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53819. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart