Skip to content

Proof of Concept of Winbox Critical Vulnerability

License

Notifications You must be signed in to change notification settings

hendralin/WinboxPoC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinboxPoC

Proof of Concept of Winbox Critical Vulnerability

Blogpost

https://n0p.me/winbox-bug-dissection/

How to use

Run it :)

$ python3 PoC.py 172.17.17.17
172.17.17.17

User: admin
Pass: Th3P4ssWord

Vulnerable versions

all versions from 6.29 (release date: 2015/28/05) to 6.42 (release date 2018/04/20) are vulnerable ..

Mitigation Techniques

  • Update your RouterOS to the last version or Bugfix version
  • Do not use Winbox and disable it :| it's nothing just a GUI for NooBs ..
  • you may use some Filter Rules (ACL) to deny anonymous accesses to the Router
ip firewall filter add chain=input in-interface=wan protocol=tcp dst-port=8291 action=drop

Enjoy!

About

Proof of Concept of Winbox Critical Vulnerability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%