LiveActive security incident?Get immediate response
CVE Record

CVE-2023-53364: regulator: da9063: better fix null deref with partial DT

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: better fix null deref with partial DT Two versions of the original patch were sent but V1 was merged instead of V2 due to a mistake. So update to V2. The advantage of V2 is that it completely avoids dereferencing the pointer, even just to take the address, which may fix problems with some compilers. Both versions work on my gcc 9.4 but use the safer one.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel availability bug in the DA9063 regulator driver. A partial device-tree configuration can trigger a null pointer dereference, potentially crashing the system. The published CVSS is 5.5, requiring local access and low privileges, so urgency is moderate and focused on systems using this kernel driver path.

Executive priority

Treat as a moderate availability risk, not a broad remote compromise signal. Prioritize systems where local users or workloads could trigger kernel crashes, especially embedded or appliance-like Linux deployments with slower patch cycles.

Technical view

CVE-2023-53364 is a CWE-476 null pointer dereference in the Linux kernel regulator da9063 code. The kernel note says an earlier fix variant was merged by mistake, and the safer V2 avoids dereferencing the pointer entirely. Impact is availability only under the supplied CVSS vector.

Likely exposure

Exposure is most plausible on Linux systems that include the DA9063 regulator driver and relevant device-tree handling. The bundle lists Linux kernel references and version identifiers, but does not provide a broad distribution mapping. Vulnerability managers should validate against kernel patch status rather than assuming all Linux deployments are affected.

Exploitation context

No active exploitation is supported by the supplied sources, and KEV is false. The CVSS vector indicates local access, low privileges, no user interaction, and high availability impact. The sources do not provide public exploit details.

Researcher notes

The source bundle is limited to CVE metadata and two Linux stable commits. It supports null dereference, local availability impact, and safer patch direction, but not exploit maturity, distribution-specific affected ranges, or operational mitigations beyond applying vendor kernel fixes.

Mitigation direction

  • Check vendor or distribution kernel advisories for CVE-2023-53364 coverage.
  • Update to a kernel build containing the referenced stable fixes.
  • Prioritize embedded or hardware-specific Linux systems using DA9063 regulator support.
  • Track remediation through normal kernel update and reboot processes.

Validation and detection

  • Inventory running kernel versions and build provenance on relevant Linux systems.
  • Confirm whether DA9063 regulator support is enabled or deployed.
  • Compare vendor kernel packages against the referenced stable commits.
  • Verify patched systems after reboot with kernel version and package evidence.
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-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-53364 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
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/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
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical 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
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2023-53364Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux04a025b17d83d07924e5e32508c72536ab8f42d9, 98e2dd5f7a8be5cb2501a897e96910393a49f0ffunaffected
LinuxLinux6.4.7unaffected
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.