Cyber Resilience

CVE-2025-7213

Published
09 July 2025
Modified
17 June 2026
CVSS Score v4 4.5
Click a component to see what it means
Raw vectorCVSS:4.0/AV:P/AC:H/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0016 6th percentile
Risk Priority 17 floored blend · peak EPSS

Summary

CVE-2025-7213 is a medium-severity On-Chip Debug and Test Interface With Improper Access Control (CWE-1191) vulnerability. Its CVSS base score is 4.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique OS Credential Dumping (T1003); ranked at the 6th 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 AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

A vulnerability classified as critical has been found in FNKvision FNK-GU2 up to 40.1.7. Affected is an unknown function of the component UART Interface. The manipulation leads to on-chip debug and test interface with improper access control. It is possible…

more

to launch the attack on the physical device. The complexity of an attack is rather high. The exploitability is told to be difficult. The exploit has been disclosed to the public and may be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1003 OS Credential Dumping Credential Access
Adversaries may attempt to dump credentials to obtain account login and credential material, normally in the form of a hash or a clear text password.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1052 Exfiltration Over Physical Medium Exfiltration
Adversaries may attempt to exfiltrate data via a physical medium, such as a removable drive.
T1495 Firmware Corruption Impact
Adversaries may overwrite or corrupt the flash memory contents of system BIOS or other firmware in devices attached to a system in order to render them inoperable or unable to boot, thus denying the availability to use the devices and/or…
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1601 Modify System Image Defense Impairment
Adversaries may make changes to the operating system of embedded network devices to weaken defenses and provide new capabilities for themselves.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-52533Shared CWE-1191
CVE-2025-47819Shared CWE-1191
CVE-2025-26408Shared CWE-1191
CVE-2023-32666Shared CWE-1191
CVE-2025-65821Shared CWE-1191
CVE-2025-48468Shared CWE-1191
CVE-2025-15083Shared CWE-1191
CVE-2024-48970Shared CWE-1191
CVE-2025-65822Shared CWE-1191
CVE-2024-36319Shared CWE-1191

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

AC-3 directly requires enforcement of authorization checks on all logical access paths, which would block unauthorized use of the debug/test interface registers.

AC-6 requires restricting access rights to the minimum needed, limiting what an attacker reaching the debug interface can actually read or modify.

IA-3 requires device identification and authentication before any connection is established, which would apply to external debug or test equipment.

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 and enforcing access permissions directly addresses improper authorization to debug interfaces.

PR.AA-06 mostly match
prevents

Managing physical access to assets covers control of on-chip debug/test ports and pins.

PR.AA-03 partial match
prevents

Authentication of hardware can help restrict debug interface use but is narrower than full access control.

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.

finds

Security testing can discover improper debug access but does not itself implement the control.

mitigates

Physical perimeters can limit access to debug ports but do not address on-chip access-control logic.

mitigates

Physical entry controls reduce the chance of an attacker reaching the chip but do not enforce on-chip debug authorization.

mitigates

Privileged-access rules may extend to hardware debug interfaces, yet the control is not hardware-specific.

prevents

Secure SDLC encourages hardware security requirements but does not mandate debug-port controls.

prevents

Secure architecture principles include hardware access-control mechanisms for debug and test interfaces.

References