CVE-2021-47241
Last modified
CVE-2021-47241 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ethtool: strset: fix message length calculation Outer nest for ETHTOOL_A_STRSET_STRINGSETS is not accounted for. This may result in ETHTOOL_MSG_STRSET_GET producing a warning like: calculated message payload length (684) not sufficient WARNING: CPU: 0 PID: 30967 at net/ethtool/netlink.c:369 ethnl_default_doit+0x87a/0xa20 and a splat. As usually with such warnings three conditions must be met for the warning to trigger: - there must be no skb size rounding up (e.g. reply_size of 684); - string set must be per-device (so that the header gets populated); - the device name must be at least 12 characters long. all in all with current user space it looks like reading priv flags is the only place this could potentially happen. EPSS estimates a 1.02% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ethtool: strset: fix message length calculation Outer nest for ETHTOOL_A_STRSET_STRINGSETS is not accounted for. This may result in ETHTOOL_MSG_STRSET_GET producing a warning like: calculated message payload length (684) not sufficient WARNING: CPU: 0 PID: 30967 at net/ethtool/netlink.c:369 ethnl_default_doit+0x87a/0xa20 and a splat. As usually with such warnings three conditions must be met for the warning to trigger: - there must be no skb size rounding up (e.g. reply_size of 684); - string set must be per-device (so that the header gets populated); - the device name must be at least 12 characters long. all in all with current user space it looks like reading priv flags is the only place this could potentially happen. Or with syzbot :)
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.6, < 5.10.46 | — |
| Linux | Linux Kernel | >= 5.11, < 5.12.13 | — |
| Linux | Linux Kernel | 5.13 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2021-47241?
How severe is CVE-2021-47241?
How do I fix CVE-2021-47241?
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-47235In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47236In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47237In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47238In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47239In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47240In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2021-47242In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2021-47243In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2021-47244In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2021-47245In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2021-47246In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47247In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2021-47241?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
