homemenuhax

3DS SCENE: Yellows8 released HomeMenuhax, webkithax and browserhax

Good news everyone!

After the Mr.Gas and Major Tom big release, the method for modify the APP.DB of our psvita (check here), another bomb exploded yesterday on the 3DS scene.homemenuhax

The developer Yellows8 released the HomeMenuHax, a ROP exploit that permits the hacking of the Nintendo handheld via the theme-data from the home-menu theme SD extdata.

 

Here is the readme content available on Github:

Summary

When Home Menu is starting up, it can load theme-data from the home-menu theme SD extdata. The flaw can be triggered from here. The ROP starts running at roughly the same time the LCD backlight gets turned on.

Although this triggers during Home Menu boot, this can’t cause any true bricks: just remove the *SD card if any booting issues ever occur(or delete/rename the theme-cache extdata directory). Note that this also applies when the ROP causes a crash, like when the ROP is for a different version of Home Menu(this can also happen if you boot into a nandimage which has a different Home Menu version, but still uses the exact same SD data).

Since this is a theme exploit, a normal theme can’t be used unless you build with the THEMEDATA_PATH option below(the ROP runs a good while after the theme is loaded). Due to how this hax works, the theme is really only usable for BGM(as described below).

Vuln

This was discovered on December 22, 2014.

Home Menu allocates a 0x2a0000-byte heap buffer using the ctrsdk heap code: offset 0x0 size 0x150000 is for the output decompressed data, offset 0x150000 size 0x150000 is for the input compressed data. Immediately after this buffer is a heap freemem memchunkhdr, successfully overwriting it results a crash(when the data written there is junk) in the heap memchunk handling code with the linked-lists.

The decompression code only has an input-size parameter, no output size parameter. Hence, the output size is not restricted/checked at all. Since the decompressed data is located before the compressed data, the buf overflow results in the input compressed data being overwritten first. Eventually this overflow will result in the input data actually being used by the decompression function being overwritten, which can later result in an error before the function ever writes to the memchunk-hdr(if the input compressed data doesn’t workaround that).

Supported System Versions

  • v9.0 (not tested)
  • v9.1j (not tested)
  • v9.2
  • v9.3 (not tested)
  • v9.4
  • v9.5
  • v9.6
  • v9.7
  • All homemenu versions with this vuln where the ropgadget-finder successfully finds the required addresses, unless structs involved with the initial ROP-chain change etc.

This flaw was introduced with the Home Menu version which added support for themes: 9.0.0-X on Old3DS, v8.1 on New3DS. Old3DS JPN theme support was “added” 9.1.0-XJ. The lowest system-version supported by this is v9.0.

This flaw still exists with system-version 10.1.0-X, the newest version this flaw was checked for at the time of writing. Last system-version this haxx was successfully tested with: 10.1.0-X.

Building

Just run “make”, or even “make clean && make”. For building ROP binaries which can be used for general homemenu ROP, this can be used: “{make clean &&} make ropbins”. “make bins” is the same as “make”, except building the .lz is skipped.

Before building, the menurop directories+files must be generated. “./generate_menurop_addrs.sh {path}”. See the source of that script for details(this requires the Home Menu code-binaries). Note that the USA/EUR/JPN homemenu exefs:/.code binaries starting with system-version v9.2 are all identical(prior to v9.9), while USA/EUR binaries for v9.0 differs from the JPN versions. If you don’t have the required Home Menu code-binaries, you can use the MENUROP_PATH option listed below.

The built files for BodyCache.bin/Body_LZ.bin are located under “themepayload/”.

Note that the compression done in .py is rather slow: this is why building all versions and such takes a while.

