-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for WAG120N #61
Comments
nice, thank you. |
Sure thing, WAG120N doesn't have any processes called scfgmgr, but I'll add that for others. |
different routers have acces to shell, you think its possible to write script in the memory(Not ram) and it run on each boot or each minute ? |
I'm working on unpacking at least the WAG120N Annex A firmware so that I can edit the /etc/rcS to remove the backdoor from booting up. |
at least 2000 vuln routers are listening on the internet right now: http://www.shodanhq.com/search?q=port%3A32764+ScMM + http://www.shodanhq.com/search?q=port%3A32764+MMcS There is a list of vuln routers in the readme.md but I don't have any idea of how many of them are running right now. You can use shodan for guessing, for example there is ~50000 Netgear DG834 with their admin interface listening on the net: http://www.shodanhq.com/search?q=DG834 (and probably much more without any admin interface listening on the internet) |
and this list contain sometimes router with default login/password :/ |
I just ran
on my router but that didn't restrict access, any ideas?
|
@lahdekorpi: It's likely that the packet is being accepted by the INPUT_TCP chain before it gets to your new drop rule. The following works for me on my WRT350v2:
The snag with this is that it also makes the web admin interface inoperable. Killing |
@lahdekorpi You need to up the rule in first position |
D'oh! |
The new firewall rule disappears, every time when the WAG120N renews its IP or I disconnect manually. |
But limiting to ppp0 would still mean it would be exploitable inside the LAN? |
@lahdekorpi |
I coded a small script that fixes WAG120N (RAM only, needs to be run after reboot):
https://github.com/lahdekorpi/TCP-32764-First-Aid/
And am planning on releasing more first aid fixes for different routers.
The text was updated successfully, but these errors were encountered: