CVE-2026-22093
Deferred Deferred - Pending Action

EVbee Service Android App TLS Certificate Validation Bypass

Vulnerability report for CVE-2026-22093, 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 EVbee Service Android app uses TLS encrypted communication (HTTPS), but does not validate the certificate provided by the server. This allows an attacker on the network path between the app and EVbee server to intercept and manipulate the communication between the app and server. The traffic is weakly encrypted using RC4 with a hardcoded key, which allows an attacker to gain access to the communication. Part of this communication involves access codes to charging stations. This issue affects EVbee Service: v1.4.101.00.

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

Showing 1 associated CPE
Vendor Product Version / Range
evbee_service evbee_service 1.4.101.00

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-295 The product does not validate, or incorrectly validates, a certificate.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The EVbee Service Android app uses TLS encrypted communication (HTTPS) but does not validate the server's certificate. This means an attacker positioned between the app and the EVbee server can intercept and manipulate the communication.

Additionally, the communication is weakly encrypted using RC4 with a hardcoded key, which makes it easier for an attacker to gain access to the data being transmitted.

Part of the intercepted communication includes access codes to charging stations, which could be sensitive information.

Detection Guidance

Detecting this vulnerability involves monitoring network traffic between the EVbee Service Android app and the EVbee server for signs of weak encryption or certificate validation issues.

  • Use a network traffic analysis tool like Wireshark to inspect HTTPS traffic from the EVbee Service app. Look for TLS handshakes that do not validate server certificates or use weak encryption like RC4.
  • Check for the presence of RC4 encryption in the TLS traffic. RC4 is deprecated and should not be used in secure communications. You can filter for RC4 cipher suites in Wireshark using the display filter: tls.handshake.ciphersuite == 0x0005.
  • Monitor for man-in-the-middle (MITM) attacks by looking for unusual or unexpected TLS certificates in the traffic. Tools like mitmproxy or Burp Suite can help intercept and analyze the traffic.
  • Verify the app version on Android devices. The vulnerability affects EVbee Service version 1.4.101.00. You can check the app version manually or use mobile device management (MDM) tools to scan for vulnerable versions.

Example commands or steps:

  • On a Linux system with Wireshark installed, capture traffic from the device running the EVbee Service app: sudo tcpdump -i any -w evbee_traffic.pcap port 443.
  • Open the captured traffic in Wireshark and apply the filter: tls.handshake.ciphersuite == 0x0005 to check for RC4 usage.
  • Use mitmproxy to intercept traffic: mitmproxy --mode transparent --showhost. Configure the Android device to use the proxy and observe if the app accepts invalid certificates.
Impact Analysis

An attacker on the network path can intercept and manipulate the communication between the app and the server.

  • They can gain access to sensitive information such as access codes to charging stations.
  • This could lead to unauthorized use of charging stations or other malicious activities.
  • The weak encryption and lack of certificate validation increase the risk of data compromise and man-in-the-middle attacks.
Compliance Impact

This vulnerability can significantly impact compliance with common standards and regulations such as GDPR and HIPAA due to its potential to expose sensitive data and lack of proper security controls.

  • GDPR: The vulnerability allows attackers to intercept and manipulate communication, which may lead to unauthorized access to personal data. Under GDPR, this constitutes a breach of data protection principles (Article 5) and could result in violations of data integrity and confidentiality (Article 32). Organizations may face fines if they fail to implement appropriate technical measures to secure personal data.
  • HIPAA: While HIPAA primarily applies to protected health information (PHI), if the EVbee Service app or its communication involves any health-related data, the vulnerability could lead to unauthorized access to PHI. This violates the HIPAA Security Rule, which requires encryption and integrity controls for electronic PHI during transmission (45 CFR Part 164, Subpart C).
  • General security standards: The use of weak encryption (RC4 with a hardcoded key) and lack of certificate validation violate best practices outlined in standards like ISO 27001, NIST SP 800-52, and PCI DSS. These standards mandate strong encryption and proper certificate validation to protect data in transit.

The exposure of access codes to charging stations could also lead to physical security risks, which may have indirect compliance implications depending on the industry and applicable regulations.

Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Update the EVbee Service app to the latest version if a patch is available. The vulnerability affects version 1.4.101.00, so check for updates from the official app store or vendor.
  • If no patch is available, consider disabling or uninstalling the app until a fix is released to prevent exposure to potential attacks.
  • Avoid using the app on untrusted or public networks where an attacker could intercept traffic. Use a trusted VPN to encrypt traffic if the app must be used on such networks.
  • Monitor network traffic for signs of interception or manipulation, especially if the app is used to access charging stations. Use network security tools to detect unusual activity.
  • Contact the vendor or developer of the EVbee Service app to inquire about a patch or workaround for the vulnerability. Report the issue if it has not already been addressed.
  • Educate users of the app about the risks of using it on unsecured networks and the importance of keeping the app updated.

Chat Assistant

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

EPSS Chart