
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49222 is a vulnerability discovered in the Linux kernel's drm/bridge component, specifically in the anx7625 driver. The issue involves an overflow condition when reading EDID (Extended Display Identification Data) due to improper variable type usage. The vulnerability was fixed in February 2022 (Kernel Commit).
The vulnerability stems from using a u8
(unsigned 8-bit) variable type for edid_pos
when it should have been an int
. Since EDID block length can exceed 256 bytes, using a u8
variable could lead to an overflow condition. The fix involved changing the variable type from u8
to int
to properly handle larger EDID blocks (Kernel Commit).
The overflow issue could potentially affect systems using the anx7625 MIPI DSI/DPI to DP bridge driver, possibly causing display-related problems or system instability when reading EDID data (Red Hat CVE).
The vulnerability was patched in the Linux kernel through a commit that changes the variable type from u8
to int
. Users should update their systems to a kernel version that includes this fix (Kernel Commit).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."