LiveActive security incident?Get immediate response
CVE Record

CVE-2023-52696: powerpc/powernv: Add a null pointer check in opal_powercap_init()

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opal_powercap_init() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel denial-of-service issue in PowerPC PowerNV power-management code. A failed memory allocation can lead to a null pointer dereference, potentially crashing affected systems. The business impact is availability, not data theft or privilege escalation based on the supplied sources.

Executive priority

Treat as a targeted high-priority availability risk for PowerPC PowerNV Linux estates. For organizations without that platform, urgency is lower but inventory confirmation is still needed.

Technical view

In opal_powercap_init(), kasprintf() can return NULL on allocation failure. The vulnerable code lacked a NULL check before later use, mapping to CWE-476. The Linux stable references appear to add the missing check across supported branches.

Likely exposure

Exposure appears limited to affected Linux kernel versions on PowerPC PowerNV systems using this OPAL powercap path. The supplied source bundle does not provide CPEs or evidence that generic x86 Linux deployments are affected.

Exploitation context

CISA KEV status is false, and the supplied sources do not report active exploitation or a public exploit. CVSS 3.1 is 7.5 with high availability impact, but trigger conditions are not fully described in the bundle.

Researcher notes

The evidence supports a null pointer dereference fix, not code execution. The affected-version data is sparse and partly commit-oriented, so branch-level validation should rely on vendor advisories and the referenced stable commits.

Mitigation direction

  • Identify PowerPC PowerNV systems and their running kernel versions.
  • Apply vendor kernel updates containing the referenced stable fixes.
  • Prioritize internet-facing or availability-critical systems if affected.
  • Check Debian LTS guidance if running Debian-packaged kernels.
  • Monitor vendor advisories for branch-specific fixed versions.

Validation and detection

  • Confirm kernel version and architecture for Linux assets.
  • Check whether systems use PowerPC PowerNV platform support.
  • Map installed kernels against vendor fixed packages or stable commits.
  • Verify patched kernels boot successfully after maintenance.
  • Review crash logs for null pointer dereference symptoms in powercap initialization.
Prepared
Confidence
medium
Sources
10

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-476: 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-52696 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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
9Source links

SSVC decision data

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

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.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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
LinuxLinuxb9ef7b4b867f56114bedbe6bf104cfaba0ca818e, b9ef7b4b867f56114bedbe6bf104cfaba0ca818e, b9ef7b4b867f56114bedbe6bf104cfaba0ca818e, b9ef7b4b867f56114bedbe6bf104cfaba0ca818e, b9ef7b4b867f56114bedbe6bf104cfaba0ca818e, b9ef7b4b867f56114bedbe6bf104cfaba0ca818e, b9ef7b4b867f56114bedbe6bf104cfaba0ca818eunaffected
LinuxLinux4.20, 0, 5.4.268, 5.10.209, 5.15.148, 6.1.75, 6.6.14, 6.7.2, 6.8affected
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.