CVE-2021-47453
Last modified
CVE-2021-47453 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the aux_idx IDA whether it was allocated or not. This can potentially cause a crash when unloading the driver on systems that do not initialize support for RDMA. But, this free cannot be gated by the status bit for RDMA, since it is allocated if the driver detects support for RDMA at probe time, but the driver can enter into a state where RDMA is not supported after the IDA has been allocated at probe time and this would lead to a memory leak. Initialize aux_idx to an invalid value and check for a valid value when unloading to determine if an IDA free is necessary.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the aux_idx IDA whether it was allocated or not. This can potentially cause a crash when unloading the driver on systems that do not initialize support for RDMA. But, this free cannot be gated by the status bit for RDMA, since it is allocated if the driver detects support for RDMA at probe time, but the driver can enter into a state where RDMA is not supported after the IDA has been allocated at probe time and this would lead to a memory leak. Initialize aux_idx to an invalid value and check for a valid value when unloading to determine if an IDA free is necessary.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.14, < 5.14.15 | — |
| Linux | Linux Kernel | 5.15 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2021-47453?
How severe is CVE-2021-47453?
How do I fix CVE-2021-47453?
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-47447In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47448In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47449In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2021-47450In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47451In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47452In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47454In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47455In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47456In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2021-47457In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47458In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47459In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2021-47453?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
