this post was submitted on 07 Sep 2026
837 points (99.3% liked)

Technology

87925 readers
3555 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/51634640

A new Gamers Nexus investigation found a retail LG TV actively scanning the local network for phones, laptops, smartwatches and other connected devices, while also capturing microphone audio when the screen appeared to be in standby. The investigation found voice data being stored locally even after the TV was disconnected from the network, with the queued data uploaded once connectivity returned. Researchers also uncovered webOS vulnerabilities that could potentially turn the television into a remotely controlled surveillance device. The really unsettling part isn't just the advertising angle. It's the fact that a consumer television can sit inside your trusted network, enumerate other devices, access a microphone, store collected data locally and communicate with external infrastructure. Put that same device in a corporate office, hospital, hotel or conference room and the security implications become considerably more serious. I went through the investigation in detail, including the network scanning, microphone behavior, ACR, webOS attack surface, offline data collection and practical mitigations

you are viewing a single comment's thread
view the rest of the comments
[–] bloviate@lemmus.org 4 points 18 hours ago (1 children)

Is there a way to direct all the iffy traffic from the tv to a pi hole?

[–] Mr_Dr_Oink@lemmy.world 2 points 18 hours ago (3 children)

Could connect the tv to the guest wifi network which would prevent it from accessing your local network. Plug in an android tv box of some variety and connect that to the network and you can cut the tv off f4om internet entirely.

If you set the pihole as your primary DNS on your router then all network traffic goes that way anyway. Set up google as a secondary in case your pihole goes down. Or configure a second pi hole for resilience and set that as the backup.

[–] Dnb@lemmy.dbzer0.com 1 points 7 hours ago (1 children)

FYI guest network doesn't separate traffic from normal network. You need different vlan for that.

[–] Mr_Dr_Oink@lemmy.world 1 points 4 hours ago (1 children)

my guest network is in a different vlan by default.

Afaik thats standard for guest networks. They have internet access but not local network access. Otherwise whats the point in them?

[–] Dnb@lemmy.dbzer0.com 1 points 3 hours ago (1 children)

Sadly that's not how they are setup on many consumer routers.

They just act as another ssid that offer easy limits/ controls instead of a full vlan/ isolation

[–] Mr_Dr_Oink@lemmy.world 1 points 3 hours ago

Wow. I might only be a little wise to this stuff but the average consumer is getting screwed.

[–] TassieTosser@aussie.zone 2 points 12 hours ago (1 children)

The GN investigation discovered that LG makes the TVs mesh with each other as well. So even if you don't connect your LG to the internet, it can connect with other LG devices in the neighbourhood and exfiltrate data that way.

[–] Mr_Dr_Oink@lemmy.world 1 points 4 hours ago (1 children)
[–] tyr0sine@mander.xyz 1 points 3 hours ago

The investors must have their data

[–] lemming741@lemmy.world 3 points 16 hours ago* (last edited 16 hours ago) (1 children)

Fuck that, become ungovernable. If the pihole is down, the tv is down.

Build your own router and
Redirect all port 53 to your pihole
Block port 853 on that vlan
Block these ips on that vlan
https://github.com/dibdot/DoH-IP-blocklists

[–] Mr_Dr_Oink@lemmy.world 1 points 14 hours ago

I had a raspberry pi working as a router but when my provider gave me a zyxel router i didnt need it anymore as its super customisable.

Will i need to go back to my openwrt router to get this working? Since its saying github actions update the list?