The Proliferation of DarkSword iOS Exploit Chain Adopted by ...#2027
Open
carlospolop wants to merge 1 commit intomasterfrom
Open
The Proliferation of DarkSword iOS Exploit Chain Adopted by ...#2027carlospolop wants to merge 1 commit intomasterfrom
carlospolop wants to merge 1 commit intomasterfrom
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://cloud.google.com/blog/topics/threat-intelligence/darksword-ios-exploit-chain/ Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting -> iOS Pentesting (add subsection on iOS web exploit delivery/staging tradecraft: hidden iframes, worker-from-blob loaders, Safari forcing via x-safari-https) ; optionally cross-link from Pentesting Web -> XSS/XS-Leaks/Browser exploitation notes ("multi-stage loader via iframe + document.write" patterns) but primary home should be iOS". 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
Title/date/source: “The Proliferation of DarkSword: iOS Exploit Chain Adopted by Multiple Threat Actors” (Google Threat Intelligence Group / Google Cloud Blog), published March 18, 2026.
What DarkSword is (impact & severity)
DarkSword is an in-the-wild iOS full-chain exploit (exploit kit) observed since at least November 2025, used by multiple commercial surveillance vendors and suspected state-sponsored actors in distinct campaigns targeting users...
🔧 Technical Details
!sessionStorage.getItem('uid')) to prevent reinfection and evade analysis, then dynamically inject a hidden/off-screen<iframe>to a staging page (e.g.,frame.html?{Math.random()}). The staging HTML can inject the main loader usingdocument.write()to create a script tag for the loader (e.g.,rce_loader.js). The loader can synchronously fetch subsequent exploit stages withXMLHttpRequest(open(..., false)) and run them as worker-like code by converting fetched JS into aBloband executing it viaURL.createObjectURL().2) Forcing Safari to hit the WebKit/JSC attack surface: If a victim opens a lure in a non-target browser on iOS (e.g., Chrome), redirect using the
x-safari-https://protocol handler to force the same URL to ope...🤖 Agent Actions
Summary:
src/mobile-pentesting/ios-pentesting/ios-webviews.mdwith concise patterns from the DarkSword report (hidden iframes, loader injection, sync XHR, Blob workers, Safari forcing, encrypted stage fetch, watering-hole iframe sandboxing, and anti-forensics indicators).src/mobile-pentesting/ios-pentesting/ios-webviews.md.Tests:
If you want, I can also tighten the wording further or relocate this section to a different iOS page.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.