3 matches found
CVE-2026-20637-AppleSEPKeyStore-UAF
CVE-2026-20637: Uso después de liberación en AppleSEPKeyStore CVE-2026-20637 | Autor: Johnny Franks @zeroxjf Componente: AppleKeyStore Impacto: Una app podría provocar la terminación inesperada del sistema Descripción: Se solucionó un problema de uso después de liberación mejorando la gestión de...
AppleSEPKeyStore iOS macOS 26.1–26.2 Multi-Thread Race Condition Simulation Tool
This C/Objective-C program is a lightweight concurrency stress-testing tool designed to simulate and observe race conditions using atomic operations and multiple threads. It models a simplified shared-state system where concurrent readers and writers continuously interact with a shared variable...
AppleSEPKeyStore Race Condition Emulator
Python script that emulates identify race conditions related to AppleSEPKeyStore. It is not an exploit. It simulates a shared object KernelObject, and uses threads to mimic concurrent access, premature free alive = False, and flags a UAF-like condition when accessing a logically freed object...