Bugs & Vulnerabilities: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 31: | Line 31: | ||
In most syscalls sony reduces a pointer to 32 bits and would use a special function to write to that pointer.<br> however, in certain rsx syscalls, sony forgot about it, allowing the attacker to write to any part of lv2 memory. | In most syscalls sony reduces a pointer to 32 bits and would use a special function to write to that pointer.<br> however, in certain rsx syscalls, sony forgot about it, allowing the attacker to write to any part of lv2 memory. | ||
Patched: 4.45 | Patched: [[4.45_CEX|4.45]] | ||
=== CTR bugs on SELFs (and ebootroms maybe?) === | === CTR bugs on SELFs (and ebootroms maybe?) === | ||
http://crypto.stackexchange.com/questions/14628/why-do-we-use-xts-over-ctr-for-disk-encryption CTR bugs on SELFs | http://crypto.stackexchange.com/questions/14628/why-do-we-use-xts-over-ctr-for-disk-encryption CTR bugs on SELFs | ||
Patched: since Vita pre-retail 0.9.9.6 (SELFs, should match with ps3 firmware at release date), unknown (ebootroms) | Patched: since Vita pre-retail [http://www.vitadevwiki.com/index.php?title=00.996.090_DEX 0.9.9.6] (SELFs, should match with ps3 firmware at release date), unknown (ebootroms) | ||
=== PARAM.SFO stack-based buffer overflow === | === PARAM.SFO stack-based buffer overflow === | ||
http://seclists.org/fulldisclosure/2013/May/113 | http://seclists.org/fulldisclosure/2013/May/113 | ||
Patched: since 2012-05-01 (4.40 and later) | Patched: since 2012-05-01 ([[4.40_CEX|4.40]] and later) | ||
==== Proof of Concept ==== | ==== Proof of Concept ==== | ||
Line 49: | Line 49: | ||
http://www.exploit-db.com/exploits/25718/ | http://www.exploit-db.com/exploits/25718/ | ||
Working on 4.31, Patched: since 2012-05-01 (4.40 and later) | Working on [[4.31_CEX|4.31]], Patched: since 2012-05-01 ([[4.40_CEX|4.40]] and later) | ||
PoC: PARAM.SFO | PoC: PARAM.SFO | ||
Line 78: | Line 78: | ||
=== AVP patch bypass exploit === | === AVP patch bypass exploit === | ||
Patched: since 3.70 and later | Patched: since [[3.70_CEX|3.70]] and later | ||
=== PSN security intrusion === | === PSN security intrusion === | ||
Patched: since 3.61 enforced password change | Patched: since [[3.61_CEX|3.61]] enforced password change | ||
=== Sony PSN Account Service - Password Reset Vulnerability === | === Sony PSN Account Service - Password Reset Vulnerability === | ||
Line 91: | Line 91: | ||
=== Private key nonrandom fail === | === Private key nonrandom fail === | ||
Patched: since 3.56 | Patched: since [[3.56-1 CEX|3.56]] | ||
=== JIG downgrade === | === JIG downgrade === | ||
Patched: since 3.56 | Patched: since [[3.56-1 CEX|3.56]] | ||
=== USB config stack-based buffer overflow (PSjailbreak/PSGroove) === | === USB config stack-based buffer overflow (PSjailbreak/PSGroove) === | ||
Patched: since 3.42 and later | Patched: since [[3.42_CEX|3.42]] and later | ||
=== Leap year bug === | === Leap year bug === | ||
Patched: since 3.40 and later | Patched: since [[3.40_CEX|3.40]] and later | ||
=== MP4 vulnerability === | === MP4 vulnerability === | ||
Patched: since 3.21 and later | Patched: since [[3.21_CEX|3.21]] and later | ||
=== Playback of Cinavia DRM protected titles === | === Playback of Cinavia DRM protected titles === | ||
Patched: since 3.10 and later | Patched: since [[3.10_CEX|3.10]] and later | ||
=== Open Remote Play === | === Open Remote Play === | ||
Patched: since 2.80 and later | Patched: since [[2.80_CEX|2.80]] and later | ||
=== BD-J homebrew === | === BD-J homebrew === | ||
Patched: since 2.50 and later | Patched: since [[2.50_CEX|2.50]] and later | ||
=== Downgrading with Hardware flasher === | === Downgrading with Hardware flasher === | ||
See also: [[Downgrading with Hardware flasher]] | See also: [[Downgrading with Hardware flasher]] | ||
Patched: since 2.20 and later (by adding [[CoreOS]] hashing in [[Syscon Hardware|Syscon]] to be checked by [[Hypervisor Reverse Engineering|hypervisor]]; worked around by patching hypervisor on 3.56 and lower capable consoles) | Patched: since [[2.20_CEX|2.20]] and later (by adding [[CoreOS]] hashing in [[Syscon Hardware|Syscon]] to be checked by [[Hypervisor Reverse Engineering|hypervisor]]; worked around by patching hypervisor on [[3.56-1 CEX|3.56]] and lower capable consoles) | ||
=== Full RSX access in OtherOS === | === Full RSX access in OtherOS === | ||
Patched: since 2.10 and later | Patched: since [[2.10_CEX|2.10]] and later | ||
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> | {{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> |
Revision as of 07:42, 18 August 2014
Unknown / unpatched
Remote DoS Exploit
http://cxsecurity.com/issue/WLB-2007030183
Patched: ?
Memory corruption and NULL pointer in Unreal Tournament III 1.2
http://cxsecurity.com/issue/WLB-2008070060
unsure if applies to PS3?
MacOS X 10.5/10.6 libc/strtod(3) buffer overflow
http://cxsecurity.com/issue/WLB-2010010162
unsure if applies to PS3?
OpenPrinter() stack-based buffer overflow
http://seclists.org/fulldisclosure/2007/Jan/474
Patched: ?
DOM flaw
http://seclists.org/fulldisclosure/2009/Jul/299
Patched: ?
Patched
RSX Syscall bug
In most syscalls sony reduces a pointer to 32 bits and would use a special function to write to that pointer.
however, in certain rsx syscalls, sony forgot about it, allowing the attacker to write to any part of lv2 memory.
Patched: 4.45
CTR bugs on SELFs (and ebootroms maybe?)
http://crypto.stackexchange.com/questions/14628/why-do-we-use-xts-over-ctr-for-disk-encryption CTR bugs on SELFs
Patched: since Vita pre-retail 0.9.9.6 (SELFs, should match with ps3 firmware at release date), unknown (ebootroms)
PARAM.SFO stack-based buffer overflow
http://seclists.org/fulldisclosure/2013/May/113
Patched: since 2012-05-01 (4.40 and later)
Proof of Concept
Unsigned code can be added to the PARAM.SFO because the console does not recognize special characters
http://www.exploit-db.com/exploits/25718/
Working on 4.31, Patched: since 2012-05-01 (4.40 and later)
PoC: PARAM.SFO
PSF�� Ä @� � � � � � ��� � � � ��� � � � ��h � � % � � � �� , � � � �� 4 ��� � $� C ��� @ (� V ��� � h� j �� € p� t ��� € ð� ACCOUNT_ID ATTRIBUTE CATEGORY DETAIL PARAMS PARAMS2 PARENTAL_LEVEL SAVEDATA_DIRECTORY SAVEDATA_LIST_PARAM SUB_TITLE TITLE 40ac78551a88fdc SD PSHACK: Benjamin Ninja H%20'>"<[PERSISTENT INJECTED SYSTEM COMMAND OR CODE!] Hackizeit: 1:33:07 ExpSkills: VL-LAB-TRAINING Operation: 1% Trojaners: 0% ... Õõ~\˜òíA×éú�;óç� 40ac78551a88fdc ... BLES00371-NARUTO_STORM-0 HACKINGBKM 1 PSHACK: Benjamin Ninja H%20'>"<[PERSISTENT INJECTED SYSTEM COMMAND OR CODE!];
AVP patch bypass exploit
Patched: since 3.70 and later
PSN security intrusion
Patched: since 3.61 enforced password change
Sony PSN Account Service - Password Reset Vulnerability
http://www.vulnerability-lab.com/get_content.php?id=740
Patched: since 2012-05-01
Private key nonrandom fail
Patched: since 3.56
JIG downgrade
Patched: since 3.56
USB config stack-based buffer overflow (PSjailbreak/PSGroove)
Patched: since 3.42 and later
Leap year bug
Patched: since 3.40 and later
MP4 vulnerability
Patched: since 3.21 and later
Patched: since 3.10 and later
Open Remote Play
Patched: since 2.80 and later
BD-J homebrew
Patched: since 2.50 and later
Downgrading with Hardware flasher
See also: Downgrading with Hardware flasher
Patched: since 2.20 and later (by adding CoreOS hashing in Syscon to be checked by hypervisor; worked around by patching hypervisor on 3.56 and lower capable consoles)
Full RSX access in OtherOS
Patched: since 2.10 and later