By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
| The Process9 code responsible [[PXI_Registers|PXI]] communications didn't verify the size of the incoming command before writing it to a C++ member variable.
+
| Probably ARM9 code execution
+
| [[5.0.0-11|5.0.0-11]]
+
|
+
| March 2015
+
| plutoo/[[User:Yellows8|Yellows8]]
|-
|-
| [[Application_Manager_Services_PXI|PXIAM]] command 0x003D0108(See also [[Application_Manager_Services|this]])
| [[Application_Manager_Services_PXI|PXIAM]] command 0x003D0108(See also [[Application_Manager_Services|this]])
Line 139:
Line 147:
| 2012
| 2012
| [[User:Yellows8|Yellows8]]
| [[User:Yellows8|Yellows8]]
+
|-
+
| [[PXI_Registers|PXI]] pxi_id bad check
+
| The Process9 code responsible for [[PXI_Registers|PXI]] communications read pxi_id as a signed char. There were two flaws:
+
* They used it as index to a lookup-table without checking the value at all.
+
* Another function verified that pxi_id < 7, allowing negative values to pass the check. This would also cause an out-of-range table-lookup.