LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53388: drm/mediatek: Clean dangling pointer on bind error path

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Clean dangling pointer on bind error path mtk_drm_bind() can fail, in which case drm_dev_put() is called, destroying the drm_device object. However a pointer to it was still being held in the private object, and that pointer would be passed along to DRM in mtk_drm_sys_prepare() if a suspend were triggered at that point, resulting in a panic. Clean the pointer when destroying the object in the error path to prevent this from happening.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel flaw in the MediaTek DRM graphics driver. If driver setup fails and the system later enters suspend, the kernel can use a pointer to an already destroyed object, causing a panic and potentially broader local impact.

Executive priority

Treat as high priority for fleets containing MediaTek-based Linux devices. It is less likely to matter for standard servers without this driver, but affected endpoint, embedded, kiosk, or appliance systems should be patched through normal kernel channels.

Technical view

mtk_drm_bind() may call drm_dev_put() on a bind failure, destroying the drm_device while leaving a stale pointer in the driver private object. mtk_drm_sys_prepare() can later pass that dangling pointer to DRM during suspend. The CVE is classified as CWE-416 with CVSS 3.1 score 7.8.

Likely exposure

Exposure appears limited to Linux systems using affected kernel versions and the MediaTek DRM driver path. The source bundle lists affected Linux versions and stable kernel fix commits, but does not identify specific distributions, appliances, or cloud images.

Exploitation context

The CVSS vector is local, low complexity, low privileges, and no user interaction. The bundle does not report active exploitation, and KEV is false. Practical impact depends on reaching the bind failure state and subsequent suspend path.

Researcher notes

Evidence supports a dangling pointer/use-after-free on an error path followed by suspend handling. The source bundle provides fix commits but no exploit proof, affected distribution matrix, or operational workaround beyond updating to fixed kernel code.

Mitigation direction

  • Apply Linux stable or vendor kernel updates containing the referenced fixes.
  • Prioritize MediaTek SoC devices or builds enabling the MediaTek DRM driver.
  • Check distribution advisories for backported kernel packages and reboot requirements.
  • Limit untrusted local user access on exposed affected systems until patched.

Validation and detection

  • Inventory Linux kernel versions against the affected version list and vendor advisories.
  • Confirm whether the MediaTek DRM driver is built, loaded, or used on the device.
  • Verify installed kernel includes one of the referenced stable fix commits or a vendor backport.
  • Review crash logs for suspend-time DRM or MediaTek driver panics.
Prepared
Confidence
medium
Sources
9

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.

cwe · low confidence lookup

CWE-416: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-53388 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

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.

1CVSS vectors
3Timeline events
1ADP providers
8Source links

SSVC decision data

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

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2023-53388Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

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
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux119f5173628aa7a0c3cf9db83460d40709e8241d, 119f5173628aa7a0c3cf9db83460d40709e8241d, 119f5173628aa7a0c3cf9db83460d40709e8241d, 119f5173628aa7a0c3cf9db83460d40709e8241d, 119f5173628aa7a0c3cf9db83460d40709e8241d, 119f5173628aa7a0c3cf9db83460d40709e8241d, 119f5173628aa7a0c3cf9db83460d40709e8241dunaffected
LinuxLinux4.7, 0, 4.19.276, 5.4.235, 5.10.173, 5.15.99, 6.1.16, 6.2.3, 6.3affected
Weakness

CWE details

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

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.