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-65731 — Advisory for CVE-2025-65731 | Kitploit
Tools/GitHubGitHub/whitej3rry/cve-2025-65731
Embedded Systems SecurityIoT SecurityVulnerability AnalysisExploitationHardware HackingPenetration TestingHardware SecurityHardware & IoT Security
GitHubwhitej3rry/cve-2025-65731

CVE-2025-65731

Advisory for CVE-2025-65731

View Repository
7 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-65731

CWE-1191: On-Chip Debug and Test Interface With Improper Access Control

UART Root Shell Access on D-Link DIR-605L (Hardware F1, Firmware V6.02CN02)

1

Summary

A critical hardware security vulnerability has been identified in the D-Link DIR-605L router, Hardware Version F1, Firmware External Version V6.02CN02, running Linux kernel 2.4.18. The UART debug interface lacks proper access control mechanisms, allowing any attacker with physical access to connect to the UART pins and gain unauthenticated root shell access. This vulnerability corresponds to CWE-1191: On-Chip Debug and Test Interface With Improper Access Control.

Affected Product:

Device Model: D-Link DIR-605L - Firmware Version: V6.02CN02

Vulnerability Description

The UART debug interface, exposed physically via device pins, is accessible without any authentication or authorization barriers. An attacker connecting to these UART pins can instantly access the device's root shell during or after boot, bypassing all software-based authentication controls. This direct root shell access compromises the confidentiality, integrity, and availability of the entire device and its network environment.

Impact:

Full root-level control of the router with no authentication required. Ability to modify device configuration, install persistent malware, or intercept network traffic. Complete circumvention of on-device security mechanisms. Potential pivot point for attacks on the connected network and devices.

Proof of Concept:

  1. The UART pins on the D-Link DIR-605L (Hardware F1) were identified and connected to a serial interface.

    2
  2. Using a serial terminal emulator at the appropriate baud rate, the device’s bootloader output and Linux shell prompt were accessed.

    3
  3. Commands such as cat /etc/passwd confirmed root user presence without password protection on this interface.

    4
  4. A fully interactive root shell prompt (#) was obtained, enabling arbitrary command execution on the device.

    5

References:

CWE-1191: https://cwe.mitre.org/data/definitions/1191.html

Author:

Mohamed Danish (j3rry)

Download Tool