In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Feb 10, 2025
to the GitHub Advisory Database
•
Updated Feb 21, 2025
Description
Published by the National Vulnerability Database
Feb 10, 2025
Published to the GitHub Advisory Database
Feb 10, 2025
Last updated
Feb 21, 2025
In the Linux kernel, the following vulnerability has been resolved:
vfio/platform: check the bounds of read/write syscalls
count and offset are passed from user space and not checked, only
offset is capped to 40 bits, which can be used to read/write out of
bounds of the device.
References