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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://securelist.com/mercedes-benz-head-unit-security-research/115218/CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
