Bug 2406773 (CVE-2025-40056) - CVE-2025-40056 kernel: vhost: vringh: Fix copy_to_iter return value check
Summary: CVE-2025-40056 kernel: vhost: vringh: Fix copy_to_iter return value check
Keywords:
Status: NEW
Alias: CVE-2025-40056
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-10-28 12:04 UTC by OSIDB Bzimport
Modified: 2025-10-28 20:44 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-28 12:04:45 UTC
In the Linux kernel, the following vulnerability has been resolved:

vhost: vringh: Fix copy_to_iter return value check

The return value of copy_to_iter can't be negative, check whether the
copied length is equal to the requested length instead of checking for
negative values.


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