AI Security AI安全 4d ago Updated 4d ago 更新于 4天前 43

Unisoc VoLTE Video Call Exploit Chain Can Give Attackers Full Android Kernel Access Unisoc VoLTE视频通话利用链可使攻击者获得完整Android内核权限

SSD Secure Disclosure published a two-stage exploit chain achieving full Android kernel access via VoLTE video calls on Unisoc modem firmware, with no vendor response or fix The privilege-escalation vulnerability (CWE-1189) stems from improper isolation of shared physical memory between the modem and application processors in Unisoc SoCs, allowing modem-context code to modify kernel memory The attack chain requires an attacker-controlled private 4G network, a malformed SIP video call triggering SSD Secure Disclosure发布了两阶段利用链,可通过VoLTE视频通话在Unisoc调制解调器固件上实现完整的Android内核访问权限 漏洞位于至少三款Unisoc芯片组(T606/T612/T7250)共享的调制解调器固件中,涉及CWE-1189(SoC共享资源隔离不当) 利用链需要攻击者控制私有4G蜂窝网络,受害者接听视频通话,且目前尚无厂商补丁 该漏洞与2025年11月Kaspersky ICS CERT发现的UIS7862A芯片相同架构问题类似,均利用调制解调器与应用处理器共享的物理内存空间

62
Hot 热度
68
Quality 质量
55
Impact 影响力

Analysis 深度分析

TL;DR

  • SSD Secure Disclosure published a two-stage exploit chain achieving full Android kernel access via VoLTE video calls on Unisoc modem firmware, with no vendor response or fix
  • The privilege-escalation vulnerability (CWE-1189) stems from improper isolation of shared physical memory between the modem and application processors in Unisoc SoCs, allowing modem-context code to modify kernel memory
  • The attack chain requires an attacker-controlled private 4G network, a malformed SIP video call triggering initial RCE (March 2026 disclosure), and the victim answering the call to complete privilege escalation
  • Affected chipsets include the T606 (Motorola E13), T612 (Realme C33), and T7250 (Xiaomi Redmi A5), with no patches available as of the August 2026 disclosure
  • This follows a November 2025 Kaspersky ICS CERT finding of the same architectural flaw on the UIS7862A chipset in vehicle head units, indicating a systemic Unisoc design issue

Why It Matters

This exploit chain demonstrates how a fundamental SoC-level architectural weakness—shared physical memory without hardware-enforced boundaries between modem and application processors—can be weaponized into full kernel compromise through a socially engineered vector (answering a video call). For AI practitioners and security researchers, it underscores the critical importance of hardware trust boundaries in mobile platforms and the real-world impact of unpatched modem firmware vulnerabilities on end-user device security.

Technical Details

  • Two-stage exploit chain: Stage 1 (March 2026) achieves remote code execution on Unisoc modem firmware via a malformed SIP video call; Stage 2 (August 2026) escalates privileges by writing a full-access configuration to the modem's ARM Memory Protection Unit through coprocessor registers, mapping the entire 32-bit physical address space as readable, writable, and executable from modem context
  • Root cause (CWE-1189): The Unisoc SoC architecture shares physical memory between the modem processor and application processor with no hardware-enforced boundary, allowing modem-context code to directly read and write Android kernel pages
  • Proof-of-concept environment: Built using an open-source 4G core network, a software-defined radio for the 4G radio interface, and specialized SIM cards to simulate attacker-controlled VoLTE infrastructure
  • Affected devices confirmed: Motorola E13 (February 2025 security patch) and Xiaomi Redmi A5 (January 2026 patch); the flaw is shared across at least three Unisoc chipsets (T606, T612, T7250)
  • Related prior research: Kaspersky ICS CERT (November 2025) documented the same shared-memory architectural condition on the UIS7862A chipset in vehicle head units, with one lateral movement path involving a hidden DMA peripheral described as a hardware-level issue unfixable via software

Industry Insight

  • Chipmakers must treat modem-application processor isolation as a first-class security requirement; shared-memory SoC designs without hardware-enforced boundaries represent a systemic risk that can cascade into full device compromise through telecom-layer attacks
  • Device manufacturers relying on Unisoc chipsets should proactively pressure the vendor for firmware updates and consider mitigations such as disabling VoLTE video call handling or enforcing strict modem firmware integrity checks until patches are available
  • The pattern of repeated architectural vulnerabilities across Unisoc chip families (mobile and automotive) suggests a need for independent hardware security audits at the SoC design level, rather than relying solely on vendor-driven vulnerability disclosures and patch cycles

TL;DR

  • SSD Secure Disclosure发布了两阶段利用链,可通过VoLTE视频通话在Unisoc调制解调器固件上实现完整的Android内核访问权限
  • 漏洞位于至少三款Unisoc芯片组(T606/T612/T7250)共享的调制解调器固件中,涉及CWE-1189(SoC共享资源隔离不当)
  • 利用链需要攻击者控制私有4G蜂窝网络,受害者接听视频通话,且目前尚无厂商补丁
  • 该漏洞与2025年11月Kaspersky ICS CERT发现的UIS7862A芯片相同架构问题类似,均利用调制解调器与应用处理器共享的物理内存空间

为什么值得看

本文揭示了Unisoc芯片组中存在的严重硬件级安全漏洞,攻击者可通过网络攻击直接获取Android内核权限,对移动设备安全构成重大威胁。该漏洞涉及多家主流手机品牌,且厂商未提供修复,凸显了芯片级安全治理的紧迫性。

技术解析

  • 利用链架构:第一阶段(2026年3月)通过畸形SIP视频通话在调制解调器固件中实现远程代码执行;第二阶段(2026年8月)通过特权提升漏洞,利用ARM内存保护单元(MPU)寄存器写入全访问配置,将32位物理地址空间映射为可读、可写、可执行,包括Android内核所在页面
  • 漏洞分类与影响范围:归类为CWE-1189(SoC共享资源隔离不当),影响T606(Motorola E13)、T612(Realme C33)、T7250(Xiaomi Redmi A5)等芯片,覆盖140多个国家销售的设备
  • 技术实现细节:利用调制解调器处理器与应用处理器之间共享的物理内存空间,无硬件强制边界阻止调制解调器上下文代码修改内核内存;PoC环境使用开源4G核心网、软件定义无线电和专用SIM卡构建
  • 验证与补丁状态:研究人员在带2025年2月安全补丁的Motorola E13和带2026年1月补丁的Xiaomi Redmi A5上验证了内核级代码执行;2026年8月Android安全公告未涵盖此漏洞,Unisoc也未发布安全公告

行业启示

  • 芯片级安全治理需加强:该漏洞暴露了SoC设计中硬件隔离机制的缺陷,芯片厂商应将安全架构纳入核心设计流程,而非依赖软件补丁
  • 供应链安全协同机制待完善:Unisoc未响应安全研究者的披露尝试,凸显了漏洞披露流程中厂商配合度的重要性,行业需建立更有效的协同响应机制
  • 移动设备安全策略需调整:鉴于无可用补丁,设备用户应谨慎接听来自未知网络的VoLTE视频通话,厂商需加速固件更新或提供临时缓解措施

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全 Research 科学研究