Build options:

  • “ENABLE_RET2MENU=1” Just return from the haxx to the Home Menu code after writing to the framebufs.
  • “CODEBINPAYLOAD=path” Code binary payload to load into the launched process(default is the system web-browser). This will be included in the theme-data itself.
  • “LOADSDPAYLOAD=1” Enable loading a code binary from SD for loading into the launched process(“/menuhax_payload.bin”). The total size of the code(including additional code prior to the binary from SD) loaded into the process is 0x4000-bytes. Therefore, the max size of the code binary from SD is a bit less than 0x3000-bytes.
  • “BOOTGAMECARD=1” Reboot the system via NSS:RebootSystem to launch the gamecard(region-free). This is handled right after the ROP for LOADROPBIN, if that’s even enabled. If GAMECARD_PADCHECK isn’t used, the ROP will always execute this without executing the title-launch + takeover ROP.
  • “USE_PADCHECK=val” When set, at the very start of the menu ROP it will check if the current HID PAD state is set to the specified value. When they match, it continues the ROP, otherwise it returns to the homemenu code. This is done before writing to the framebuffers.
  • “GAMECARD_PADCHECK=val” Similar to USE_PADCHECK except for BOOTGAMECARD: the BOOTGAMECARD ROP only gets executed when the specified HID PAD state matches the current one. After writing to framebufs the ROP will delay 3 seconds, then run this PADCHECK ROP.
  • “EXITMENU=1” Terminate homemenu X seconds(see source) after getting code exec under the launched process.
  • “ENABLE_LOADROPBIN=1” Load a homemenu ropbin then stack-pivot to it, see the Makefile HEAPBUF_ROPBIN_* values for the load-address. When LOADSDPAYLOAD isn’t used, the binary is the one specified by CODEBINPAYLOAD, otherwise it’s loaded from “sd:/menuhax_ropbinpayload.bin”. The binary size should be <=0x10000-bytes.
  • “MENUROP_PATH={path}” Use the specified path for the “menurop” directory, instead of the default one which requires running generate_menurop_addrs.sh. To use the prebuilt menurop headers included with this repo, the following can be used: “MENUROP_PATH=menurop_prebuilt”.
  • “THEMEDATA_PATH={decompressed regular theme body_LZ filepath}” Build hax with the specified theme, instead of using the “default theme” one. When Home Menu starts the actual rendering however, the gfx for the theme doesn’t display properly due to the hax. BGM works fine, therefore this should only used for BGM-only themes(where the themedata header is all-zero except for the version and BGM fields). Also note that compression during building takes a lotlonger with this.

Usage

Just boot the system, the haxx will automatically trigger when Home Menu loads the theme-data from the cache in SD extdata. The ROP right after the ROP for USE_PADCHECK, if that’s even enabled, will overwrite the main-screen framebuffers with data from elsewhere, resulting in junk being displayed.

When the ROP returns from the haxx to running the actual Home Menu code, such as when USE_PADCHECK is used where the current PAD state doesn’t match the specified state, Home Menu will use the “theme” data from this hax: the end result is that it appears to use the same theme as the default one.

When built with ENABLE_LOADROPBIN=1, this can boot into the homebrew-launcher if the ropbin listed above is one for the homebrew-launcher and was pre-patched.

With the release archive, you have to hold down the L button while Home Menu is booting(at the time the ROP checks for it), in order to boot into the hblauncher payload. Otherwise, Home Menu will boot like normal.

Installation

