CVE-2022-49172
HighIn the Linux kernel, the following vulnerability has been resolved: parisc: Fix non-access data TLB cache flush faults When a page is not present, we get non-access data TLB faults from the fdc and fic instructions in flush_user_dcache_range_asm and flush_user_icache_range_asm. When these occur, the cache line is not invalidated and potentially we get memory corruption. The problem was hidden by the nullification of the flush instructions. These faults also affect performance. With pa8800/pa8900 processors, there will be 32 faults per 4 KB page since the cache line is 128 bytes. There will be more faults with earlier processors. The problem is fixed by using flush_cache_pages(). It does the flush using a tmp alias mapping. The flush_cache_pages() call in flush_cache_range() flushed too large a range. V2: Remove unnecessary preempt_disable() and preempt_enable() calls.
CVSS 3.1 score
7.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Affected versions
Linux kernel versions
2.6.12
and later are affected. Fixed in
5.16.19,
5.17.2,
5.18
and their respective stable series.
References
The following references provide additional information about CVE-2022-49172 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/b3d6adb3a49d82e4e557c5fc16f50c9ff731da5d
-
PatchKernel patch commithttps://git.kernel.org/stable/c/ddca4b82027e2a66333dd40fab21a4beff435c7e
-
PatchKernel patch commithttps://git.kernel.org/stable/c/f839e5f1cef36ce268950c387129b1bfefdaebc9
Frequently asked questions
-
What is CVE-2022-49172?
CVE-2022-49172 is a High severity Linux kernel vulnerability with a CVSS score of 7.1 out of 10 . It affects Linux kernel versions from 2.6.12 onward and has been patched in 5.16.19, 5.17.2 and 5.18. CVE-2022-49172 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2022-49172?
CVE-2022-49172 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:N/I:H/A:H. -
Is there a patch available for CVE-2022-49172?
Yes — CVE-2022-49172 has been patched. Fixed versions include 5.16.19, 5.17.2 and 5.18. If you are running Linux kernel 2.6.12 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2022-49172 actively exploited?
No — CVE-2022-49172 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.