kernel/sys/syscall.c in ToaruOS through 1.10.9 has incorrect access control in sys_sysfunc case 9 for TOARU_SYS_FUNC_SETHEAP, allowing arbitrary kernel pages to be mapped into user land, leading to root access.
References
Link | Resource |
---|---|
https://github.com/mehsauce/kowasuos/blob/master/exploits/kowasu-sysfunc.c | Exploit Third Party Advisory |
Configurations
History
No history.
Information
Published : 2019-06-29 15:15
Updated : 2022-09-29 17:55
NVD link : CVE-2019-13047
Mitre link : CVE-2019-13047
CVE.ORG link : CVE-2019-13047
JSON object : View
Products Affected
toaruos_project
- toaruos
CWE
CWE-862
Missing Authorization