Cyber Resilience

CVE-2023-34399

Critical

Published: 13 February 2025

Published
13 February 2025
Modified
27 June 2025
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.0029 52.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-34399 is a critical-severity Integer Overflow or Wraparound (CWE-190) vulnerability in Mercedes-Benz Headunit Ntg6 Mercedes-Benz User Experience. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 47.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2023-34399 is an integer overflow vulnerability (CWE-190) in a version of the Boost library used for serialization in the Mercedes-Benz head-unit NTG6. This infotainment system component includes functions to import or export profile settings over USB, where certain table values are handled as serialized archives processed by the vulnerable Boost library. The issue carries 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), indicating critical severity.

The vulnerability can be exploited by unauthenticated attackers (PR:N) over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N) required. Successful exploitation enables high-impact consequences, including unauthorized access to confidential data (C:H), modification of system integrity (I:H), and disruption of availability (A:H).

Mitigation guidance is detailed in the associated security research advisory at https://securelist.com/mercedes-benz-head-unit-security-research/115218/.

EU & UK References

Vulnerability details

Mercedes-Benz head-unit NTG6 contains functions to import or export profile settings over USB. Some values of this table are serialized archive according boost library. The version of boost library contains vulnerability integer overflow.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Integer overflow in Boost serialization enables RCE via crafted profile archives (USB/network input); maps to remote app exploitation and client-side execution vectors per CVSS AV:N characteristics.

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

CVEs Like This One

CVE-2023-34398Same product: Mercedes-Benz Headunit Ntg6 Mercedes-Benz User Experience
CVE-2023-34402Same product: Mercedes-Benz Headunit Ntg6 Mercedes-Benz User Experience
CVE-2023-34397Same product: Mercedes-Benz Headunit Ntg6 Mercedes-Benz User Experience
CVE-2023-34400Same product: Mercedes-Benz Headunit Ntg6 Mercedes-Benz User Experience
CVE-2025-52581Shared CWE-190
CVE-2026-20889Shared CWE-190
CVE-2026-40962Shared CWE-190
CVE-2025-30404Shared CWE-190
CVE-2025-53518Shared CWE-190
CVE-2024-55656Shared CWE-190

Affected Assets

mercedes-benz
headunit ntg6 mercedes-benz user experience
≤ 2021

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the integer overflow vulnerability in the vulnerable Boost library version used for serializing profile settings imports over USB.

prevent

Validates serialized archive data from USB profile imports to prevent malformed inputs from triggering the integer overflow during deserialization.

prevent

Provides memory protections that mitigate successful exploitation of the integer overflow for arbitrary code execution or data corruption.

References