CVE-2022-27666 icon indicating copy to clipboard operation
CVE-2022-27666 copied to clipboard

Android

Open upintheairsheep opened this issue 2 years ago • 4 comments

Does it Work on android and/or chrome os?

upintheairsheep avatar Mar 31 '22 02:03 upintheairsheep

Haven’t checked, as long as esp6 is enabled on Android and ChromeOS, this should affect them.

plummm avatar Mar 31 '22 02:03 plummm

Do you use an Android phone? Try an emulator and make an Windows app or Linux as well to use the command to:

  1. Root your device by installing majisk binaries
  2. Give root adb shell
  3. Dump the data, cache, and misc partitions in full file system to transfer
  4. Get a full disk image of the phone
  5. Unlock the Bootloader without having to reset in the main screen
  6. Install a custom recovery just in case

I can’t root my phone because my carrier says no. I don’t wanna root if I could by normal means because it will reset my device. I just want to get the data files off my device to backup and also I’ll switch to rooted s22 or pixel 6.

On Wednesday, March 30, 2022, ETenal @.***> wrote:

Haven’t checked, as long as esp6 is enabled on Android and ChromeOS, this should affect them.

— Reply to this email directly, view it on GitHub https://github.com/plummm/CVE-2022-27666/issues/1#issuecomment-1084011890, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKNKRXECCEFJ6MXSBOEUKJLVCUF7TANCNFSM5SD3UAHQ . You are receiving this because you authored the thread.Message ID: @.***>

upintheairsheep avatar Mar 31 '22 03:03 upintheairsheep

its not work, error as follow:

fuse: failed to open /dev/fuse: Permission denied

because only root can read and write on Android:

xaga:/ $ ls -al /dev/fuse                                                                                                                    
crw------- 1 root root 10, 229 2022-11-26 13:41 /dev/fuse

SeeFlowerX avatar Nov 26 '22 14:11 SeeFlowerX

use comand "su" to switch super user privlage then try again

posesedbot avatar Apr 25 '23 21:04 posesedbot