Update CVE-2021-41648.yaml
parent
670e3fe100
commit
8492360296
|
@ -6,25 +6,27 @@ info:
|
||||||
severity: high
|
severity: high
|
||||||
description: An un-authenticated SQL Injection exists in PuneethReddyHC online-shopping-system-advanced through the /action.php prId parameter. Using a post request does not sanitize the user input.
|
description: An un-authenticated SQL Injection exists in PuneethReddyHC online-shopping-system-advanced through the /action.php prId parameter. Using a post request does not sanitize the user input.
|
||||||
reference: https://github.com/MobiusBinary/CVE-2021-41648
|
reference: https://github.com/MobiusBinary/CVE-2021-41648
|
||||||
tags: sqli,cve,cve2021
|
tags: cve,cve2021,sqli
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: POST
|
- method: POST
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/action.php"
|
- "{{BaseURL}}/action.php"
|
||||||
body: |
|
|
||||||
proId=1'&addToCart=1
|
body: "proId=1'&addToCart=1"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "Content-Type: text/html"
|
- "text/html"
|
||||||
part: header
|
part: header
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "Warning: mysqli_num_rows() expects parameter 1 to be"
|
- "Warning: mysqli_num_rows() expects parameter 1 to be"
|
||||||
|
- "xdebug-error xe-warning"
|
||||||
part: body
|
part: body
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue