Cyber Resilience

CVE-2025-31172

Huawei Harmonyos 5.0.0

Published
07 April 2025
Modified
07 May 2025
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0011 1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-31172 is a high-severity Improper Handling of Insufficient Permissions or Privileges (CWE-280) vulnerability in Huawei Harmonyos. Its CVSS base score is 7.8 (High).

Operationally, ranked at the 1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SI-16 (Memory Protection) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Memory write permission bypass vulnerability in the kernel futex module Impact: Successful exploitation of this vulnerability may affect service confidentiality.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-31173Same product: Huawei Harmonyos
CVE-2025-46584Same product: Huawei Harmonyos
CVE-2024-51523Same product: Huawei Harmonyos
CVE-2025-68958Same product: Huawei Harmonyos
CVE-2025-53184Same product: Huawei Harmonyos
CVE-2024-54113Same product: Huawei Harmonyos
CVE-2025-68967Same product: Huawei Harmonyos
CVE-2023-44107Same product: Huawei Harmonyos
CVE-2024-54103Same product: Huawei Harmonyos
CVE-2024-58046Same product: Huawei Harmonyos

Affected Assets

huawei
harmonyos
5.0.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-16 Memory Protection
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 6 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V6.2.2
  • V8.3.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly implements hardware/software memory protection mechanisms to block unauthorized write permission bypasses in kernel modules such as futex.

prevent

Enforces access control decisions on memory objects so that a futex permission bypass cannot result in unauthorized writes.

prevent

Restricts privileges granted to processes and kernel components, limiting the impact and exploitability of a futex memory-write bypass.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 mostly match
prevents

Defining, enforcing and reviewing access permissions with least privilege directly prevents code paths that mishandle insufficient privileges.

DE.CM-09 partial match
prevents

Runtime monitoring of software and data surfaces adverse events triggered by unhandled permission failures.

PR.PS-04 partial match
prevents

Generating logs of permission-related events enables detection and analysis of improper handling.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect missing or incorrect privilege handling.

prevents

Defines access-control policy that should prevent insufficient-privilege situations.

degrades

Specifies how access rights are granted, reviewed and revoked, directly addressing privilege handling.

degrades

Requires explicit management of privileged access rights, reducing the chance of missing privilege checks.

prevents

Secure-SDLC practices include privilege checks during design and coding.

prevents

Secure-coding standards require proper permission checks before resource access.

Hardening callouts derived

Configuration rules from DISA STIG baselines that reduce the attack surface for weaknesses of the type cited by this CVE. Derived transitively via CVE→CWE→STIG over `controls_xwalks` (authoritative rows only).

Oracle Linux 8 (1 rule)
  • V-248548 OL 8 must use a Linux Security Module configured to enforce limits on system services. via CWE-280

References