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-2025-65427 — Proof-of-concept exploit for CVE-2025-65427: missing rate limiting on Dbit N300 T1 Pro router login API enabling brute-force attacks and administrative takeover. | Kitploit
Tools/GitHubGitHub/kirubel-cve/cve-2025-65427
IoT SecurityPassword AttacksVulnerability AnalysisWeb Application ExploitationPenetration TestingAuthentication
GitHubkirubel-cve/cve-2025-65427

CVE-2025-65427

Proof-of-concept exploit for CVE-2025-65427: missing rate limiting on Dbit N300 T1 Pro router login API enabling brute-force attacks and administrative takeover.

View Repository
28 months 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-2025-65427: Authentication Rate Limiting Issue in Dbit N300 T1 Pro

CVE ID: CVE-2025-65427

Date: 2025-12-16

Discoverer: Kirubel

Product: Dbit N300 T1 Pro Easy Setup Wireless Wi-Fi Router

Firmware Version: V1.0.0

Description

An issue was discovered in the Dbit N300 T1 Pro Easy Setup Wireless Wi-Fi Router on firmware version V1.0.0. The device does not implement rate limiting on the /api/login endpoint (CWE-307).

This allows remote attackers to execute brute-force or credential-stuffing attacks via automated HTTP POST requests. Successful exploitation results in administrative takeover, allowing configuration changes, DNS modification, or firmware updates.

Proof of Concept (PoC)

The vulnerability can be verified using tools such as curl or Python requests. The server returns a session token even after excessive failed login attempts.

Example Request:

root@kitploit:~
POST /api/login HTTP/1.1
Host: [Router_IP]
Content-Type: application/json

{"username": "admin", "password": "password_guess"}
Download Tool