AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-40084

HIGH · CVSS 7.1 EPSS 0.14%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-10-29 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.1. It affects Linux.

CVE
CVE-2025-40084
Severity
HIGH
CVSS
7.1
EPSS
0.14%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: ksmbd: transport_ipc: validate payload size before reading handle handle_response() dereferences the payload as a 4-byte handle without verifying that the declared payload size is at least 4 bytes. A malformed or truncated message from ksmbd.mountd can lead to a 4-byte read past the declared payload size. Validate the size before dereferencing. This is a minimal fix to guard the initial handle read.