Huawei Hacked My Laptop
sunburnt.com.au
Huawei Hacked My Laptop
1–10 of 26 posts
Re: Huawei Hacked My Laptop
#2>This command makes your Linux desktop remotely accessible to anyone on the network
It's definitely not a common configuration to have X11 listening for network connections.
In a multiuser environment this could actually be a problem, but I doubt there are many multiuser environments running this driver.
On a single user machine like a laptop, this really doesn't matter at all. Yes, a process running as another user could mess with your X11 session. But if you get compromised somehow that process will almost certainly be running as your current user or root.
Re: Huawei Hacked My Laptop
#3It's worth mentioning these USB On-The-Go devices (including Android phones and 4G modems) have relatively powerful processors and run a wide variety of network services, including a web server that will never receive security patches (for the end-user web configuration interface), have your high-precision location information. The devices have a high bandwidth internet side-channel (the 4G connection itself) while also having the ability to act as any USB client device (including keyboards to send keystrokes to your computer to eg, open a command prompt and run software).
They are incredibly powerful platforms for targeted cyberattacks and I imagine state actors are using them very often.
Re: Huawei Hacked My Laptop
#4I would expect it from Huawei, but not exclusive to them.
Re: Huawei Hacked My Laptop
#5Re: Huawei Hacked My Laptop
#6Re: Huawei Hacked My Laptop
#7Where does this "Hauwei Autorun" come from? The findings you show could have been made by anything/anyone
Re: Huawei Hacked My Laptop
#8Re: Huawei Hacked My Laptop
#9Yeah, a lazy developer introducing a dirty hack is state-sponsored hacking. Give me a break...
Now my biggest guess is that xhost + is being used to allow a process running as root to launch a window into the existing xserver no matter what (probably a graphical client).
It's a very bad practice though. How comes that devices can autorun software nowadays?
Re: Huawei Hacked My Laptop
#10I'm very inexpert with X11, but have run remote apps on a local X11 server. But are there any scenarios locally (e.g. chroot) that could be blocking the Unix socket approach for a driver?