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-45466 — It is the details of CVE-2025-45466 | Kitploit
Tools/GitHubGitHub/zgsnj123/cve-2025-45466
Embedded Systems SecurityPrivilege EscalationReconnaissancePassword AttacksVulnerability AnalysisExploitationInformation GatheringHardware & IoT SecurityAuthentication
GitHubzgsnj123/cve-2025-45466

CVE-2025-45466

It is the details of CVE-2025-45466

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

CVE-2025-45466

It is the details of CVE-2025-45466

CVE Disclosure: CVE-2025-45466

Summary

A vulnerability has been discovered in Unitree Go1 robotic dog (all versions <= Go1_2022_05_11) involving hardcoded plaintext authentication credentials, which leads to Incorrect Access Control. This issue allows remote or local attackers to gain unauthorized access to the system via SSH or SCP, potentially resulting in remote code execution, privilege escalation, and information disclosure.


Vulnerability Details

  • Vulnerability Type: Incorrect Access Control
  • Impact:
    • Remote Code Execution ✅
    • Privilege Escalation ✅
    • Information Disclosure ✅
  • Attack Vector:
    An attacker can extract the firmware, inspect a specific script (/run.sh), and find hardcoded plaintext credentials used for SSH/SCP authentication. With these credentials, the attacker can access the robot remotely via:
    • Wi-Fi client mode
    • Wi-Fi AP mode
    • Physical access via Ethernet interface

Affected Products

  • Vendor: Unitree Robotics
  • Product: Unitree Go1
  • Affected Versions: All firmware versions ≤ Go1_2022_05_11
  • Affected Component: /run.sh in the firmware
  • Firmware Package URL (Archived):
    Go1_2022_05_11_e0d0e617.zip

Proof of Concept (PoC)

  1. Download the affected firmware
  2. grep -i "password" run.sh
  3. ssh root@<robot_ip> # using the hardcoded password
  4. Do anything you want with root permission.

Result

As the screenshot shows below, the password of root access is saved in passwd.sh(figure 1). And this file can be identified in the same package(figure 2)

figure 1: image

figure 2: image

Download Tool