Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
bl_sbx — itunesstored & bookassetd sbx escape | Kitploit
Tools/GitHubGitHub/hanakim3945/bl_sbx
Privilege EscalationiOS SecurityExploitationMobile SecurityLearning & EducationBinary Exploitation
GitHubhanakim3945/bl_sbx

bl_sbx

itunesstored & bookassetd sbx escape

View Repository
3241209 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

bl_sbx

itunesstored & bookassetd Sandbox Escape

This repository contains a proof-of-concept demonstrating how maliciously crafted downloads.28.sqlitedb and BLDatabaseManager.sqlite databases can escape the sandbox of itunesstored and bookassetd on iOS. By abusing their download mechanisms, the POC enables writing arbitrary mobile-owned files to restricted locations in /private/var/, including MobileGestalt cache files—allowing device modifications such as spoofing the device type.

Key Points

  • Compatible with iOS 26.2b1 and below (tested on iPhone 12, iOS 26.0.1).
  • Stage 1 (itunesstored): Delivers a crafted BLDatabaseManager.sqlite to a writable container.
  • Stage 2 (bookassetd): Downloads attacker-controlled EPUB payloads to arbitrary file paths.
  • Writable paths include:
    • /private/var/containers/Shared/SystemGroup/.../Library/Caches/
    • /private/var/mobile/Library/FairPlay/
    • /private/var/mobile/Media/
  • Demonstrates modifying com.apple.MobileGestalt.plist to validate successful exploitation.

Outcome

iOS fails to block crafted download tasks, allowing unauthorized file writes unless the target path requires root ownership (or the fileowner is not mobile).

Check the blogpost for more information

Disclaimer

This project is for educational purposes only.
Do not use it for illegal activities.
Apple may patch this behavior at any time.

Download Tool