vendor:
Router
by:
Indrajith A.N
8,8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: Router
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: h:digisol:router
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
Digisol Router CSRF Exploit – Indrajith A.N
This exploit is a proof-of-concept for a Cross-Site Request Forgery (CSRF) vulnerability in Digisol routers. The exploit sends a POST request to the router's web interface, which changes the router's SSID and WPA2 passphrase to 'hacked' and 'csrf1234' respectively.
Mitigation:
The best way to mitigate CSRF attacks is to use a combination of secret tokens and same-site cookies. Additionally, the use of CAPTCHAs can also help to prevent automated CSRF attacks.