CVE-2026-53010
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
24/06/2026
Last modified:
14/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ksmbd: fix use-after-free in smb2_open during durable reconnect<br />
<br />
In smb2_open, the call to ksmbd_put_durable_fd(fp) drops the reference<br />
to the durable file descriptor early during the durable reconnect<br />
process. If an error occurs subsequently (eg, ksmbd_iov_pin_rsp fails)<br />
or a scavenger accesses the file, it leads to a use-after-free when<br />
accessing fp properties (eg fp->create_time).<br />
<br />
Move the single put to the end of the function below err_out2 so fp<br />
stays valid until smb2_open returns.
Impact
Base Score 3.x
9.80
Severity 3.x
CRITICAL
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.6.32 (including) | 6.7 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.9 (including) | 6.18.33 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



