Description
Combodo iTop is a web-based IT service management tool. Prior to 3.2.3, iTop is vulnerable to PHP object injection in the user preference functionality, which can lead to remote code execution. This issue has been fixed in version 3.2.3.
Published: 2026-08-24
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

Combodo iTop is a web-based IT service management tool that is vulnerable before version 3.2.3 to PHP object injection through the user preference feature. The flaw allows an attacker to construct malicious serialized objects that are instantiated when the preference data is processed, enabling execution of arbitrary PHP code on the server. This gives the attacker full control over the application environment, compromising confidentiality, integrity, and availability.

Affected Systems

All installations of Combodo iTop earlier than 3.2.3, regardless of operating system or web server, are affected. Any system that has not applied the 3.2.3 update remains vulnerable.

Risk and Exploitability

The CVSS score of 8.7 denotes high severity, while the EPSS score is not available so the likelihood of exploitation cannot be quantified. The vulnerability is not listed in CISA KEV. Based on the description, it is inferred that an attacker can exploit the flaw by sending specially crafted user preference data—likely via an HTTP POST request to the preferences endpoint—without needing special privileges. Attacks could therefore be conducted from unauthenticated or authenticated accounts depending on the access controls of the target installation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Combodo iTop to version 3.2.3 or later, which contains the patch for the PHP object injection flaw.
  • If an upgrade is not immediately possible, disable or restrict the user preference functionality to prevent object deserialization. This can be achieved by removing or blocking the preference endpoint or by applying a firewall rule blocking such requests.
  • Monitor logs for attempts to upload or modify user preferences and set alerts for unexpected POST requests to the preferences endpoint.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 20:45:00 +0000

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

Mon, 24 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Description Combodo iTop is a web-based IT service management tool. Prior to 3.2.3, iTop is vulnerable to PHP object injection in the user preference functionality, which can lead to remote code execution. This issue has been fixed in version 3.2.3.
Title Combodo iTop: PHP Object Injection Leading to Remote Code Execution on user preferences
Weaknesses CWE-502
CWE-94
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-27T14:10:34.908Z

Reserved: 2026-04-15T15:57:41.719Z

Link: CVE-2026-40877

cve-icon Vulnrichment

Updated: 2026-08-27T14:10:29.643Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T19:16:38.647

Modified: 2026-09-09T21:06:39.057

Link: CVE-2026-40877

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T21:00:13Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')