In the Linux kernel, the following vulnerability has been resolved:
drm/vc4: kms: Add missing drm_crtc_commit_put
Commit 9ec03d7f1ed3 ("drm/vc4: kms: Wait on previous FIFO users before a
commit") introduced a global state for the HVS, with each FIFO storing
the current CRTC commit so that we can properly synchronize commits.
However, the refcounting was off and we thus ended up leaking the
drm_crtc_commit structure every commit. Add a drm_crtc_commit_put to
prevent the leakage.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue is a memory leak in the vc4 display subsystem. Repeated display commits can leak kernel memory and may eventually affect availability. The public data rates it medium severity and does not show active exploitation.
Executive priority
Treat this as a targeted availability risk, not a broad remote compromise issue. Patch during normal kernel maintenance, faster where vc4 display functionality is important or uptime is sensitive.
Technical view
The vc4 KMS code stored CRTC commit references for FIFO synchronization but missed a drm_crtc_commit_put. That refcounting error leaked drm_crtc_commit objects on every commit. The fix adds the missing put to release the reference.
Likely exposure
Exposure is most likely on Linux systems running affected 5.12 through 5.15.7 or pre-5.16 kernels where the vc4 DRM/KMS path is used. Systems not using that driver path are less likely to be exposed.
Exploitation context
The CVSS vector is local, high complexity, high privileges required, no user interaction, and availability-only impact. The source bundle says KEV is false and provides no cited evidence of active exploitation.
Researcher notes
Evidence is limited to the CVE record and kernel stable fixes. No CWE is listed. Do not assume broader driver impact, exploit availability, or specific downstream package status without vendor confirmation.
Mitigation direction
Update to a kernel or distribution package containing the referenced stable fixes.
Check Linux distribution advisories for backported fixes and exact package versions.
Prioritize systems using the vc4 DRM/KMS driver path.
Limit unnecessary high-privilege local access until affected systems are patched.
Monitor affected systems for abnormal kernel memory growth or availability symptoms.
Validation and detection
Inventory Linux kernel versions against the affected version data.
Confirm whether vc4 DRM/KMS is enabled or used on each system.
Verify patched kernels include the referenced stable commits or equivalent backport.
Review vendor advisories for distribution-specific fixed package names.
Check monitoring for memory growth during repeated display commit activity.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2021-47534 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.