Cyber Resilience

CVE-2022-38696

Critical

Published: 01 September 2025

Published
01 September 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0021 43.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-38696 is a critical-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Nccgroup (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique System Firmware (T1542.001); ranked at the 43.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-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2022-38696 is a vulnerability in BootRom stemming from a missing payload size check, which could lead to a memory buffer overflow without requiring additional execution privileges. The affected component is Unisoc SoC ROM. It has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer).

The vulnerability can be exploited by remote attackers requiring no privileges, low complexity, no user interaction, and network access. Successful exploitation enables a memory buffer overflow, resulting in high impacts to confidentiality, integrity, and availability.

Mitigation details are provided in the NCC Group research blog at https://www.nccgroup.com/research-blog/there-s-another-hole-in-your-soc-unisoc-rom-vulnerabilities/.

EU & UK References

Vulnerability details

In BootRom, there's a possible missing payload size check. This could lead to memory buffer overflow without requiring additional execution privileges.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1542.001 System Firmware Stealth
Adversaries may modify system firmware to persist on systems.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Buffer overflow in BootRom (system firmware) directly enables pre-OS boot compromise and exploitation for privilege escalation.

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

CVEs Like This One

CVE-2023-48267Shared CWE-119
CVE-2024-31155Shared CWE-119
CVE-2023-49618Shared CWE-119
CVE-2022-38692Shared CWE-119
CVE-2024-47796Shared CWE-119
CVE-2026-22167Shared CWE-119
CVE-2025-15411Shared CWE-119
CVE-2026-20700Shared CWE-119
CVE-2026-3145Shared CWE-119
CVE-2024-44238Shared CWE-119

Affected Assets

Nccgroup
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of payload sizes and other inputs to prevent buffer overflows from missing size checks in BootROM.

prevent

Implements memory safeguards like address space randomization and execution prevention to block exploitation of the buffer overflow vulnerability.

prevent

Mandates timely remediation of identified flaws such as the missing payload size check in Unisoc SoC ROM code.

References