LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47287: driver core: auxiliary bus: Fix memory leak when driver_register() fail

In the Linux kernel, the following vulnerability has been resolved: driver core: auxiliary bus: Fix memory leak when driver_register() fail If driver_register() returns with error we need to free the memory allocated for auxdrv->driver.name before returning from __auxiliary_driver_register()

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This Linux kernel issue is a memory leak in the auxiliary bus driver registration path. If driver registration fails, allocated driver-name memory was not freed. The sources do not provide CVSS, exploitation evidence, or business-impact detail, so urgency depends on whether affected kernels are deployed.

Executive priority

Treat this as routine kernel hygiene unless vendor guidance elevates it. There is no provided evidence of exploitation or high severity, but affected Linux kernels should still be patched through normal vulnerability management.

Technical view

__auxiliary_driver_register() allocated auxdrv->driver.name but did not release it when driver_register() returned an error. The referenced stable commits resolve the leak by freeing that allocation on the failure path. Public data identifies Linux kernel exposure but provides no CWE, CVSS, or exploit details.

Likely exposure

Exposure appears limited to Linux systems running affected kernel versions or builds containing the vulnerable auxiliary bus code. The bundle lists Linux 5.11, 5.13.6, 5.14, and commit 7de3697e9cbd as relevant, but exact downstream distro impact requires vendor kernel mapping.

Exploitation context

No active exploitation is indicated. The CVE is not listed as KEV in the provided bundle, and no cited source describes public exploitation. The described flaw is a memory leak on an error path, not a complete attack chain.

Researcher notes

Evidence is sparse: the record describes a specific cleanup bug and two stable commit references, but lacks CVSS, CWE, exploitability analysis, and downstream distro status. Avoid assuming remote exploitability or practical denial-of-service without additional vendor analysis.

Mitigation direction

  • Check Linux vendor advisories for your exact kernel build and distribution.
  • Update to a kernel containing the referenced stable fixes when available.
  • Prioritize internet-facing or multi-tenant Linux hosts if affected kernels are present.
  • Track downstream backports; distro version numbers may differ from upstream Linux versions.

Validation and detection

  • Inventory Linux kernel versions across servers, containers hosts, and appliances.
  • Map deployed kernels to vendor advisories or the referenced stable commits.
  • Confirm whether auxiliary bus driver code is present in affected builds.
  • Document systems awaiting vendor fixes or maintenance-window updates.
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.

cve · low confidence lookup

CVE-2021-47287 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
3Source 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
LinuxLinux7de3697e9cbd4bd3d62bafa249d57990e1b8f294, 7de3697e9cbd4bd3d62bafa249d57990e1b8f294unaffected
LinuxLinux5.11, 0, 5.13.6, 5.14affected
Weakness

CWE details

No CWE listed

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