CVE-2022-49055
MediumIn the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Check for potential null return of kmalloc_array() As the kmalloc_array() may return null, the 'event_waiters[i].wait' would lead to null-pointer dereference. Therefore, it is better to check the return value of kmalloc_array() to avoid this confusion.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness type
CWE-476CVE-2022-49055 is a NULL Pointer Dereference vulnerability
What is NULL Pointer Dereference?
The product dereferences a pointer that it expects to be valid but is NULL, typically causing a crash. Learn more on MITRE CWE
Affected versions
Linux kernel versions
4.2
and later are affected. Fixed in
4.9.311,
4.14.276,
4.19.239,
5.4.190,
5.10.112,
5.15.35,
5.17.4,
5.18
and their respective stable series.
References
The following references provide additional information about CVE-2022-49055 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/0a692c625e373fef692ffbc7fc41f8a025f01cb7
-
PatchKernel patch commithttps://git.kernel.org/stable/c/1d7a5aae884ca727d41c7ed15d4c82fdb67c040c
-
PatchKernel patch commithttps://git.kernel.org/stable/c/32cf90a521dcc0f136db7ee5ba32bfe5f79e460e
Frequently asked questions
-
What is CVE-2022-49055?
CVE-2022-49055 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 , classified as a NULL Pointer Dereference flaw (CWE-476) . It affects Linux kernel versions from 4.2 onward and has been patched in 4.9.311, 4.14.276, 4.19.239 and others. CVE-2022-49055 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2022-49055?
CVE-2022-49055 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2022-49055?
Yes — CVE-2022-49055 has been patched. Fixed versions include 4.9.311, 4.14.276, 4.19.239 and others. If you are running Linux kernel 4.2 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2022-49055 actively exploited?
No — CVE-2022-49055 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is NULL Pointer Dereference (CWE-476)?
The product dereferences a pointer that it expects to be valid but is NULL, typically causing a crash. View CWE-476 on MITRE CWE →