Security Advisory

CVE-2025-39975

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-10-15 07:55:56
Last updated 2026-05-23 16:01:09
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix wrong index reference in smb2_compound_op() In smb2_compound_op(), the loop that processes each commands response uses wrong indices when accessing response bufferes. This incorrect indexing leads to improper handling of command results. Also, if incorrectly computed index is greather than or equal to MAX_COMPOUND, it can cause out-of-bounds accesses.