漏洞标题
smb/server: 在smb2_open()函数中修复潜在的null-ptr-deref问题,该问题与lease_ctx_info相关
漏洞描述信息
在Linux内核中,已解决了以下漏洞:
smb/server: 修复smb2_open()中的潜在null-ptr-deref漏洞lease_ctx_info
当(req_op_level == SMB2_OPLOCK_LEVEL_LEASE)并且parse_lease_state()返回NULL时,会出现null-ptr-deref。通过检查'lease_ctx_info'是否为NULL来修复此问题。
此外,删除parse_durable_handle_context()中的多余括号。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
漏洞描述信息
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().
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于空指针取消引用。
CVSS信息
N/A
漏洞类别
其他