LiveActive security incident?Get immediate response
CVE Record

CVE-2021-41161: XSS in csvimport in 3.0.0-beta versions

Combodo iTop is a web based IT Service Management tool. In versions prior to 3.0.0-beta6 the export CSV page don't properly escape the user supplied parameters, allowing for javascript injection into rendered csv files. Users are advised to upgrade. There are no known workarounds for this issue.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Combodo iTop before 3.0.0-beta6 could place attacker-controlled JavaScript into generated CSV output because user-supplied export parameters were not escaped correctly. The risk is serious if an exposed iTop beta deployment is used for CSV workflows, but the provided sources do not report active exploitation.

Executive priority

Prioritize remediation for any iTop beta deployment still below 3.0.0-beta6. The business concern is not service outage; it is potential compromise of user sessions or sensitive data through malicious script execution after user interaction.

Technical view

This is a CWE-79 cross-site scripting issue in iTop CSV export handling before 3.0.0-beta6. The CVSS 3.1 vector is network-accessible, low complexity, no privileges required, user interaction required, scope changed, with high confidentiality and integrity impact and no availability impact.

Likely exposure

Exposure is limited to Combodo iTop versions earlier than 3.0.0-beta6, especially beta deployments where users open rendered CSV output from exported data. The bundle provides no CPEs or deployment prevalence data, so internet-wide exposure cannot be estimated from these sources.

Exploitation context

The issue requires a user to interact with affected CSV output. KEV is false, and the supplied sources do not state that exploitation is active in the wild. Treat this as a high-impact stored or reflected content-handling risk, not as a confirmed mass-exploitation event.

Researcher notes

The advisory attributes the flaw to insufficient escaping of user-supplied parameters in CSV export rendering. The CVSS vector indicates no privileges are required, but user interaction is. The source bundle names upgrade guidance and no workaround, but provides no confirmed exploit activity or prevalence data.

Mitigation direction

  • Upgrade affected iTop deployments to 3.0.0-beta6 or later.
  • Prioritize externally reachable or business-critical iTop instances.
  • If upgrade timing is blocked, check current Combodo guidance.
  • Do not rely on workarounds; the source says none are known.
  • Restrict access to affected beta instances until upgraded.

Validation and detection

  • Inventory iTop deployments and record exact versions.
  • Confirm no production system runs below 3.0.0-beta6.
  • Review CSV export workflows for untrusted user-supplied parameters.
  • Verify the vendor fix is present in upgraded code.
  • Check logs for unusual CSV export activity where available.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-41161 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.3CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N2.85.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.3Critical
CVSS 3.1 vector shape for CVE-2021-41161Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CombodoiTop< 3.0.0-beta6Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.