Skip to content

In the Linux kernel, the following vulnerability has been...

Unreviewed Published Apr 5, 2024 to the GitHub Advisory Database • Updated Jun 25, 2024

Package

No package listedSuggest a package

Affected versions

Unknown

Patched versions

Unknown

Description

In the Linux kernel, the following vulnerability has been resolved:

vfio/pci: Lock external INTx masking ops

Mask operations through config space changes to DisINTx may race INTx
configuration changes via ioctl. Create wrappers that add locking for
paths outside of the core interrupt code.

In particular, irq_type is updated holding igate, therefore testing
is_intx() requires holding igate. For example clearing DisINTx from
config space can otherwise race changes of the interrupt configuration.

This aligns interfaces which may trigger the INTx eventfd into two
camps, one side serialized by igate and the other only enabled while
INTx is configured. A subsequent patch introduces synchronization for
the latter flows.

References

Published by the National Vulnerability Database Apr 5, 2024
Published to the GitHub Advisory Database Apr 5, 2024
Last updated Jun 25, 2024

Severity

Unknown

Weaknesses

No CWEs

CVE ID

CVE-2024-26810

GHSA ID

GHSA-fpf4-cfch-367m

Source code

No known source code

Dependabot alerts are not supported on this advisory because it does not have a package from a supported ecosystem with an affected and fixed version.

Learn more about GitHub language support

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.