Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-46742
HistorySep 18, 2024 - 8:15 a.m.

CVE-2024-46742

2024-09-1808:15:03
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
linux
kernel
vulnerability
smb/server
null-ptr-deref
fix
smb2_open

EPSS

0

Percentile

16.4%

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().

EPSS

0

Percentile

16.4%

Related for NVD:CVE-2024-46742