First published: Mon Feb 10 2025(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.1<5.4.290 | |
Linux Kernel | >=5.5<5.10.234 | |
Linux Kernel | >=5.11<5.15.178 | |
Linux Kernel | >=5.16<6.1.128 | |
Linux Kernel | >=6.2<6.6.75 | |
Linux Kernel | >=6.7<6.12.12 | |
Linux Kernel | =6.13 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
Linux Kernel | =6.13-rc4 | |
Linux Kernel | =6.13-rc5 | |
Linux Kernel | =6.13-rc6 | |
Linux Kernel | =6.13-rc7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21687 has a moderate severity due to risks associated with bounds checking in read/write syscalls.
To fix CVE-2025-21687, update to the latest version of the Linux kernel that includes the patch for this vulnerability.
Exploiting CVE-2025-21687 may allow an attacker to read or write outside the bounds of the device, potentially leading to data corruption or unauthorized access.
CVE-2025-21687 affects specific versions of the Linux kernel where bounds checking on user-space inputs was not properly implemented.
CVE-2025-21687 is related to vfio/platform device drivers that handle read/write syscalls without adequate input validation.