CVE-2021-47013
Last modified
CVE-2021-47013 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.9, < 4.9.269 |
| Linux | Linux Kernel | >= 4.10, < 4.14.233 |
| Linux | Linux Kernel | >= 4.15, < 4.19.191 |
| Linux | Linux Kernel | >= 4.20, < 5.4.119 |
| Linux | Linux Kernel | >= 5.5, < 5.10.37 |
| Linux | Linux Kernel | >= 5.11, < 5.11.21 |
| Linux | Linux Kernel | >= 5.12, < 5.12.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-47013?
How severe is CVE-2021-47013?
How do I fix CVE-2021-47013?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-47007In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47008In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47009In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47010In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47011In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47012In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47014In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47015In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47016In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47017In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47018In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47019In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2021-47013?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
