CVE-2021-47368
HighIn the Linux kernel, the following vulnerability has been resolved: enetc: Fix illegal access when reading affinity_hint irq_set_affinity_hit() stores a reference to the cpumask_t parameter in the irq descriptor, and that reference can be accessed later from irq_affinity_hint_proc_show(). Since the cpu_mask parameter passed to irq_set_affinity_hit() has only temporary storage (it's on the stack memory), later accesses to it are illegal. Thus reads from the corresponding procfs affinity_hint file can result in paging request oops. The issue is fixed by the get_cpu_mask() helper, which provides a permanent storage for the cpumask_t parameter.
CVSS 3.1 score
8.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness type
CWE-400CVE-2021-47368 is a Uncontrolled Resource Consumption vulnerability
What is Uncontrolled Resource Consumption?
The product does not properly control the amount of resources it consumes, leading to exhaustion. Learn more on MITRE CWE
Affected versions
Linux kernel versions
5.1
and later are affected. Fixed in
5.4.150,
5.10.70,
5.14.9,
5.15
and their respective stable series.
References
4 total-
Patch
-
Patch
-
Patch
-
Patch
Frequently asked questions
-
What is CVE-2021-47368?
CVE-2021-47368 is a High severity Linux kernel vulnerability with a CVSS score of 8.1 out of 10 , classified as an Uncontrolled Resource Consumption flaw (CWE-400) . It affects Linux kernel versions from 5.1 onward and has been patched in 5.4.150, 5.10.70, 5.14.9 and others. CVE-2021-47368 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2021-47368?
CVE-2021-47368 has a CVSS score of 8.1 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H. -
Is there a patch available for CVE-2021-47368?
Yes. CVE-2021-47368 has been patched. Fixed versions include 5.4.150, 5.10.70, 5.14.9 and others. If you are running Linux kernel 5.1 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2021-47368 actively exploited?
No. CVE-2021-47368 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.