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
Tools/GitHubGitHub/kuk3n4n/cve-2024-57778
Privilege EscalationIoT SecurityVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubkuk3n4n/cve-2024-57778

CVE-2024-57778

An issue in Orbe ONetView Roteador Onet-1200 Orbe 1680210096 allows a remote attacker to escalate privileges via the servers response from status code 500 to status code 200

View Repository
21 year 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-2024-57778

Description: An issue in Orbe ONetView Roteador Onet-1200 allows a remote attacker to escalate privileges via the servers response from status code 500 to status code 200.

Versions: Discovered in Orbe ONetView Roteador Onet-1200 Orbe 1680210096, but applicable to all versions up to.

Proof of Concept

When accessing the router's menu page at http://192.168.1.1/menu.html and clicking on any option, a 500 error code will be displayed: image

After this, we can activate Burp Suite to capture the application's response. Then, by accessing http://192.168.1.1/menu.html again and triggering the error, we can change the code to 200: image

With this, we gain access to the configuration page:

image

Now, with full access to the router, you can enable or disable features, modify settings, and perform other administrative tasks as needed.

Download Tool