安全客August 13, 2026🇨🇳Translated from Chinese

Malicious SIM Card Commands Hijack EV Chargers and IoT Modules via Legacy AT Interface

University of Birmingham researchers, working with Fuzzware, have shown that a malicious SIM card can take full control of EV charging stations, industrial routers and vehicle telematics units by exploiting a 1981-era AT command interface still present in modern cellular modules.

26 devices tested, nine compromised

The team inserted modified SIM cards into 26 devices comprising 18 smartphones and eight cellular modules. Nine devices accepted and executed commands sent from the SIM. Six of the eight modules were vulnerable, five of them Quectel units taken from commercial EV chargers, industrial routers and automotive T-Box systems. Only three phones were affected: OPPO Find X5, OPPO Reno 14 F 5G and Asus Zenfone 9. iPhone and Pixel devices proved immune. All nine vulnerable devices used Qualcomm modems, yet five other Qualcomm phones resisted the commands, indicating the issue stems from vendor-specific configuration rather than the chipset itself.

RUN AT: a standards-compliant backdoor

AT commands, first defined by Hayes in 1981, remain the native control language for every cellular module. The RUN AT proactive command, explicitly allowed by 3GPP specifications, lets the SIM instruct the modem to run any AT string. When the baseband cannot process a command it is forwarded to the application processor, typically an ARM Cortex-A7 running a full Linux environment. This architecture turns the tiny SIM into a privileged console with direct access to the host operating system.

Three working attack chains

On an Autel MAXI US AC W12-L-4G charger the atfwd_daemon on the Quectel EC25 module contained an unsafe format string that allowed shell escape via a newline character, granting code execution driven entirely by SIM-originated commands. On the OPPO Reno 14 F 5G an AT+COPS command permanently locked the device to 2G networks, defeating airplane mode, manual network selection and SIM disablement, thereby enabling subsequent rogue-base-station attacks. On the Quectel EG25-G a root TFTP daemon combined with the built-in AT+QSMTP command permitted arbitrary file read and email exfiltration once a malicious symlink was present in the filesystem.

Disclosure timeline and vendor response

Vendors were notified in March 2026 and GSMA was informed in May. The flaws are tracked as CVE-2026-57550 (Qualcomm channel) and CVD-2026-0122 (GSMA). As of 10 August no public advisories have been published. Google and OPPO classified the reports as informational; Semtech confirmed the issue will be addressed with Qualcomm patches; Quectel acknowledged the problem but restricts its security portal to logged-in users. High has introduced a default-disabled configuration for future modules, yet existing stock remains exposed.

Recommended actions for asset owners

  • Inventory every cellular-equipped device, recording module model, firmware version and physical accessibility of the SIM slot.
  • Contact module suppliers to determine whether RUN AT is enabled in shipped firmware and request a timeline for patches.
  • Apply physical tamper protection such as epoxy or locks on unattended equipment and establish reliable over-the-air update channels.

Related articles

Security NEXTVulnerabilities & Exploits

SAP Releases August 2026 Security Patch Day Advisories Including Four Critical Vulnerabilities

SAP published 28 new security advisories on August 11, 2026, aligned with the monthly Patch Tuesday schedule. Four of these received the highest severity rating of Critical. The most severe issue affects SAP Commerce Cloud Data Hub Adapter with an authorization bypass flaw rated CVSS 10.0. Two code injection vulnerabilities were disclosed in SAP Manufacturing Integration and Intelligence with CVSS scores of 9.9 and 9.1. A memory corruption vulnerability impacting SAP NetWeaver and ABAP Platform received a CVSS score of 9.8. The release also incorporates one GitHub advisory and two updates to previously published advisories.

Security NEXTVulnerabilities & Exploits

WordPress 7.0.4 Released to Patch High-Severity RCE Vulnerability CVE-2026-65640

The WordPress development team has issued version 7.0.4 to address a remote code execution vulnerability tracked as CVE-2026-65640. The flaw affects installations that use the Imagick and Ghostscript image-processing components and grants code execution to users with Author privileges or higher. An attacker can upload a specially crafted PostScript file to trigger arbitrary code execution on the server. The vulnerability received a CVSS v3.0 base score of 8.8 and is rated High severity. Administrators are urged to update immediately, either manually through the dashboard or via automatic background updates. Backported fixes for the 4.7 branch are also in preparation and will be released soon.

AntiMalwareVulnerabilities & Exploits

AI Uncovers Zoom Vulnerabilities Allowing Silent Device Takeover via Screen Sharing Annotations

Researchers at A Security identified multiple vulnerabilities in Zoom that enabled attackers to compromise participant devices during video calls without any user interaction. The flaws resided in the shared annotations protocol used for drawing and marking on shared screens. Victims only needed to join a meeting where screen sharing was active, affecting both regular participants and meeting organizers. The discovery was notable because it relied on publicly available AI models, requiring fewer than 20 prompts to locate the issues and build a working exploit prototype. The vulnerabilities impacted Zoom clients across Windows, macOS, Linux, iOS, and Android. Zoom addressed the problems through security bulletin ZSB-26015 with server-side and client patches. The research highlights how AI can dramatically accelerate vulnerability discovery compared to traditional manual analysis.

HispasecVulnerabilities & Exploits

Attackers Exploit Critical CVE-2026-59310 in VMware vCenter for Persistent Remote Access

A critical vulnerability identified as CVE-2026-59310 in Broadcom VMware vCenter Server is being actively exploited in the wild against internet-exposed instances. The flaw resides in the Syslog server component and enables remote code execution through a path traversal weakness, carrying a CVSS score of 9.8. Attackers have been observed deploying malicious cron jobs and the reverse_ssh tool to establish persistent outbound command-and-control channels since early August 2026. The campaign has impacted 361 unique IP addresses across 47 countries, with notable concentrations in Germany, the United States, Turkey, Iran, and France. Broadcom has released patches under advisory VMSA-2026-0006.1, which also addresses the related CVE-2026-59309, and strongly recommends immediate updates along with network segmentation and log reviews. No workarounds exist, making prompt patching the only effective mitigation.