To install the exploit for booting hblauncher, you must use the themehax_installer app. You must already have a way to boot into the hblauncher payload for running this app(which can include themehax if it’s already setup): http://3dbrew.org/wiki/Homebrew_Exploits
The app requires an Internet connection for setting up the hblauncher payload. Once the app is booted, all you have to do is confirm that you want to install, the app will then auto detect + install everything.
This app uses code based on code from the following repos:https://github.com/yellows8/3ds_homemenu_extdatatoolhttps://github.com/yellows8/3ds_browserhax_common
This app includes the theme BGM copying code from 3ds_homemenu_extdatatool, but that BGM won’t actually get used by Home Menu unless you build the exploit with the param related to that yourself. Whenever the Home Menu version installed on your system changes where the installed exploit is for a different version, or when you want to update the hblauncher payload, you must run the installer again. For this you can do the following: you can remove the SD card before booting the system, then once booted insert the SD card then boot into the hblauncher payload via a different method(http://3dbrew.org/wiki/Homebrew_Exploits).

To “remove” the exploit, you can just select any theme in the Home Menu theme settings(such as one of the built-in color themes). If you want the default theme, you can then select that option again. See the “Summary” section if you have issues with Home Menu failing to boot.

If you really want to build a NCCH version of the installer, use the same permissions as 3ds_homemenu_extdatatool, with the same data on SD card as from the release archive.

Yellows8 released two other hacks, a webkit exploit and a Browser exploit for libstagefright executable only on New 3ds up to fw 10.1.0-27.

Here are the readme files:

Webkithax

These are Nintendo 3DS system web-browser webkit exploits for Old3DS and New3DS.

This requires the following repo: https://github.com/yellows8/3ds_browserhax_common See that repo for usage info as well.

These are webkit exploits, so you may have to retry them multiple times before they work correctly without crashing.

Two exploits are contained here, one is implemented only for Old3DS, and the other is only implemented for New3DS:

  • Old3DS: 3dsbrowserhax_webkit_r158724.php, aka “sliderhax”. All system-versions <=10.1.0-27(minus the first version of the browser) are supported, as of when this repo was released. This isn’t actually fixed for the New3DS browser as of 10.1.0-27, but there’s no known way to even have a crash trigger for it which actually works right. To trigger it, wait for the page to fully load. Then ideally zoom in all the way, so that the slider is displayed as large as possible. Then touch the far right of the slider at the exact location where the slider ends, within the slider bar(the location you touch might(?) be related to how reliable the exploit is).
  • New3DS: 3dswebkithax_removewinframe.php, supported on all system-versions below 9.9.0-26(or more specifically <{X.X.X-26}). The vuln used here was fixed for the New3DS browser with 9.9.0-26, but on Old3DS it’s still not fixed as of 10.1.0-27. No user-input is needed to trigger this besides starting the page-load. The actual exploit after the heap-spray takes a while to trigger, since the heap-spray takes a while. Note that this is very unreliable.
  • 3dsbrowserhax_webkit_r158724.php in the initial form that got control over the object-data used in the use-after-free, is originally from January 2014. The vuln used here was discovered to affect Old3DS web-browser by ichfly.
  • 3dswebkithax_removewinframe.php: This is based on a certain PoC, see the source for details on that. This was implemented in March 2015, soon after the time the pastebin for the PoC was created.

Browserhax

This is an exploit for libstagefright used in the Nintendo New3DS system Internet Browser. This was originally implemented on August 6-7, 2015.

This exploits the “stsc” vuln with MP4 parsing. https://blog.zimperium.com/stagefright-vulnerability-details-stagefright-detector-tool-released/

This requires the following repo: https://github.com/yellows8/3ds_browserhax_common See that repo for usage info as well.
All system-versions <=10.1.0-27 are supported, as of when this exploit was released.

Currently the length of the URL used for accessing this hax must be less than 48 characters.

The exploit will automatically trigger when loading the mp4, no user-input needed once mp4-loading is started. There must be less than 3 open browser tabs when running this exploit, not including the tab for the mp4. Direct QR-code scanning with an URL for this exploit can’t be done due to this. This is caused by an assert due to a memory allocation failure, presumably because of the heap corruption done by this exploit.
To bypass this issue with QR-code scanning, or to setup the browser so that it auto-loads the exploit, you can do the following:

  • 1) Disable wifi.
  • 2) Scan the QR-code in Home Menu, or goto the target URL in the browser.
  • 3) Exit the browser and re-enable wifi.
  • 4) Launch the browser. By just launching the browser(with the current URL set to the mp4), the exploit will automatically trigger without any more user-input.

See the following for a hosted version of this: http://yls8.mtheall.com/3dsbrowserhax.php

Wii U is also affected: all Wii U titles which use mvplayer.rpl(included with each title using it) are affected since that uses libstagefright. At the time of writing, the Internet Browser title from system-verson 5.5.0 is still affected. The author of this New3DS-browser exploit does not have any actual Wii U libstagefright exploit, at the time this New3DS-browser exploit was released.

HomeMenuHax

UPDATE:

See the README for documentation.

Builds for EUR v9.2 and EUR v9.3(which are the same as the USA v9.2 and v9.3 builds) were previously missing, this archive now includes those(this were the only missing builds).

When opening the theme extdata fails, it will now print info regarding how to get the extdata created. Some debug code was removed.

The issues with the homebrew-launcher payload are now fixed: booting into another process for apps which need it now works correctly.

Downloads

As always I invite you to stay tuned on my Twitter @roccocannale for further updates.

The King is leaving the building…

About Rocco Antonio Cannale

I dig the web to find always fresh news about the tech world, from gaming to smartphones through pc and reviews. I've grown with bread and videogames since the first time I saw one.

Check Also

Review: Sineaptic SE-1 Wireless Headphones are a game-changer in the world of audio technology!

The Sineaptic SE-1 Wireless Headphones are a game-changer in the world of audio technology. Priced …

2 comments

  1. It is possible to use Homebrew on CFW? Like Homebrew Launcher in CIA?