8000 Blog material by m-y-mo · Pull Request #737 · github/securitylab · GitHub
[go: up one dir, main page]

Skip to content

Blog material #737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 6, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files. E19B
Loading
Diff view
Diff view
Prev Previous commit
Update link
  • Loading branch information
m-y-mo committed Apr 3, 2023
commit ed8b1fd316916ded3d3643fc530584bdc43b6f07
2 changes: 1 addition & 1 deletion SecurityExploits/Android/Mali/GHSL-2023-005/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Exploit for GHSL-2023-005

The write up can be found [here](). A security patch from the upstream Arm Mali driver somehow got missed out in the update for the Pixel phones and I reported it to Google in January 2023. The bug can be used to gain arbitrary kernel code execution from the untrusted app domain, which is then used to disable SELinux and gain root.
The write up can be found [here](https://github.blog/2023-04-06-pwning-pixel-6-with-a-leftover-patch). A security patch from the upstream Arm Mali driver somehow got missed out in the update for the Pixel phones and I reported it to Google in January 2023. The bug can be used to gain arbitrary kernel code execution from the untrusted app domain, which is then used to disable SELinux and gain root.

The exploit is tested on the Google Pixel 6 for devices running the January 2023 patch. For reference, I used the following command to compile it with clang in ndk-21:

Expand Down
0