The details on this are very vague. No one knows or is sharing the initial attack vector. It could be a browser spear phishing attack that then attempts to use known default passwords for these routers and uploads a custom firmware image or backdoor script. The only thing that I don't get is why rebooting resolves the issue. This can't be accurate, if the compromise was via a user, its only a temporary resolution, an…
Rebooting removes later stages, the first stage is persistent but one of the AV companies took down the domain that the later stages are retrieved from, effectively cutting it off from those stages.
VPNFilter malware infecting 500K devices is worse than was thought
21–30 of 45 posts
Re: VPNFilter malware infecting 500K devices is worse than was thought
#22In the paytv hacking world, users would install a switch on the EEPROM’s WriteEnable line. That way, destructive updates could be blocked for as long as possible. Or save you from having to re-flash your receiver through desoldering a TSOP. Perhaps we need the same thing on routers. Or a group to run a “honeypot” of routers with a sensor on this EEPROM pin to identify when unauthorized updates have been installed and…
A switch wouldn't work on a serial EEPROM or serial Flash chip, you'd need a microcontroller-in-the-middle that proxies or virtualizes the EEPROM and ignores writes. This sort of thing would also break partitioned storage, where persistent state and the system image are located on different partitions within the same Flash chip.
Re: VPNFilter malware infecting 500K devices is worse than was thought
#23Earlier quoted context omitted.
A switch wouldn't work on a serial EEPROM or serial Flash chip, you'd need a microcontroller-in-the-middle that proxies or virtualizes the EEPROM and ignores writes. This sort of thing would also break partitioned storage, where persistent state and the system image are located on different partitions within the same Flash chip.
Depends on the device. Some do have *WE pins.
Re: VPNFilter malware infecting 500K devices is worse than was thought
#24Dumb question about this malware... with so many infected routers, why was this not noticed sooner? Just monitoring incoming/outgoing data should reveal that the routers are "calling home" at some point, yes?
Re: VPNFilter malware infecting 500K devices is worse than was thought
#25Earlier quoted context omitted.
As in another post, I’d suggest buying any router, taking it apart, identifying the flash chip, find the write-enable line in the data-sheet and MITM that line with a flip switch to block updates at all times.
That's actually a really good idea! I would love to see this built-in to future router models after something widespread like this. It's fairly reasonable to force users to be physically present to update. Plus, you could force them to flip the switch back by not working until the write-enable line is disconnected again.
Then they got rid of that, even though most people that bothered with BIOS updates could be directed to switch a jumper around...
Re: VPNFilter malware infecting 500K devices is worse than was thought
#26Can we assume that dd-wrt and tomato are safe(r) from this?
[1] https://github.com/mirror/dd-wrt/blob/master/src/router/http...
[2] https://github.com/mirror/dd-wrt/blob/master/src/router/http...
Re: VPNFilter malware infecting 500K devices is worse than was thought
#27Any suggestions for a good router that is immune from this nonsense?
Re: VPNFilter malware infecting 500K devices is worse than was thought
#28Can we assume that dd-wrt and tomato are safe(r) from this?
I wouldn't trust DD-WRT with security further than I can throw it [1] [2]. Please migrate to OpenWRT or something else that's modern and maintained by more than one person. [1] https://github.com/mirror/dd-wrt/blob/master/src/router/http... [2] https://github.com/mirror/dd-wrt/blob/master/src/router/http...
You just reminded me that some of the more obscure dd-wrt bins (for not so popular routers) and might be dangerous stuff.
Re: VPNFilter malware infecting 500K devices is worse than was thought
#29Earlier quoted context omitted.
I wouldn't trust DD-WRT with security further than I can throw it [1] [2]. Please migrate to OpenWRT or something else that's modern and maintained by more than one person. [1] https://github.com/mirror/dd-wrt/blob/master/src/router/http... [2] https://github.com/mirror/dd-wrt/blob/master/src/router/http...
Noted. Weekend project!!! You just reminded me that some of the more obscure dd-wrt bins (for not so popular routers) and might be dangerous stuff.
Re: VPNFilter malware infecting 500K devices is worse than was thought
#30Any suggestions for a good router that is immune from this nonsense?