CVE-2023-53787
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53787, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: regulator: da9063: fix null pointer deref with partial DT config When some of the da9063 regulators do not have corresponding DT nodes a null pointer dereference occurs on boot because such regulators have no init_data causing the pointers calculated in da9063_check_xvp_constraints() to be invalid. Do not dereference them in this case.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-07-06
AI Q&A
2025-12-09
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability occurs in the Linux kernel's da9063 regulator driver. When some da9063 regulators lack corresponding Device Tree (DT) nodes, a null pointer dereference happens during boot because these regulators have no initialization data (init_data). This causes invalid pointers in the function da9063_check_xvp_constraints(), leading to a null pointer dereference. The fix prevents dereferencing these pointers when init_data is missing.

Impact Analysis

The vulnerability can cause a null pointer dereference during system boot, which may lead to a kernel crash or system instability. This can result in denial of service or prevent the system from booting properly if affected hardware is present.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53787. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart