Description
Combodo iTop is a web based IT service management tool.Prior to 3.2.3, an unauthenticated user could delete the .readonly file on iTop instances — a file created during the setup process that prevents users from performing write actions. This issue has been fixed in version 3.2.3.
Published: 2026-08-21
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated user can delete the .readonly file that is created during the setup of Combodo iTop. Removing this file removes the write guard and permits the attacker to perform write operations against the application, potentially altering configuration, data, or inserting malicious content. The weakness is a classic authorization bypass and is categorized as CWE‑306.

Affected Systems

Combodo iTop installations running any version prior to 3.2.3 are vulnerable. The issue was fixed in version 3.2.3, so any older deployment is at risk.

Risk and Exploitability

The CVSS score of 6.5 indicates a medium severity. EPSS information is not available and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is a simple HTTP request to the web interface that deletes the .readonly file; no authentication or elevated privileges are required, which makes exploitation straightforward for attackers with network access to the application.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to iTop version 3.2.3 or later to apply the vendor fix.
  • Ensure the .readonly file is protected from deletion by setting appropriate file-system permissions (e.g., 600) or moving it outside the web‑accessible directory.
  • Configure the web server or network firewall to deny unauthenticated users write access to the directory containing the .readonly file.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
First Time appeared Combodo
Combodo itop
Vendors & Products Combodo
Combodo itop

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

Type Values Removed Values Added
Description Combodo iTop is a web based IT service management tool.Prior to 3.2.3, an unauthenticated user could delete the .readonly file on iTop instances — a file created during the setup process that prevents users from performing write actions. This issue has been fixed in version 3.2.3.
Title Combodo iTop: Unauthenticated user can delete .readonly file
Weaknesses CWE-306
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T22:31:49.110Z

Reserved: 2026-03-31T17:27:08.661Z

Link: CVE-2026-34949

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-21T23:16:24.297

Modified: 2026-08-21T23:16:24.297

Link: CVE-2026-34949

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T23:30:17Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function