目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2021-47131— Linux kernel 安全漏洞

AI 预测 7.8 利用难度: 中等 EPSS 0.26% · P17

可能的 ATT&CK 技术 1AI

T1499 · Endpoint Denial of Service

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinuxe8f69799810c32dd40c6724d829eccc70baad07f< f1d4184f128dede82a59a841658ed40d4e6d3aa2affected
e8f69799810c32dd40c6724d829eccc70baad07f< 0f1e6fe66977a864fe850522316f713d7b926fd9affected
e8f69799810c32dd40c6724d829eccc70baad07f< c55dcdd435aa6c6ad6ccac0a4c636d010ee367a4affected
4.18affected
< 4.18unaffected
5.10.43≤ 5.10.*unaffected
5.12.10≤ 5.12.*unaffected
5.13≤ *unaffected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2021-47131 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
net/tls: Fix use-after-free after the TLS device goes down and up
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net/tls: Fix use-after-free after the TLS device goes down and up When a netdev with active TLS offload goes down, tls_device_down is called to stop the offload and tear down the TLS context. However, the socket stays alive, and it still points to the TLS context, which is now deallocated. If a netdev goes up, while the connection is still active, and the data flow resumes after a number of TCP retransmissions, it will lead to a use-after-free of the TLS context. This commit addresses this bug by keeping the context alive until its normal destruction, and implements the necessary fallbacks, so that the connection can resume in software (non-offloaded) kTLS mode. On the TX side tls_sw_fallback is used to encrypt all packets. The RX side already has all the necessary fallbacks, because receiving non-decrypted packets is supported. The thing needed on the RX side is to block resync requests, which are normally produced after receiving non-decrypted packets. The necessary synchronization is implemented for a graceful teardown: first the fallbacks are deployed, then the driver resources are released (it used to be possible to have a tls_dev_resync after tls_dev_del). A new flag called TLS_RX_DEV_DEGRADED is added to indicate the fallback mode. It's used to skip the RX resync logic completely, as it becomes useless, and some objects may be released (for example, resync_async, which is allocated and freed by the driver).
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于 net 模块的 TLS 设备关闭和启动后的释放后重用问题。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux e8f69799810c32dd40c6724d829eccc70baad07f ~ f1d4184f128dede82a59a841658ed40d4e6d3aa2 -
LinuxLinux 4.18 -

二、漏洞 CVE-2021-47131 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2021-47131 的情报信息

登录查看更多情报信息。

CVE-2021-47131 其他参考 (3)

同批安全公告 · Linux · 2024-03-15 · 共 26 条

CVE-2021-47122Linux kernel 安全漏洞
CVE-2021-47135Linux kernel 安全漏洞
CVE-2021-47134Linux kernel 安全漏洞
CVE-2021-47133Linux kernel 安全漏洞
CVE-2021-47132Linux kernel 安全漏洞
CVE-2021-47130Linux kernel 安全漏洞
CVE-2021-47129Linux kernel 安全漏洞
CVE-2021-47128Linux kernel 安全漏洞
CVE-2021-47127Linux kernel 安全漏洞
CVE-2021-47126Linux kernel 安全漏洞
CVE-2021-47125Linux kernel 安全漏洞
CVE-2021-47124Linux kernel 安全漏洞
CVE-2021-47123Linux kernel 安全漏洞
CVE-2021-47109Linux kernel 安全漏洞
CVE-2021-47121Linux kernel 安全漏洞
CVE-2021-47120Linux kernel 安全漏洞
CVE-2021-47119Linux kernel 安全漏洞
CVE-2021-47118Linux kernel 安全漏洞
CVE-2021-47117Linux kernel 安全漏洞
CVE-2021-47116Linux kernel 安全漏洞

显示前 20 条,共 26 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2021-47131

暂无评论


发表评论