
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-48824 is a NULL pointer dereference vulnerability in the Linux kernel's SCSI myrs driver. The issue was discovered in January 2022 and affects Linux kernel versions up to 5.4.180, 5.5 to 5.10.101, 5.11 to 5.15.24, and 5.16 to 5.16.10. The vulnerability occurs in the myrsdetect() function when privdata->hwinit() fails with a non-zero value, leaving cs->disable_intr as NULL (KERNEL PATCH).
The vulnerability exists in the myrs driver's cleanup routine where cs->disableintr is called without checking if it's NULL. When hardware initialization fails in myrsdetect(), the disableintr function pointer remains uninitialized. Subsequently, myrscleanup(cs) attempts to call this NULL pointer, resulting in a kernel crash. The issue has been assigned a CVSS v3.1 Base Score of 5.5 (MEDIUM) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
When exploited, this vulnerability causes a kernel NULL pointer dereference, leading to a system crash. The impact is limited to denial of service, with no evidence of information disclosure or system compromise capabilities (KERNEL PATCH).
The vulnerability has been patched by adding a NULL pointer check before calling cs->disableintr in the myrscleanup function. The fix has been implemented in the Linux kernel through multiple stable branch commits (KERNEL PATCH).
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."