Mario a exploit for Wii U? or we need to buy a hardware like 3DS?, not know how long I will be able to leave without updating my Wii U...
There's no exploit yet. All of the information I have was either explicitly stated by fail0verflow or heavily implied.

The APIs provided by Cafe OS are exposed to games as the SDK. The SDK literally is just a set of libraries that makes calls to Cafe OS to manage the hardware. You have the Cafe OS kernel running in privileged mode on the PowerPC, the SDK to communicate with the Cafe OS kernel, and games running in user mode on the PowerPC that talk to Cafe OS through the SDK. Cafe OS itself delegates some hardware access to IOS. If you wanted direct access to the hardware, you'd need a way to run code on the PowerPC in privileged mode and a way to disable AHBPROT, as you said.
was there not some buzz about something on pastebin or pastie awhile back?
here http://pastebin.com/T7f5sV6s
Ah, okay. SDK is just the library for communication between Cafe OS and the game, if I understand correctly.

Mario, thanks for your clarifications! You seem to really know what you're talking about. So, if I understand this correctly, we need to first run code in the userspace, then compromise the security further from userspace to rewrite the Cafe OS portion with a replacement SDK, and from there we would have limited access to some of the hardware, to gain full access, we would also need to compromise the IOS kernel(s). If we can manage to figure out how to just get an SDK on a retail Wii U by gaining access to the Cafe OS section via the Userspace, this would be a good start.... Hmmmmm...... From that point on, we could theoretically create an exploit to gain access to the IOS Kernel to unlock its full potential....
Does the Wii U have a dedicated Hypervisor like 360/one and ps3/ps4? If not, we might be able to simply gain access to (at least some portions) using a "large enough" buffer overflow. The only question, is how would we create one, without being able to run custom code in the first place.... Perhaps through a modified gamesave? This would be super easy for Nintendo to stamp out, but it might be a good place to start... Sorry just thinking outloud![]()



So we would need to achieve a buffer overflow from within the web browser then and hope the IOS doesn't pick up on it? lol
sounds very promising , anyone working on this ?

I said IOS is somewhat similar to a hypervisor, not the same thing. It does not prevent unsigned code from running on the PowerPC through an exploit. What it does prevent is unsigned code from being installed on the console.
Me.
but if we have a custom firmware then there wouldnt be any need for a homebrew channel (or as much after time)![]()
Wii and PS3 supposed to have this too but Wii had a strncmp bug, and PS3 was hacked with an interesting USB driver bug.A custom firmware has almost no chance of happening without somehow obtaining Nintendo's private keys for signing boot1, IOS, or the kernel. Unlike on the Wii, the entire boot process has a real chain of trust, making it impossible to change. All titles (games and applications) are also signed with a hash tree so that you can't modify any part of one or install your own. That would make a homebrew channel impossible too.
A custom firmware has almost no chance of happening without somehow obtaining Nintendo's private keys for signing boot1, IOS, or the kernel. Unlike on the Wii, the entire boot process has a real chain of trust, making it impossible to change. All titles (games and applications) are also signed with a hash tree so that you can't modify any part of one or install your own. That would make a homebrew channel impossible too.

A custom firmware has almost no chance of happening without somehow obtaining Nintendo's private keys for signing boot1, IOS, or the kernel. Unlike on the Wii, the entire boot process has a real chain of trust, making it impossible to change. All titles (games and applications) are also signed with a hash tree so that you can't modify any part of one or install your own. That would make a homebrew channel impossible too.
He didn't say homebrew was impossible, just a virtually no chance of a permanently installed homebrew channel. It's still possible an exploit could be made easy enough to load a homebrew loader.
So then, what good would this exploit do then? If homebrew is impossible, why are people bothering at all do help use this exploit? Seems pretty trivial IMHO.