PT-2024-11076 · Linux · Linux Kernel
Jason Wang
·
Published
2021-05-03
·
Updated
2024-12-06
·
CVE-2021-46967
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue is related to the virtqueue doorbell mapping in the Linux kernel. The virtqueue doorbell is usually implemented via registers, but the necessary vma->flags like VM PFNMAP are not provided. This may cause several issues, such as a kernel panic, when userspace tries to map the doorbell via vhost IOTLB. The patch fixes this by setting the necessary vm flags, causing attempts to map the doorbell via IOTLB to fail with a bad address.
Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel