LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47313: cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_init

In the Linux kernel, the following vulnerability has been resolved: cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_init It's a classic example of memleak, we allocate something, we fail and never free the resources. Make sure we free all resources on policy ->init() failures.

HighCVSS 8.4Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel memory-leak flaw in the CPPC CPU frequency driver. If initialization fails, allocated resources may not be freed. The business risk is reliability and resource-exhaustion impact on affected Linux systems, especially where the relevant cpufreq/CPPC path is used.

Executive priority

Treat as a high-priority Linux kernel maintenance item, not an emergency internet-facing incident based on current evidence. Prioritize patching production Linux systems where kernel reliability matters, especially fleets using CPU frequency management.

Technical view

CVE-2021-47313 resolves a resource leak in `cppc_cpufreq_cpu_init`: memory allocated during policy initialization was not released on failure paths. The source classifies it as CWE-400 with CVSS 8.4 and local attack vector. Kernel stable commits are cited as fixes, but distro-specific applicability must be verified.

Likely exposure

Exposure is limited to Linux systems running affected kernel builds with the CPPC cpufreq code path present or enabled. The bundle lists Linux kernel version entries including 5.11, 5.12.19, 5.13.4, and 5.14, but exact downstream package status requires vendor confirmation.

Exploitation context

The bundle does not cite active exploitation, and KEV is false. The CVSS vector is local, low complexity, no privileges, and no user interaction. Available evidence supports a kernel resource-management issue, not remote exploitation.

Researcher notes

Analysis is constrained to the supplied CVE bundle. The root issue is a failure-path cleanup bug in CPPC cpufreq initialization. The bundle provides fix commits but not exploit details, operational prerequisites, or distro package mappings.

Mitigation direction

  • Update affected Linux kernels using vendor or distribution guidance.
  • Confirm the fix includes the referenced upstream stable commits.
  • Reboot systems after kernel updates so the patched kernel is active.
  • Prioritize Linux hosts using CPPC/cpufreq functionality.
  • Track vendor advisories for backported fixes and exact package versions.

Validation and detection

  • Inventory Linux kernel versions across affected fleets.
  • Check whether CPPC cpufreq support is present or enabled.
  • Verify running kernels include the referenced stable fixes.
  • Review vendor advisories for distribution-specific affected packages.
  • Monitor affected systems for abnormal memory pressure or instability.
Prepared
Confidence
medium
Sources
5

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-400: 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-2021-47313 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
8.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/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
2ADP providers
4Source 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
8.4CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H2.55.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

8.4High
CVSS 3.1 vector shape for CVE-2021-47313Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/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
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxa28b2bfc099c6b9caa6ef697660408e076a32019, a28b2bfc099c6b9caa6ef697660408e076a32019, a28b2bfc099c6b9caa6ef697660408e076a32019unaffected
LinuxLinux5.11, 0, 5.12.19, 5.13.4, 5.14affected
Weakness

CWE details

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

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.