CVE-2021-47533
Last modified
CVE-2021-47533 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Clear the HVS FIFO commit pointer once done Commit 9ec03d7f1ed3 ("drm/vc4: kms: Wait on previous FIFO users before a commit") introduced a wait on the previous commit done on a given HVS FIFO. However, we never cleared that pointer once done. Since drm_crtc_commit_put can free the drm_crtc_commit structure directly if we were the last user, this means that it can lead to a use-after free if we were to duplicate the state, and that stale pointer would even be copied to the new state. Set the pointer to NULL once we're done with the wait so that we don't carry over a pointer to a free'd structure.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/vc4: kms: Clear the HVS FIFO commit pointer once done Commit 9ec03d7f1ed3 ("drm/vc4: kms: Wait on previous FIFO users before a commit") introduced a wait on the previous commit done on a given HVS FIFO. However, we never cleared that pointer once done. Since drm_crtc_commit_put can free the drm_crtc_commit structure directly if we were the last user, this means that it can lead to a use-after free if we were to duplicate the state, and that stale pointer would even be copied to the new state. Set the pointer to NULL once we're done with the wait so that we don't carry over a pointer to a free'd structure.
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 | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.12, < 5.15.7 | — |
| Linux | Linux Kernel | 5.16 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-47533?
How severe is CVE-2021-47533?
How do I fix CVE-2021-47533?
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-47527In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47528In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47529In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47530In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47531In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47532In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47534In the Linux kernel, the following vulnerability has been re…4.1
- CVE-2021-47535In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47536In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47537In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47538In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47539In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2021-47533?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
