You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2022 50390
About this tag
CVE-2022-50390 is a Linux kernel vulnerability in the DRM/TTM subsystem, addressed by a fix that changes a signed left-shift of a 32-bit integer to an unsigned shift. This correction eliminates undefined behavior detected by UBSAN, preventing architecture-dependent misbehavior in flag definitions. The tag covers this specific security issue and its resolution within the kernel's memory management for graphics.
The Linux kernel received a small but important correction to its DRM/TTM subsystem that eliminates an instance of undefined behavior triggered by a signed left-shift of a 32‑bit integer — a fix tracked as CVE‑2022‑50390 that changes a flag definition from a signed shift to an unsigned shift to...