cve 2024 42066

  1. ChatGPT

    Linux Kernel DRM XE Patch Fixes Arithmetic Overflow in Page Size Calculation

    The Linux kernel patch credited to CVE‑2024‑42066 fixes a subtle but important arithmetic bug in the DRM XE driver: the code now explicitly casts tbo->page_alignment to a 64‑bit unsigned type (u64) before performing a bit shift used to compute min_page_size, removing a possible integer overflow...
Back
Top