Interested in investing time and money into PSXHAX.COM? Read More and Contact Us for details!
Live in Your World, HAX in Ours!
West of Dead v1.06 (8.50) Backported PS4 FPKG by Opoisso893
After his last round of Backported PS4 PKGs, @opoisso893 (Ko-fi <3) returns on Twitter announcing that a Backported West of Dead v1.06 (8.50) PS4 FPKG is now available for those with a Jailbroken PlayStation 4 console to try out. 🤠

Below are the related PS4 Scene Tweets and PS FPKG file details from the ongoing topic for Verified Members (Verification Guide):

West of Dead - CUSA16084 v1.06 BACKPORT [5.05/6.72]
Works with @Whitehawkx release.
  • West.of.Dead_CUSA16084_v1.06_BACKPORT_[5.05-6.72]_OPOISSO893.rar (335.80 MB)
TheFloW0's Previous PS4 / PS5 exFAT Vulnerability Disclosed on HackerOne
Following his PS5 Kernel Exploit Vulnerability disclosure yesterday, theflow0 took to Twitter again today as his previous exFAT vulnerability affecting both PS4 (pOOBs4 9.00 Jailbreak) and PlayStation 5 consoles was finally disclosed on HackerOne.com. :geek:

Earlier TheOfficialFloW also confirmed more information on the PS5 kernel exploit will be revealed at 17:15 (5:15 PM) on Saturday, October 15th during Hexacon 2022. :love:

Here's what the HackerOne Report states for those in the PlayStation 5 Scene (PS5 Jailbreak Status), to quote: size_t-to-int vulnerability in exFAT leads to memory corruption via malformed USB flash drives

Summary


A heap-based buffer overflow can be triggered by a malformed exFAT USB flash drive.

Vulnerability

The vulnerability is in Sony's exFAT implementation where there is an integer truncation from 64bit to 32bit on a size variable that is used to allocate the up-case table:
Code:
int UVFAT_readupcasetable(void *unused, void *fileSystem) {
  ...
  size_t dataLength = *(size_t *)(upcaseEntry + 24);
  size_t size = sectorSize + dataLength - 1;
  size = size - size % sectorSize;
  uint8_t *data = sceFatfsCreateHeapVl(0, size);
  ...
  while (1) {
    ...
    UVFAT_ReadDevice(fileSystem, offset, sectorSize, data);
    ...
    data += sectorSize;
    ...
  }
}
Namely, dataLength and size are both 64bit wide...
PS4 System Software / Firmware 10.01 OFW Live, Don't Update!
Since their previous PS4 OFW revision, today Sony pushed live a PS4 System Software / Firmware 10.01 Update with the lackluster 'improves system performance' changelog detailed below. :cautious:

:alert: As always, DON'T UPDATE if you wish to use PS4 Game Backup PKGs via PS4 Torrents and Homebrew Apps whenever a new PS4 Jailbreak Exploit arrives in the PlayStation 4 Scene.

Download: PS4 Firmware 10.01 Update (US) / PS4 Firmware 10.01 Update (EU) / PS4 Firmware 10.01 Update (UK) / PS4 Firmware 10.01 Update (AU/NZ) / PS4 Firmware 10.01 Update (JP)

Below is the official v10.01 PS4 Firmware Changelog from Sony's page: PlayStation 4 system software update - PS4 10.01 system software features

Version 10.01


Main features in the system software update
  • This system software update improves system performance.
Finally, here are some PS4Scene guides on How to Block PS4 Firmware Updates...
Observer: System Redux, Black Book and Fury Unleashed PS4 PKGs
Proceeding the previous lot of Backported PS4 FPKGs, the latest round includes an Observer: System Redux v1.01 (8.50) PS4 PKG, a Black Book v1.02 (8.52) PS4 PKG and a Fury Unleashed v1.10 (9.51) PS4 PKG from @opoisso893 (Ko-fi <3) aka backport893 for use on PlayStation 4 Jailbroken consoles. 📖

Here's the related PS4Scene Tweets and PS4 FPKG file details from the ongoing topics for Verified Members (Verification Guide):

:arrow: CUSA27090

Observer: System Redux - CUSA27090 v1.01 BACKPORT [5.05/6.72/7.xx]

Works with Tkj13 (@KilikaDenn13) release.
  • Observer.System.Redux_CUSA27090_v1.01_BACKPORT_[5.05-6.72-7.xx]_OPOISSO893.rar (4.05 GB)
:arrow: CUSA28263

Black Book - CUSA28263 v1.02 BACKPORT [5.05/6.72/7.xx]

Works with @xmrallx release.
  • Black.Book_CUSA28263_v1.02_BACKPORT_[5.05-6.72-7.xx]_OPOISSO893.rar (1.59 GB)
:arrow: CUSA15927

Fury Unleashed - CUSA15927 v1.10 [6.72]

Works with Duplex release. Dumped by @opoisso893.
  • Fury.Unleashed_CUSA15927_v1.10_[6.72]_OPOISSO893.rar (764.81 MB)
Fury Unleashed - CUSA15927 v1.10 BACKPORT [5.05]
Works with Duplex release. Dumped by @opoisso893.
  • Fury.Unleashed_CUSA15927_v1.10_BACKPORT_[5.05]_OPOISSO893.rar (806.50 MB)

Spoiler
Back
Top