Earlier quoted context omitted.
This is an lpe I believe what you’re describing is a zero click rce.
how much do you think it is worth in the bug bounty program
First public macOS kernel memory corruption exploit on Apple M5
21–30 of 140 posts
Re: First public macOS kernel memory corruption exploit on Apple M5
#22The world is so not ready for the impact of LLMs on security issues. If true, congrats to the Calif team. It’s likely too technical for me to understand in details but looking forward to reading the 55 pages report
Re: First public macOS kernel memory corruption exploit on Apple M5
#23The world is so not ready for the impact of LLMs on security issues. If true, congrats to the Calif team. It’s likely too technical for me to understand in details but looking forward to reading the 55 pages report
you're assuming that blue teams and engineers are sitting around twiddling their thumbs
Re: First public macOS kernel memory corruption exploit on Apple M5
#24unfortunately a little light on the details. I'm very curious how the bug survived through MTE
Its not the first time bugs get past MTE, happened with Google Pixel last year ... https://github.blog/security/vulnerability-research/bypassin...
Re: First public macOS kernel memory corruption exploit on Apple M5
#25The world is so not ready for the impact of LLMs on security issues. If true, congrats to the Calif team. It’s likely too technical for me to understand in details but looking forward to reading the 55 pages report
you're assuming that blue teams and engineers are sitting around twiddling their thumbs
Re: First public macOS kernel memory corruption exploit on Apple M5
#26Re: First public macOS kernel memory corruption exploit on Apple M5
#27unfortunately a little light on the details. I'm very curious how the bug survived through MTE
Upon further reading on data only attacks ( https://www.usenix.org/publications/loginonline/data-only-at... ) This makes more sense. You don't trigger MTE since you're not doing anything for force MTE to take action the program isn't actually changing. My other question would be, why didn't apple use fbounds checking here? They've been doing it aggressively everywhere else. MTE plus fbounds checking everywhere should…
Re: First public macOS kernel memory corruption exploit on Apple M5
#28Re: First public macOS kernel memory corruption exploit on Apple M5
#29I bought the M5 specifically cause of MIE. Now I feel dumb.
Re: First public macOS kernel memory corruption exploit on Apple M5
#30unfortunately a little light on the details. I'm very curious how the bug survived through MTE
Memory Tagging Extension Arm published the Memory Tagging Extension (MTE) specification in 2019 as a tool for hardware to help find memory corruption bugs. MTE is a memory tagging and tag-checking system, where every memory allocation is tagged with a secret. The hardware guarantees that later requests to access memory are granted only if the request contains the correct secret. If the secrets don’t match, the app cr…