In the Linux kernel, the following vulnerability has been resolved:
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
null-ptr-deref will occur when (req_op_level == SMB2_OPLOCK_LEVEL_LEASE)
and parse_lease_state() return NULL.
Fix this by check if 'lease_ctx_info' is NULL.
Additionally, remove the redundant parentheses in
parse_durable_handle_context().
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
02 May 2025, 07:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
25 Apr 2025, 11:15
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2024-09-18 08:15
Updated : 2025-11-03 20:16
NVD link : CVE-2024-46742
Mitre link : CVE-2024-46742
CVE.ORG link : CVE-2024-46742
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
