Bug 2344682 (CVE-2025-21687) - CVE-2025-21687 kernel: vfio/platform: check the bounds of read/write syscalls
Summary: CVE-2025-21687 kernel: vfio/platform: check the bounds of read/write syscalls
Keywords:
Status: NEW
Alias: CVE-2025-21687
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:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-02-10 17:01 UTC by OSIDB Bzimport
Modified: 2025-02-12 04:10 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-02-10 17:01:12 UTC
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.


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