LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47165: drm/meson: fix shutdown crash when component not probed

In the Linux kernel, the following vulnerability has been resolved: drm/meson: fix shutdown crash when component not probed When main component is not probed, by example when the dw-hdmi module is not loaded yet or in probe defer, the following crash appears on shutdown: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000038 ... pc : meson_drv_shutdown+0x24/0x50 lr : platform_drv_shutdown+0x20/0x30 ... Call trace: meson_drv_shutdown+0x24/0x50 platform_drv_shutdown+0x20/0x30 device_shutdown+0x158/0x360 kernel_restart_prepare+0x38/0x48 kernel_restart+0x18/0x68 __do_sys_reboot+0x224/0x250 __arm64_sys_reboot+0x24/0x30 ... Simply check if the priv struct has been allocated before using it.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2021-47165 is a Linux kernel crash bug in the Meson DRM display driver. Under a specific startup state, shutdown or reboot can dereference missing driver data and crash the system. The evidence points to availability impact, not data theft or remote compromise.

Executive priority

Treat this as a targeted reliability fix rather than an emergency security incident. Patch affected Linux appliances or embedded systems through normal maintenance, sooner where reboot failures could disrupt operations or field recovery.

Technical view

The Meson DRM shutdown path calls meson_drv_shutdown before the private driver structure exists, such as when dw-hdmi is not loaded or probe is deferred. The fix is a guard that checks whether the priv structure was allocated before use. Affected evidence is limited to listed Linux kernel versions and stable commits.

Likely exposure

Exposure is most likely on Linux systems using the Meson DRM driver, commonly tied to Amlogic Meson ARM64 display hardware. Generic servers without this driver path are less likely to be exposed based on the provided sources.

Exploitation context

The source bundle does not indicate active exploitation, public exploit use, or KEV listing. The described trigger is a shutdown or reboot crash when driver probing has not completed, which limits business impact mainly to system availability and reliability.

Researcher notes

The evidence is sparse: no CVSS, CWE, exploit report, or distribution-specific advisory is included. Analysis should stay close to the kernel description and stable commits. The vulnerable condition depends on driver probe state and Meson DRM component initialization.

Mitigation direction

  • Apply a Linux stable kernel update containing the Meson DRM shutdown fix.
  • Check vendor kernel advisories for backported fixes to supported distributions.
  • Prioritize exposed embedded or appliance systems that depend on clean reboot behavior.
  • Avoid assuming mitigation beyond vendor kernel guidance from the provided sources.

Validation and detection

  • Inventory systems using the Linux Meson DRM driver or Amlogic Meson display hardware.
  • Compare running kernel builds with affected versions and referenced stable commits.
  • Review reboot or shutdown logs for meson_drv_shutdown null pointer dereference traces.
  • Confirm kernel package changelogs include CVE-2021-47165 or the referenced fix commits.
Prepared
Confidence
medium
Sources
8

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-47165 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

0CVSS vectors
3Timeline events
2ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux8a5160cc8488776ddc48ea045860dab015f47390, 8fbbf2b3849419e31731902d7478b0c934732632, d2100ef32a8cfd024bad94f4fbc5e53d40d2b3da, d4ec1ffbdaa8939a208656e9c1440742c457ef16, fa0c16caf3d73ab4d2e5d6fa2ef2394dbec91791, fa0c16caf3d73ab4d2e5d6fa2ef2394dbec91791, cef14d5d92f14a6e282c3216c2da63e05f14758aunaffected
LinuxLinux5.12, 0, 4.14.235, 4.19.193, 5.4.124, 5.10.42, 5.12.9, 5.13affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.