Description
Combodo iTop is a web based IT service management tool. Prior to 3.2.3, unauthenticated users can access uploaded sensitive via sniffed url. This issue has been fixed in version 3.2.3.
Published: 2026-08-21
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability allows unauthenticated users to retrieve uploaded sensitive files by using a URL that has been captured or sniffed from a legitimate session. The primary consequence is the unauthorized disclosure of potentially confidential data, which could compromise organizational secrets, personal information, or other sensitive content. The weakness originates from insufficient access control checks, mapped to CWE-200 (Information Exposure) and CWE-306 (Missing Authentication).

Affected Systems

Combodo iTop version 3.2.2 and earlier are affected. The issue was fixed in release 3.2.3, so any deployment below that version should be considered vulnerable.

Risk and Exploitability

The CVSS score of 7.5 classifies this as a high severity flaw. While no EPSS score is available, the lack of authentication requirements means an attacker can exploit the flaw without credentials, simply by obtaining a valid URL. The vulnerability is not listed in the CISA KEV catalog at present, but the easy exploitation path raises the practical risk for exposed systems.

Generated by OpenCVE AI on August 21, 2026 at 20:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Combodo iTop to version 3.2.3 or later, where the access control checks are corrected.
  • Ensure that any URL or file provisioning endpoints enforce authentication and authorization before content delivery.
  • Review and harden the web server configuration to prevent directory traversal or direct access to uploaded file directories, especially under sniffed or guessed URLs.

Generated by OpenCVE AI on August 21, 2026 at 20:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Combodo iTop is a web based IT service management tool. Prior to 3.2.3, unauthenticated users can access uploaded sensitive via sniffed url. This issue has been fixed in version 3.2.3.
Title Combodo iTop: Insecured access to uploaded images via sniffed url
Weaknesses CWE-200
CWE-306
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T19:32:00.149Z

Reserved: 2026-03-05T21:27:35.343Z

Link: CVE-2026-30866

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-21T20:16:34.453

Modified: 2026-08-21T20:16:34.453

Link: CVE-2026-30866

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T20:30:07Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-306

    Missing Authentication for Critical Function