CVE-2022-49444
HighIn the Linux kernel, the following vulnerability has been resolved: module: fix [e_shstrndx].sh_size=0 OOB access It is trivial to craft a module to trigger OOB access in this line: if (info->secstrings[strhdr->sh_size - 1] != '\0') { BUG: unable to handle page fault for address: ffffc90000aa0fff PGD 100000067 P4D 100000067 PUD 100066067 PMD 10436f067 PTE 0 Oops: 0000 [#1] PREEMPT SMP PTI CPU: 7 PID: 1215 Comm: insmod Not tainted 5.18.0-rc5-00007-g9bf578647087-dirty #10 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.14.0-4.fc34 04/01/2014 RIP: 0010:load_module+0x19b/0x2391 [rebased patch onto modules-next]
CVSS 3.1 score
7.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness type
CWE-125CVE-2022-49444 is a Out-of-bounds Read vulnerability
What is Out-of-bounds Read?
The product reads data past the end or before the beginning of the intended buffer. Learn more on MITRE CWE
Affected versions
Linux kernel versions
5.4.110,
5.10.26,
5.11.3,
5.12
and later are affected. Fixed in
5.15.54,
5.17.14,
5.18.3,
5.19
and their respective stable series.
References
The following references provide additional information about CVE-2022-49444 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/09cb6663618a74fe5572a4931ecbf098832e79ec
-
PatchKernel patch commithttps://git.kernel.org/stable/c/391e982bfa632b8315235d8be9c0a81374c6a19c
-
PatchKernel patch commithttps://git.kernel.org/stable/c/45a76414b6d8b8b39c23fea53b9d20e831ae72a0
Frequently asked questions
-
What is CVE-2022-49444?
CVE-2022-49444 is a High severity Linux kernel vulnerability with a CVSS score of 7.1 out of 10 , classified as an Out-of-bounds Read flaw (CWE-125) . It affects Linux kernel versions from 5.4.110 onward and has been patched in 5.15.54, 5.17.14, 5.18.3 and others. CVE-2022-49444 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2022-49444?
CVE-2022-49444 has a CVSS score of 7.1 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H. -
Is there a patch available for CVE-2022-49444?
Yes — CVE-2022-49444 has been patched. Fixed versions include 5.15.54, 5.17.14, 5.18.3 and others. If you are running Linux kernel 5.4.110 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2022-49444 actively exploited?
No — CVE-2022-49444 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Out-of-bounds Read (CWE-125)?
The product reads data past the end or before the beginning of the intended buffer. View CWE-125 on MITRE CWE →