Add DGM4980VDF / VCNT-9 (Vodafone Ultra Hub) - #370
Open
benwaterson wants to merge 1 commit into
Open
benwaterson wants to merge 1 commit into
benwaterson wants to merge 1 commit into
Conversation
Adds signed config import exploit as root strategy #F and lists DGM4980VDF / VCNT-9 firmware 22.1.0515 as Type 2 rootable.
LuKePicci
reviewed
Mar 29, 2026
LuKePicci
left a comment
Collaborator
There was a problem hiding this comment.
I left you a few minor comments to review, let me know when you are ready to merge or you plan to add anything more,
| @@ -14,6 +14,7 @@ Every `Type 2` firmware can be rooted directly by some known rooting strategy. L | |||
| | #C | tch-exploit | [external link](https://github.com/BoLaMN/tch-exploit) ([download](https://github.com/BoLaMN/tch-exploit/releases)) | | |||
Collaborator
There was a problem hiding this comment.
Plz rename this #C to "rogue acs discovery" so we avoid confusion with your #F having a similar tools naming.
| | #C | tch-exploit | [external link](https://github.com/BoLaMN/tch-exploit) ([download](https://github.com/BoLaMN/tch-exploit/releases)) | | ||
| | #D | clash escaping | [external link (ita)](https://www.ilpuntotecnico.com/forum/index.php/topic,77981.msg246548.html#msg246548) | | ||
| | #E | Stock samba hack | [external link](https://github.com/full-disclosure/FDEU-CVE-2020-1FC5) | | ||
| | #F | Signed config import | [external link](https://github.com/benwaterson/technicolor-exploit) | |
Collaborator
There was a problem hiding this comment.
what do you think about "KEYD-signed"?
|
|
||
| | Type | Version | Timestamp | Root Strategy | Mirror | | ||
| |:------:|:-----------------|:-----------|:--------------|:-------| | ||
| | 2 😁 | 22.1.0515 | - | #F | - | |
Collaborator
There was a problem hiding this comment.
If the rootfs is still using squashfs, the timestamp we have here comes from squashfs header metadata, using binwalk over the partition should output that timestamp.
3 tasks
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.
Summary
The exploit uses SRP6a web authentication followed by a signed THENC config import to obtain a root shell. No hardware modification required. The signing key is per-model (not per-device), so it works across all VCNT-9 units.
Ref: #340