CVE-2024-50192
MediumIn the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v4: Don't allow a VMOVP on a dying VPE Kunkun Jiang reported that there is a small window of opportunity for userspace to force a change of affinity for a VPE while the VPE has already been unmapped, but the corresponding doorbell interrupt still visible in /proc/irq/. Plug the race by checking the value of vmapp_count, which tracks whether the VPE is mapped ot not, and returning an error in this case. This involves making vmapp_count common to both GICv4.1 and its v4.0 ancestor.
CVSS 3.1 score
4.7
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
5.6
and later are affected. Fixed in
5.10.228,
5.15.169,
6.1.114,
6.6.58,
6.11.5,
6.12
and their respective stable series.
References
The following references provide additional information about CVE-2024-50192 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/01282ab5182f85e42234df2ff42f0ce790f465ff
-
PatchKernel patch commithttps://git.kernel.org/stable/c/1442ee0011983f0c5c4b92380e6853afb513841a
-
PatchKernel patch commithttps://git.kernel.org/stable/c/64b12b061c5488e2d69e67c4eaae5da64fd30bfe
Frequently asked questions
-
What is CVE-2024-50192?
CVE-2024-50192 is a Medium severity Linux kernel vulnerability with a CVSS score of 4.7 out of 10 . It affects Linux kernel versions from 5.6 onward and has been patched in 5.10.228, 5.15.169, 6.1.114 and others. CVE-2024-50192 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2024-50192?
CVE-2024-50192 has a CVSS score of 4.7 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2024-50192?
Yes — CVE-2024-50192 has been patched. Fixed versions include 5.10.228, 5.15.169, 6.1.114 and others. If you are running Linux kernel 5.6 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2024-50192 actively exploited?
No — CVE-2024-50192 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.