Rohit Sehgal
Rohit Sehgal
This issue was observed in MacOS where the system throwing this warning below. ``` objc[26309]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. objc[26309]:...
TL;DR stack overflow: `export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES`
@timwr is it possible to wrap the code in android apk and ask apk to execute run-as, because that will allow any one child process to run-as temporal root. I...
@timwr that means i can overwrite /system/lib/libc.so with my libc.so and when any function call is say fork() by any root process then the follwoing exploit will turn on.. is...
are these binaries same as the POC binaries or have you modified them ?
@m-mullins i want to re-build this apk in a way that it creates a shell uid backdoor in android device. Is that possible. And then from that shell ii will...
study about the SELinux policies .. in short run-as donot have suid bit set in new android versions, in newer android versions SElinux policies are implemented as capabilities.
@laautarolopez Thanks for picking this up, I really appreciate. 😄
I did it in IntelliJ, but I am hopeful IDE wont be an issue.
I have been using IntelliJ and they have a Lombok processor. Not sure about the other. Can you check for your IDE ? On Fri, Nov 27, 2020 at 1:48...