LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53253: HID: nvidia-shield: Reference hid_device devm allocation of input_dev name

In the Linux kernel, the following vulnerability has been resolved: HID: nvidia-shield: Reference hid_device devm allocation of input_dev name Use hid_device for devm allocation of the input_dev name to avoid a use-after-free. input_unregister_device would trigger devres cleanup of all resources associated with the input_dev, free-ing the name. The name would subsequently be used in a uevent fired at the end of unregistering the input_dev.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-53253 is a Linux kernel use-after-free in the NVIDIA Shield HID driver. A local low-privileged user could potentially trigger kernel memory misuse, with CVSS 7.8 high impact across confidentiality, integrity, and availability. Sources do not show active exploitation.

Executive priority

Prioritize remediation in shared Linux environments, developer workstations, and systems with untrusted local users. Internet-facing urgency is lower because the vector is local, but kernel memory corruption with high CVSS impact should not remain unpatched.

Technical view

The flaw is in HID nvidia-shield handling of input_dev name lifetime. input_unregister_device triggers devres cleanup for input_dev resources, freeing the name before a later unregister uevent uses it. The kernel fix changes devm allocation ownership to reference hid_device, avoiding the use-after-free.

Likely exposure

Exposure is most relevant to Linux systems running affected kernel versions or commits with the nvidia-shield HID driver present. The bundle identifies Linux 6.5 through 6.5.3 and 6.6-era affected data, but does not name distributions, appliances, or default configurations.

Exploitation context

The CVSS vector is local, low complexity, low privileges, and no user interaction. KEV is false, and the provided sources do not cite public exploitation. Treat this as a local privilege and kernel stability risk, not a confirmed internet-exploited issue.

Researcher notes

Evidence supports a use-after-free fixed in Linux stable commits. The source bundle does not provide proof-of-concept details, exploit telemetry, affected distro packages, or complete backport mapping. Validation should focus on kernel provenance, driver availability, and vendor advisory correlation.

Mitigation direction

  • Update to a vendor-supported kernel containing the referenced stable fixes.
  • Check distribution advisories for the exact fixed package version.
  • Prioritize systems allowing untrusted local users or workloads.
  • Restrict local shell access where kernel updates are delayed.
  • Monitor vendor kernel channels for corrected backports.

Validation and detection

  • Inventory kernel versions across Linux hosts.
  • Confirm whether affected kernels include the nvidia-shield HID driver.
  • Map installed kernels against vendor fixed-package advisories.
  • Review patch status for the two referenced stable commits.
  • Check vulnerability scanners for CVE-2023-53253 coverage and false positives.
Prepared
Confidence
medium
Sources
4

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-53253 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
3Source 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-53253Attack 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
LinuxLinux09308562d4afb1abc66366608fa1cb9de783272f, 09308562d4afb1abc66366608fa1cb9de783272funaffected
LinuxLinux6.5, 0, 6.5.3, 6.6affected
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.