nuclei-templates/cves/2021/CVE-2021-41649.yaml

45 lines
1.2 KiB
YAML
Raw Normal View History

id: CVE-2021-41649
2021-10-02 15:22:04 +00:00
info:
name: PuneethReddyHC Online Shopping System homeaction.php SQL Injection
2021-10-02 15:22:04 +00:00
author: daffainfo
severity: critical
description: An unauthenticated SQL injection vulnerability exists in PuneethReddyHC Online Shopping System through the /homeaction.php cat_id parameter. Using a post request does not sanitize the user input.
reference:
- https://github.com/MobiusBinary/CVE-2021-41649
- https://awesomeopensource.com/project/PuneethReddyHC/online-shopping-system
- https://nvd.nist.gov/vuln/detail/CVE-2021-41649
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2021-41649
cwe-id: CWE-89
tags: cve,cve2021,sqli,injection
2021-10-02 15:22:04 +00:00
requests:
- method: POST
path:
- "{{BaseURL}}/homeaction.php"
2021-10-04 14:02:07 +00:00
body: "cat_id=4'&get_seleted_Category=1"
2021-10-02 15:22:04 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-10-04 14:02:07 +00:00
- "text/html"
2021-10-02 15:22:04 +00:00
part: header
- type: word
words:
- "Warning: mysqli_num_rows() expects parameter 1 to be"
2021-10-04 14:02:07 +00:00
- "xdebug-error xe-warning"
2021-10-02 15:22:04 +00:00
part: body
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/03/07