CyberSec.Space Logo
返回 CVE 瀏覽器

CVE-2021-47013

HIGH
7.8
CVSS Severity Score
EPSS Score0.0090%
EPSS Percentile27.98th
Published2024年2月28日
Last Modified2024年12月9日

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send In emac_mac_tx_buf_send, it calls emac_tx_fill_tpd(..,skb,..). If some error happens in emac_tx_fill_tpd(), the skb will be freed via dev_kfree_skb(skb) in error branch of emac_tx_fill_tpd(). But the freed skb is still used via skb->len by netdev_sent_queue(,skb->len). As i observed that emac_tx_fill_tpd() haven't modified the value of skb->len, thus my patch assigns skb->len to 'len' before the possible free and use 'len' instead of skb->len later.

Affected Platforms (CPE)

💻
Linux

Linux Kernel

>= 4.9 and < 4.9.269
💻
Linux

Linux Kernel

>= 4.10 and < 4.14.233
💻
Linux

Linux Kernel

>= 4.15 and < 4.19.191
💻
Linux

Linux Kernel

>= 4.20 and < 5.4.119
💻
Linux

Linux Kernel

>= 5.5 and < 5.10.37
💻
Linux

Linux Kernel

>= 5.11 and < 5.11.21
💻
Linux

Linux Kernel

>= 5.12 and < 5.12.4

References & Advisories

相關漏洞威脅