CVE-2021-47659
Last modified
CVE-2021-47659 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for format_count earlier While the check for format_count > 64 in __drm_universal_plane_init() shouldn't be hit (it's a WARN_ON), in its current position it will then leak the plane->format_types array and fail to call drm_mode_object_unregister() leaking the modeset identifier. Move it to the start of the function to avoid allocating those resources in the first place.. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/plane: Move range check for format_count earlier While the check for format_count > 64 in __drm_universal_plane_init() shouldn't be hit (it's a WARN_ON), in its current position it will then leak the plane->format_types array and fail to call drm_mode_object_unregister() leaking the modeset identifier. Move it to the start of the function to avoid allocating those resources in the first place.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.14, < 4.19.247 |
| Linux | Linux Kernel | >= 4.20, < 5.4.198 |
| Linux | Linux Kernel | >= 5.5, < 5.10.121 |
| Linux | Linux Kernel | >= 5.11, < 5.15.46 |
| Linux | Linux Kernel | >= 5.16, < 5.17.14 |
| Linux | Linux Kernel | >= 5.18, < 5.18.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2021-47659?
How severe is CVE-2021-47659?
How do I fix CVE-2021-47659?
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-47653In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47654In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47655In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47656In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47657In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47658In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47660In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47662Due to missing authorization an unauthenticated remote attac…7.5
- CVE-2021-47663Due to improper JSON Web Tokens implementation an unauthenti…8.1
- CVE-2021-47664Due to improper authentication mechanism an unauthenticated …5.3
- CVE-2021-47667An OS command injection vulnerability in lib/NSSDropoff.php …10
- CVE-2021-47668In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2021-47659?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
