Cyber Resilience

CVE-2025-23420

Low

Published: 04 March 2025

Published
04 March 2025
Modified
04 March 2025
KEV Added
Patch
CVSS Score v3.1 3.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
EPSS Score 0.0011 28.9th percentile
Risk Priority 8 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-23420 is a low-severity Out-of-bounds Write (CWE-787) vulnerability in Openatom Openharmony. Its CVSS base score is 3.8 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 28.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-23420, published on 2025-03-04, is an out-of-bounds write vulnerability (CWE-787) affecting OpenHarmony versions 5.0.2 and prior. It enables a local attacker to execute arbitrary code within pre-installed applications.

The vulnerability carries a CVSS v3.1 base score of 3.8 (AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N). A local attacker with low privileges can exploit it under low complexity conditions without user interaction, achieving arbitrary code execution in pre-installed apps, though only in restricted scenarios. The changed scope reflects potential impact across security boundaries with low confidentiality effects.

For details on mitigation, patches, or workarounds, refer to the OpenHarmony security disclosure advisory at https://gitee.com/openharmony/security/blob/master/zh/security-disclosure/2025/2025-03.md.

EU & UK References

Vulnerability details

in OpenHarmony v5.0.2 and prior versions allow a local attacker arbitrary code execution in pre-installed apps through out-of-bounds write. This vulnerability can be exploited only in restricted scenarios.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Local out-of-bounds write enabling arbitrary code execution in pre-installed applications by a low-privileged local attacker directly maps to exploitation for privilege escalation.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-23240Same product: Openatom Openharmony
CVE-2025-24309Same product: Openatom Openharmony
CVE-2025-22835Same product: Openatom Openharmony
CVE-2024-47398Same product: Openatom Openharmony
CVE-2025-20091Same product: Openatom Openharmony
CVE-2025-0304Same product: Openatom Openharmony
CVE-2025-0303Same product: Openatom Openharmony
CVE-2025-24301Same product: Openatom Openharmony
CVE-2025-23414Same product: Openatom Openharmony
CVE-2025-52458Same product: Openatom Openharmony

Affected Assets

openatom
openharmony
4.1.0 — 5.0.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the out-of-bounds write vulnerability in OpenHarmony pre-installed apps by applying vendor-provided patches.

prevent

Implements memory protection mechanisms like address space randomization and data execution prevention to block exploitation of out-of-bounds writes leading to arbitrary code execution.

prevent

Confines arbitrary code execution within the exploited pre-installed app process, limiting scope change and cross-process impacts as indicated by the CVE's CVSS score.

References