UNISOC T612 Modem-to-Kernel Local Privilege Escalation - #2719
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://ssd-disclosure.com/unisoc-t612-lpe Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting → Android Pentesting → Baseband/Modem and SoC Isolation Exploitation, with cross-references from Binary Exploitation and Telecom Network Exploitation". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview, root cause, and severity
The post discloses a critical modem-to-kernel local privilege-escalation vulnerability in devices using the UNISOC T612 chipset. It is classified as CWE-1189: Improper Isolation of Shared Resources on System-on-a-Chip (SoC); the post does not assign a CVE identifier. The fundamental failure is that, from the modem context, modem memory is not properly isolated from the Android/Linux application-processor kernel's phy...
🔧 Technical Details
Turning coprocessor execution into kernel compromise through an unprotected MPU: After obtaining code execution on a modem or another SoC coprocessor, inspect whether its MPU, firewall, or bus permissions prevent access to application-processor memory. On the affected platform, selecting MPU region 0 and configuring it as a base-zero, full-address-space RWX region gives modem code unrestricted physical-memory access. CP15 configuration writes must be followed by synchronization barriers such as
DSBandISB. If kernel physical memory is reachable, the coprocessor compromise becomes a kernel arbitrary-read/write and code-execution primitive.Staging executable fragments through malformed protocol fields: When a parser vulnerability allows only small binary fragments to be placed at useful memory offsets, divide an executable hunter into fixed-size stages and use protocol-controlled padding or repeated attributes to posi...
🤖 Agent Actions
Implemented the HackTricks update.
Added
src/mobile-pentesting/android-app-pentesting/baseband-and-soc-isolation-exploitation.mdCross-referenced from
src/SUMMARY.mdValidation passed for formatting, citations, relative links, duplicate links, forbidden sources, and
git diff --check.mdbookwas unavailable, so a full book build was not run.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.