Update CVE-2021-41648.yaml

patch-1
Prince Chaddha 2021-10-04 19:34:16 +05:30 committed by GitHub
parent 670e3fe100
commit 8492360296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -6,25 +6,27 @@ info:
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.
reference: https://github.com/MobiusBinary/CVE-2021-41648
tags: sqli,cve,cve2021
tags: cve,cve2021,sqli
requests:
- method: POST
path:
- "{{BaseURL}}/action.php"
body: |
proId=1'&addToCart=1
body: "proId=1'&addToCart=1"
matchers-condition: and
matchers:
- type: word
words:
- "Content-Type: text/html"
- "text/html"
part: header
- type: word
words:
- "Warning: mysqli_num_rows() expects parameter 1 to be"
- "xdebug-error xe-warning"
part: body
condition: and