Autel & Check Point Flaws Drive 1,096 Unpatched Critical/High Count
Executive Summary
Overview
2817 CVEs were published (428 Critical, 1033 High, 836 Medium, 148 Low), 1 in CISA KEV, 158 with public exploit code.
Critical Threats
- CVE-2026-16232 (CRITICAL, CVSS 9.1) — Check Point SmartConsole authentication bypass allows unauthenticated remote attacker to gain full administrative rights on Quantum Security Management and Multi-Domain Security Management servers (R77.30 through R82.10). Confirmed actively exploited (CISA KEV); no vendor-released patch identified.
- CVE-2026-8985 (CRITICAL, CVSS 10.0) — Autel MaxiCharger Single unauthenticated OS command injection through firmware V1.03.51. Public exploit code available; no vendor-released patch identified.
- CVE-2026-8984 (CRITICAL, CVSS 10.0) — Autel MaxiCharger Single EV charging stations (firmware through V1.03.51) remote code execution. Public exploit code available; no vendor-released patch identified. Unauthenticated remote attackers can execute arbitrary code as root via crafted request to /test endpoint on TCP port 9002.
- CVE-2026-8983 (CRITICAL, CVSS 10.0) — Autel MaxiCharger Single authentication bypass affecting firmware up to V1.03.51. Public exploit code available; no vendor-released patch identified. Unauthenticated remote attackers.
- CVE-2026-8982 (CRITICAL, CVSS 10.0) — Authentication bypass via hard-coded backdoor accounts in Autel MaxiCharger Single EV charging stations (firmware through V1.03.51). Public exploit code available; no vendor-released patch identified. Remote attackers.
- CVE-2026-8986 (CRITICAL, CVSS 9.5) — Autel MaxiCharger Single OS command injection in firmware v1.03.51 and earlier. Public exploit code available; no vendor-released patch identified. A malicious or compromised OCPP backend server can inject OS commands via the diagnostics URL parameter.
- CVE-2026-8987 (CRITICAL, CVSS 9.4) — Remote code execution and denial of service in Autel MaxiCharger Single EV charging stations running firmware through V1.03.51; public exploit code available; no vendor-released patch identified. Authenticated attacker.
- CVE-2026-63767 (CRITICAL, CVSS 9.3) — Remote code execution in ktransformers through version 0.6.3. Public exploit code available; upstream fix available (PR/commit). Unauthenticated remote attackers.
Threat Landscape
Most-affected vendors: Oracle (1119), Linux (334), WordPress (119), Suse (86), Mozilla (69).
Most common attack techniques: Authentication Bypass (1129), Information Disclosure (704), Denial Of Service (342), Privilege Escalation (185), Buffer Overflow (170).
Patch coverage: 1021 of 2817 CVEs have a patch; 1096 Critical/High remain unpatched.
Key Trends
- Volume is 9% up week-over-week (2580 → 2817 CVEs).
- 1 CVE is in CISA's KEV catalog.
- 158 CVEs have public exploit code.
Top 8 Priority CVEs
Authentication bypass in the Check Point SmartConsole login process lets an unauthenticated remote attacker mint a valid application login token and log in with full administrative privileges to Quantum Security Management and Multi-Domain Security Management servers (CWE-287, CVSS 4.0 9.3). Once authenticated, the attacker can rewrite security policies and configurations across managed gateways. It is confirmed actively exploited (CISA KEV) with publicly available exploit code, though Check Point reports only a very small number of affected customers, and the EPSS score is a modest 1.07% (61st percentile), consistent with targeted rather than mass exploitation.
Unauthenticated OS command injection in Autel MaxiCharger Single EV charging stations (firmware through V1.03.51) lets a remote attacker execute arbitrary operating-system commands by supplying crafted input in the 'url' parameter of the /test endpoint on TCP port 9002. The flaw scores CVSS 4.0 10.0 (maximum) with no authentication or user interaction required, and publicly available exploit code exists (research published by CyberDanube), though it is not yet listed in CISA KEV - no public exploit identified as actively exploited at time of analysis beyond the released POC.
Remote code execution in Autel MaxiCharger Single EV charging stations (firmware through V1.03.51) lets unauthenticated attackers run arbitrary code as root by sending a crafted request to the /test endpoint of a service listening on TCP port 9002. The flawed handler fetches, extracts, and executes attacker-supplied files, yielding full device takeover with no authentication or user interaction. Publicly available exploit code exists (published by CyberDanube) and the CVSS 4.0 score is 10.0; the vulnerability is not currently listed in CISA KEV.
Authentication bypass in Autel MaxiCharger Single EV charging stations running firmware up to and including V1.03.51 lets remote, unauthenticated attackers invoke privileged management endpoints by supplying a hard-coded token baked into the firmware. Because the token is static and shared across devices, anyone who extracts it once (publicly available exploit code exists via CyberDanube) can control the charger's management functions on any unpatched unit. The CVSS 4.0 base score is 10.0, and the flaw affords full compromise of the device with no user interaction.
Authentication bypass via hard-coded backdoor accounts in Autel MaxiCharger Single EV charging stations (firmware through V1.03.51) lets remote attackers gain administrative control of the web management interface. Two undocumented privileged accounts use a vendor-defined password derivation tied to device-specific values, so anyone who knows the algorithm and inputs can authenticate as admin without legitimate credentials. Publicly available exploit code exists (CyberDanube); no public evidence of active exploitation at time of analysis.
OS command injection in Autel MaxiCharger Single EV charging stations (firmware through V1.03.51) lets a malicious or compromised OCPP backend server inject arbitrary operating-system commands via the diagnostics URL parameter of an OCPP GetDiagnostics request. A rogue or hijacked charge-point management server can fully compromise the charger, and publicly available exploit code exists (CyberDanube), though no active exploitation has been confirmed. Because the impact reaches the underlying OS with full confidentiality, integrity, and availability loss, successful attacks give complete control of the charging hardware.
Remote code execution and denial of service in Autel MaxiCharger Single EV charging stations running firmware through V1.03.51 stems from a heap-based buffer overflow in the set_ap_param command exposed by the /localcfg endpoint. An authenticated attacker who can reach the device's local configuration interface can send oversized input to crash the charger or potentially execute arbitrary code on it. Publicly available exploit code exists (published by CyberDanube), and the CVSS 4.0 base score is 9.4, though there is no evidence of active exploitation in the CISA KEV catalog at time of analysis.
Remote code execution in ktransformers (kvcache-ai) through version 0.6.3 allows unauthenticated attackers to run arbitrary shell commands by sending crafted pickle payloads to the SchedulerServer's ZMQ ROUTER socket, which is bound to all network interfaces (0.0.0.0). The flaw stems from unsafe pickle deserialization of RPC messages, letting an attacker weaponize a malicious __reduce__ method to execute code as the server process. Publicly available exploit code exists and VulnCheck published an advisory; there is no public exploit identified in CISA KEV, so this is not yet confirmed as actively exploited.