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 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