Switch System Flaws: Difference between revisions

TuxSH (talk | contribs)
Kernel GetLastThreadInfo: There was no such flaw. Textbox too small to fit, see: https://gist.github.com/TuxSH/242416cff54a95c3ffe5aab41206177e
Line 208: Line 208:
|  
|  
| 24 April
| 24 April
| [[User:qlutoo|qlutoo]]
|-
| GetLastThreadInfo UAF
| GetLastThreadInfo syscall gets last-scheduled-KThread pointer from KScheduler object. This pointer is not reference counted, and can be pointing to a freed KThread.
| Nothing. There is a theoretical race that might leak from a KThread from a different process, but it's impossible to trigger practically.
| Unfixed
|
| 15 October
| 17 October
| [[User:qlutoo|qlutoo]]
| [[User:qlutoo|qlutoo]]
|-
|-