This is a tool to root and automatically install
Homebrew Channel on
LG TVs with webOS 4.0+. It uses a vulnerability in faultmanager
discovered by buglloc.
I believe this vulnerability is present in webOS 4.0 and newer. I have personally tested it on webOS 4.5, 6, 7, 8, and 9. As far as I know, no patched firmware exists as of 2025-01-05. I don't expect this to work on webOS versions older than 3.5, as the vulnerable service is not present. It may not work on webOS 3.5, at least in its current form. (However, try dejavuln-autoroot instead, as DejaVuln has not been patched on webOS 3.5.)
Note
Use CanI.RootMy.TV to determine whether your firmware is vulnerable.
- Set up Developer Mode.
- Connect to the TV with an SSH client. (If you need help, see the crashd guide. Dev Manager should also work.)
- Download
autoroot.sh
to any writable directory (e.g.,/tmp
). - Run
autoroot.sh
(e.g.,sh /tmp/autoroot.sh
). - Wait for the
Payload complete
message; the script should exit soon after. - Before rebooting, uninstall the LG Developer Mode app.
Do not install the LG Developer Mode app while the TV is rooted!
curl -L -o /tmp/autoroot.sh -- 'https://raw.githubusercontent.com/throwaway96/faultmanager-autoroot/refs/heads/main/autoroot.sh' &&
sh /tmp/autoroot.sh
The autoroot.sh
script accepts certain command line options:
--debug
or-d
- Enables additional logging.--telnet
or-t
- Makes a root shell available via telnet on port 23. Note that this won't work on webOS 9 (24), which does not havetelnetd
!--leave-script
- Don't renamestart-devmode.sh
with invalid signature. You almost certainly won't need this, but it's documented here for the sake of completeness.
If there is a file named hbchannel.ipk
in the same directory as
autoroot.sh
, it will be installed. Otherwise, the latest Homebrew Channel
IPK will be downloaded and installed.
Check the log files. They are named autoroot.log
and autoroot-payload.log
.
On webOS 8/9 (webOS 23/24), you may have to try multiple times; it seems that
restarting appinstalld
does not reliably make it detect the existence of
devmode_enabled
. May also apply to webOS 7.
If the toast and/or log says "Rooting complete" but you don't see Homebrew Channel, reboot the TV. Make sure Quick Start+ is disabled.
If you get an error installing the IPK (e.g., errorCode
-5), make sure your
TV's date is set to something reasonably accurate.
You can find more information at webosbrew.org.
If you need help rooting your TV, try the
OpenLGTV Discord. Before you ask a question,
check the FAQ (#faq) to see if it is answered there! Attach your autoroot.log
and autoroot-payload.log
(if present) when asking for help.
- The vulnerability in
faultmanager
was discovered by @buglloc (Andrew Krasichkov).
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
See COPYING
for details.