CVE-2026-22099
Deferred Deferred - Pending Action

Bluetooth Command Authentication Bypass in EV Charging Station

Vulnerability report for CVE-2026-22099, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Dutch Institute for Vulnerability Disclosure

Description

The charging station does not require authentication for Bluetooth commands to perform actions. The functionality exposed includes sensitive information leakage, triggering reboots, or pushing a firmware update URL.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists because the charging station does not require authentication for Bluetooth commands to perform actions.

As a result, an attacker can send Bluetooth commands without verifying their identity.

The exposed functionality includes leaking sensitive information, triggering device reboots, or pushing a firmware update URL.

Detection Guidance

Detection of this vulnerability involves checking for Bluetooth-enabled charging stations that accept unauthenticated commands. Since the vulnerability is related to Bluetooth communication, you can use tools to scan for exposed Bluetooth services or test for unauthenticated access.

  • Use Bluetooth scanning tools like 'bluetoothctl' (Linux) to list nearby devices and check for charging stations. Example command: 'bluetoothctl scan on'.
  • Use 'hcitool' (Linux) to scan for nearby Bluetooth devices. Example command: 'hcitool scan'.
  • Check for open Bluetooth services using 'sdptool' (Linux). Example command: 'sdptool browse <device_address>'.
  • Test for unauthenticated access by attempting to send commands to the charging station via Bluetooth. Tools like 'gatttool' (Linux) can be used for this purpose. Example command: 'gatttool -b <device_address> -I'.

If the charging station responds to commands without authentication, it may be vulnerable. Monitor network traffic for unusual Bluetooth activity or unexpected firmware update requests.

Impact Analysis

This vulnerability can impact you by allowing unauthorized parties to access sensitive information from the charging station.

Attackers can also cause the device to reboot unexpectedly, potentially disrupting service.

Additionally, attackers may push malicious firmware update URLs, which could lead to further compromise of the device.

Compliance Impact

This vulnerability can significantly impact compliance with standards and regulations such as GDPR and HIPAA due to its potential for sensitive information leakage and unauthorized control over the charging station.

  • GDPR: The exposure of sensitive information without authentication violates GDPR's requirements for data protection and confidentiality. Unauthorized access to personal or operational data could lead to breaches of personal data, triggering mandatory reporting and potential fines.
  • HIPAA: While HIPAA primarily applies to healthcare data, if the charging station is used in a healthcare environment and processes or stores protected health information (PHI), this vulnerability could lead to unauthorized access to PHI, violating HIPAA's security and privacy rules.
  • Other standards: The lack of authentication and exposure of critical functionality may also violate industry-specific standards (e.g., ISO 27001, NIST guidelines) that mandate access controls and protection against unauthorized actions.
Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Disable Bluetooth functionality on the charging station if it is not required for operation.
  • Isolate the charging station from untrusted networks or devices to prevent unauthorized Bluetooth access.
  • Apply any available firmware updates provided by the vendor that address this vulnerability.
  • Implement network segmentation to limit access to the charging station's Bluetooth interface.
  • Monitor the charging station for unusual activity, such as unexpected reboots or firmware update attempts.
  • Contact the vendor or manufacturer for guidance on securing the charging station and inquire about patches or workarounds.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-22099. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart