CVE-2022-49071 Details
Description
In the Linux kernel, the following vulnerability has been resolved: drm/panel: ili9341: fix optional regulator handling If the optional regulator lookup fails, reset the pointer to NULL. Other functions such as mipi_dbi_poweron_reset_conditional() only do a NULL pointer check and will otherwise dereference the error pointer.
A vulnerability in the Linux kernel's ILI9341 panel driver relates to improper handling of optional regulator lookups. If the lookup fails, the driver does not correctly reset the pointer, potentially leading to a null pointer dereference. This issue can cause functions that rely on the regulator, such as 'mipi_dbi_poweron_reset_conditional()', to crash by dereferencing a null pointer.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Oct 1, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/28dc1503a9d36654f9c61adb2915682515a30f71 | kernel.org | Patch |
| https://git.kernel.org/stable/c/4ea189854b1e625ed5ec80d30147870f984db44c | kernel.org | Patch |
| https://git.kernel.org/stable/c/d14eb80e27795b7b20060f7b151cdfe39722a813 | kernel.org | Patch |
| https://git.kernel.org/stable/c/e3d982c111a6c033671dd6084b07f62fbf50f76f | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-476 | NULL Pointer Dereference | [email protected] |
| CWE-476 | NULL Pointer Dereference | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.15, < 5.15.34 >= 5.16, < 5.16.20 >= 5.17, < 5.17.3 5.18 rc1 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Oct 1, 2025 | CVE Modified | CISA-ADP |
| Mar 18, 2025 | Initial Analysis | [email protected] |
| Feb 26, 2025 | New CVE Received | kernel.org |