CVE-2025-40056
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2025-40056, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-28

Last updated on: 2025-10-30

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-28
Last Modified
2025-10-30
Generated
2026-07-06
AI Q&A
2025-10-28
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel relates to the vhost vringh component where the function copy_to_iter's return value was incorrectly checked. The code was checking if the return value was negative, but since copy_to_iter cannot return negative values, the correct check should be whether the copied length equals the requested length. This fix addresses that logic error.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-40056. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart