LiveActive security incident?Get immediate response
CVE Record

CVE-2023-34400: Mercedes-Benz head-unit NTG6 contains functions to import or export profile settings over USB.

Mercedes-Benz head-unit NTG6 contains functions to import or export profile settings over USB. In case of parsing file, service try to define header inside the file and convert it to null-terminated string. If character is missed, will return null pointer.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This issue affects Mercedes-Benz NTG6 head-unit profile import/export handling. A malformed profile settings file can trigger a null pointer condition during parsing, creating a high availability risk. The source bundle does not identify exact vehicle models, firmware versions, or a named vendor fix.

Executive priority

Treat this as a fleet availability issue, not a confirmed data theft or remote takeover event. Prioritize identifying NTG6 exposure and obtaining vendor remediation guidance, especially for vehicles where head-unit disruption could affect operations or support costs.

Technical view

CVE-2023-34400 is a CWE-476 null pointer dereference in NTG6 profile settings file parsing. The parser tries to find a header and convert it to a null-terminated string; if an expected character is absent, it can return a null pointer. CVSS 3.1 rates it 7.5 with availability impact only.

Likely exposure

Organizations with Mercedes-Benz vehicles using NTG6 head-units and USB profile import/export functionality may be exposed. Exact affected models, firmware versions, and CPEs are not provided in the source bundle, so exposure requires vendor or fleet-service confirmation.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. Public details describe the parsing flaw but do not provide exploit status. The CVSS vector lists network attack complexity as low, while the description centers on USB profile settings handling.

Researcher notes

The source data is narrow: it names NTG6 behavior, CWE-476, and CVSS 7.5, but leaves affected product fields as n/a. Avoid assuming exact models, exploitability beyond the CVSS vector, or patch availability without Mercedes-Benz guidance.

Mitigation direction

  • Check Mercedes-Benz or service-channel guidance for affected NTG6 firmware and remediation.
  • Apply head-unit firmware updates if the vendor identifies a fixed release.
  • Restrict or supervise USB profile import/export where operationally feasible.
  • Avoid using untrusted USB media with vehicle head-units.
  • Track this CVE in fleet risk registers until affected versions are clarified.

Validation and detection

  • Inventory vehicles and head-unit generations to identify NTG6 deployments.
  • Confirm firmware versions through approved service tools or maintenance records.
  • Check vendor advisories for model, firmware, or build identifiers tied to this CVE.
  • Review support records for unexplained NTG6 restarts or failures after profile imports.
  • Validate compensating controls around USB media use and profile import workflows.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-34400 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2023-34400Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.