Review reviewHigh

CVE-2024-46736

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2_rename_path() If smb2_set_path_attr() is called with a valid @cfile and returned -EINVAL, we need to call cifs_get_writable_path() again as the reference of @cfile was already dropped by previous smb2_compound_op() call.

CVSS
7.8
EPSS
-
- percentile
CISA KEV
Not listed
Published
2024.09.18
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability-
Technical severityCVSS 7.8

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2_rename_path() If smb2_set_path_attr() is called with a valid @cfile and returned -EINVAL, we need to call cifs_get_writable_path() again as the reference of @cfile was already dropped by previous smb2_compound_op() call.

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= 1e60bc0e954389af82f1d9a85f13a63f6572350f < b27ea9c96efd2c252a981fb00d0f001b86c90f3e, >= 71f15c90e785d1de4bcd65a279e7256684c25c0d < 1a46c7f6546b73cbf36f5a618a1a6bbb45391eb3, >= 71f15c90e785d1de4bcd65a279e7256684c25c0d < 3523a3df03c6f04f7ea9c2e7050102657e331a4f, >= 6.6.32 < 6.6.51, >= 6.9, >= 6.9 < 6.10.10, 6.11
Fixed versions
6.6.51, 6.10.10

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-415