Your TV Was Probably a Proxy Node
A new report has revealed that LG Electronics USA is planning to ban and suspend any Smart TV applications built for its webOS platform that secretly enroll users' televisions into residential proxy networks. The decision follows research findings that more than 42% of games and other apps available for LG Smart TVs were silently operating as proxy relay nodes — routing third-party internet traffic through living rooms worldwide.
The story was first reported by KrebsOnSecurity, which investigated the widespread abuse of webOS's permissive app ecosystem to embed proxy SDK code into otherwise legitimate applications.
What Is a Residential Proxy?
A residential proxy is an internet relay node that routes traffic through a real consumer IP address — making the traffic appear to originate from a legitimate home user rather than a datacenter. Residential proxies are commercially valuable because they bypass IP-based blocking and rate limiting:
| Use Case | Legitimacy |
|---|---|
| Web scraping at scale | Grey area / often ToS violation |
| Ad fraud and click fraud | Illegal |
| Bypassing geo-restrictions | Grey area |
| Credential stuffing attacks | Illegal |
| Sneaker bot purchasing | ToS violation |
| CAPTCHA bypass operations | ToS violation |
Residential proxy networks charge a premium for IP addresses tied to real consumer devices. A Smart TV with a persistent internet connection is an ideal candidate — always online, rarely monitored, and operating under a clean residential ISP IP address.
Scale of the Problem
| Metric | Finding |
|---|---|
| Apps embedding proxy SDKs | 42%+ of webOS app catalog |
| Category most affected | Games and entertainment apps |
| User consent provided | None in identified cases |
| Disclosure in privacy policy | Typically absent or buried |
| LG's response | Suspend offending apps |
The apps were not standalone malware — they were functional games and utilities that had integrated third-party SDKs from residential proxy companies. Developers were compensated for embedding these SDKs, often framing the arrangement as "bandwidth sharing" or "unused resource monetization."
How the SDKs Work
1. User downloads and installs a legitimate-looking webOS app (e.g., a game)
2. App bundles a residential proxy SDK (e.g., from an SDK provider)
3. On launch, SDK registers the TV's IP with the proxy provider's infrastructure
4. TV silently routes external traffic through its connection in the background
5. Third parties pay the proxy provider for access to "residential IPs"
6. Developer receives revenue share; user has no visibility or consentThe traffic routed through the TV can include web scraping requests, ad verification probes, credential stuffing attacks, or other activity originating from unknown third parties — all appearing to come from the homeowner's internet connection.
LG's Response
LG Electronics USA has stated it will suspend apps that violate its developer policies by enrolling TVs into proxy networks. The company indicated this action is being taken to:
- Protect users from unauthorized use of their network connections
- Enforce existing developer guidelines around background network activity
- Respond to the documented research findings
LG has not yet published a comprehensive list of suspended apps or a timeline for enforcement. The company is reportedly auditing its webOS app catalog for proxy SDK integrations.
Why This Matters Beyond LG
The issue is not unique to LG's webOS platform. Smart TVs from multiple manufacturers — running Android TV, Tizen (Samsung), VIDAA (Hisense), and Roku OS — have faced similar concerns. The characteristics that make Smart TVs attractive as proxy nodes apply across the industry:
| Factor | Risk |
|---|---|
| Always-on connection | Persistent availability as a proxy node |
| Residential ISP IP | Bypasses datacenter IP blacklists |
| Minimal user monitoring | Low detection likelihood |
| Permissive app ecosystems | SDK embedding is easy to accomplish |
| Long device lifecycles | 5-10 year lifespan means persistent exposure |
What You Can Do
Check Your TV's Network Activity
# On your router, check for unusual outbound connections from your TV's IP
# (commands vary by router firmware)
# Look for persistent connections to unfamiliar IPs on your TV's MAC address
# On pfSense / OPNsense: Diagnostics > States > filter by TV IP
# On Ubiquiti: Clients > TV device > Traffic statsRestrict Smart TV Internet Access
Many security-conscious users segment Smart TVs onto a guest VLAN or IoT network with restricted outbound access:
Recommended firewall rules for Smart TV VLAN:
Allow: streaming service IPs (Netflix, Disney+, YouTube CDNs)
Allow: NTP (time sync)
Block: all other outbound traffic by default
Alert: on unusual outbound volume or connection countAudit and Remove Suspicious Apps
- Navigate to your LG TV's app manager
- Review all installed apps — especially games from unknown developers
- Remove any apps you do not actively use
- Factory reset if you suspect extensive proxy SDK embedding
Enable DNS-Based Filtering
Use a Pi-hole, AdGuard Home, or NextDNS resolver on your network to block known proxy SDK domains and C2 infrastructure.
Broader IoT Security Implications
This incident highlights a persistent challenge in the IoT security landscape: consumer devices are increasingly capable computing nodes, but users have limited visibility into what runs on them.
The residential proxy SDK problem is a softer version of the same threat model as traditional IoT botnets — the device is conscripted into a network for third-party benefit without the owner's knowledge. The difference is that proxy SDK operators operate commercially and (arguably) legally in grey-market territory, making enforcement complex.
Regulators in the EU under GDPR and in California under CCPA have grounds to challenge proxy SDK deployments as unauthorized processing of network resources — but enforcement against embedded SDKs in consumer electronics remains largely untested territory.