Bug 2324612 (CVE-2024-50192) - CVE-2024-50192 kernel: irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
Summary: CVE-2024-50192 kernel: irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
Keywords:
Status: NEW
Alias: CVE-2024-50192
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2325161
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-08 13:48 UTC by OSIDB Bzimport
Modified: 2025-04-25 17:25 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2024:10985 0 None None None 2024-12-12 08:55:20 UTC
Red Hat Product Errata RHBA-2024:11008 0 None None None 2024-12-12 16:41:00 UTC
Red Hat Product Errata RHBA-2024:11050 0 None None None 2024-12-16 01:16:11 UTC
Red Hat Product Errata RHBA-2025:0001 0 None None None 2025-01-01 07:23:44 UTC
Red Hat Product Errata RHBA-2025:0027 0 None None None 2025-01-02 18:13:46 UTC
Red Hat Product Errata RHSA-2024:10943 0 None None None 2024-12-11 01:09:17 UTC
Red Hat Product Errata RHSA-2024:10944 0 None None None 2024-12-11 00:38:54 UTC
Red Hat Product Errata RHSA-2024:11486 0 None None None 2024-12-19 00:43:27 UTC
Red Hat Product Errata RHSA-2025:3935 0 None None None 2025-04-16 03:11:38 UTC

Description OSIDB Bzimport 2024-11-08 13:48:25 UTC
In 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.

Comment 2 Mark Salter 2024-11-20 13:13:23 UTC
Correct URL for upstream advisory:
https://git.kernel.org/pub/scm/linux/security/vulns.git/tree/cve/published/2024/CVE-2024-50192.mbox

Comment 6 errata-xmlrpc 2024-12-11 00:38:53 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:10944 https://access.redhat.com/errata/RHSA-2024:10944

Comment 7 errata-xmlrpc 2024-12-11 01:09:15 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2024:10943 https://access.redhat.com/errata/RHSA-2024:10943

Comment 8 errata-xmlrpc 2024-12-19 00:43:26 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2024:11486 https://access.redhat.com/errata/RHSA-2024:11486

Comment 9 errata-xmlrpc 2025-04-16 03:11:36 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.4 Extended Update Support

Via RHSA-2025:3935 https://access.redhat.com/errata/RHSA-2025:3935


Note You need to log in before you can comment on or make changes to this bug.