漏洞详情: CVE-2024-35908

漏洞标题
tls: get psock ref after taking rxlock to avoid leak
来源:NVD
Linux kernel 安全漏洞
来源:CNNVD
TLS:在获取rxlock后获取psock引用以防止泄露
来源:神龙机器人
漏洞描述
In the Linux kernel, the following vulnerability has been resolved: tls: get psock ref after taking rxlock to avoid leak At the start of tls_sw_recvmsg, we take a reference on the psock, and then call tls_rx_reader_lock. If that fails, we return directly without releasing the reference. Instead of adding a new label, just take the reference after locking has succeeded, since we don't need it before.
来源:NVD
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于内存泄漏。
来源:CNNVD
在Linux内核中,已解决了以下漏洞: tls:在获取rxlock后获取psock引用以防止泄漏 在tls_sw_recvmsg的开始处,我们获取psock的引用,然后调用tls_rx_reader_lock。如果失败,则直接返回而不释放引用。 而不是添加新的标签,只需在锁定成功后获取引用,因为在那之前我们不需要它。
来源:神龙机器人
漏洞评分(CVSS)
NVD 暂无评分
来源:NVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
来源:神龙机器人, 准确率:N/A
漏洞类别
NVD 暂无漏洞类别信息
来源:NVD
其他
来源:CNNVD
相关链接