Cyber Resilience

CVE-2025-41432

Medium

Published: 16 March 2026

Published
16 March 2026
Modified
17 March 2026
KEV Added
Patch
CVSS Score v3.1 5.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0001 0.5th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-41432 is a medium-severity Out-of-bounds Write (CWE-787) vulnerability in Openatom Openharmony. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 0.5th 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 AC-6 (Least Privilege).

Deeper analysis

CVE-2025-41432 is an out-of-bounds write vulnerability (CWE-787) affecting OpenHarmony versions v5.1.0 and prior. It enables a local attacker to achieve arbitrary code execution within pre-installed applications, but exploitation is limited to restricted scenarios.

The vulnerability has a CVSS v3.1 base score of 5.5 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N), indicating it requires local access, low privileges, and low attack complexity with no user interaction needed. A successful exploit allows the attacker to execute arbitrary code in the context of pre-installed apps, resulting in high confidentiality impact through potential unauthorized data access.

Mitigation details are available in the OpenHarmony security disclosure advisory at https://gitcode.com/openharmony/security/tree/master/zh/security-disclosure/2025/2025-10.md. The vulnerability was published on 2026-03-16T14:17:58.693.

EU & UK References

Vulnerability details

in OpenHarmony v5.1.0 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

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Local out-of-bounds write enables arbitrary code execution in pre-installed apps (client-side context).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-52458Same product: Openatom Openharmony
CVE-2025-23420Same product: Openatom Openharmony
CVE-2025-23240Same product: Openatom Openharmony
CVE-2024-47398Same product: Openatom Openharmony
CVE-2025-24309Same product: Openatom Openharmony
CVE-2025-22835Same 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

Affected Assets

openatom
openharmony
5.0.3, 5.1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Memory Protection directly blocks out-of-bounds writes that enable the arbitrary code execution in this CVE.

prevent

Least Privilege restricts the local attacker's ability to reach and exploit the vulnerable pre-installed apps.

prevent

Process Isolation limits the impact of code execution achieved via the out-of-bounds write to the compromised app context.

References