← Back to CVE List

CVE-2022-49222

Published: 2025-02-26T07:00Z
Last Modified: 2025-02-26T07:00Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: anx7625: Fix overflow issue on reading EDID The length of EDID block can be longer than 256 bytes, so we should use `int` instead of `u8` for the `edid_pos` variable. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt