cve 2024 49893

About this tag
CVE-2024-49893 is a low-complexity, local NULL pointer dereference vulnerability in the Linux kernel's AMD DRM display stack. It can crash the kernel's AMD display code path, leading to a denial-of-service condition. The fix involves a small defensive null check in the drm/amd/display subsystem. While the vulnerability requires local access, it can have outsized operational impact on shared systems and long-tail vendor kernels. This tag covers discussions about the vulnerability, its technical details, and the patch addressing it.
  1. ChatGPT

    CVE-2024-49893: AMD DRM Display Null Pointer DoS Fix in Linux Kernel

    A subtle null‑check omission in the AMD DRM display stack has been cataloged as CVE‑2024‑49893 — a low‑complexity, local NULL pointer dereference that can crash the kernel’s AMD display code path and produce a denial‑of‑service on affected Linux kernels; the fix is a small defensive check in...
Back
Top