LiveActive security incident?Get immediate response
CVE Record

CVE-2025-52612: HCL iControl was affected by Export CSV - CSV Injection vulnerability.

HCL iControl was affected by Export CSV - CSV Injection vulnerability. It is vulnerable to a reflected cross-site scripting vulnerability. This was caused by an insufficient sanitation of input parameters. .

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

HCL iControl 4.0.0 has a high-severity export-related input sanitization flaw. The record names CSV injection and also describes reflected XSS, so the exact behavior is not fully clear from the public data. Exploitation requires low privilege and user interaction, but successful abuse could affect confidentiality, integrity, and availability.

Executive priority

Treat as a high-priority product exposure check, not a confirmed emergency exploitation event. If HCL iControl 4.0.0 is deployed, assign remediation ownership quickly and follow HCL guidance. If the product is absent, document non-exposure.

Technical view

The CVE maps to CWE-1236 and CVSS 3.1 score 7.1: AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H. Sources identify insufficient sanitization of input parameters in HCL iControl 4.0.0. The affected surface appears tied to Export CSV behavior, but the public text is internally inconsistent about CSV injection versus reflected XSS.

Likely exposure

Exposure is likely limited to organizations running HCL iControl version 4.0.0. The CVSS vector indicates network reachability, low privileges, high attack complexity, and required user interaction. Default status is listed as unaffected outside the specified version.

Exploitation context

The source bundle does not show CISA KEV listing or any cited active exploitation. The vulnerability is not described as unauthenticated or trivially exploitable. Risk depends on who can access iControl, trigger affected export behavior, and influence data later handled by a user.

Researcher notes

Public evidence is thin and inconsistent: the title and CWE indicate CSV injection, while the description mentions reflected XSS. Do not assume exploit mechanics beyond the CVSS vector and affected version. Validate against the HCL advisory before making control or detection claims.

Mitigation direction

  • Check HCL advisory KB0131041 for vendor remediation guidance.
  • Inventory HCL iControl deployments and identify version 4.0.0 instances.
  • Restrict iControl access to trusted users and networks where feasible.
  • Review CSV export handling workflows for untrusted input exposure.
  • Prioritize vendor-supported upgrade or fix once confirmed from HCL.

Validation and detection

  • Confirm whether HCL iControl 4.0.0 is present in the environment.
  • Review role access to Export CSV functionality.
  • Check whether exported CSV content can include untrusted user-controlled fields.
  • Verify compensating controls limiting network and authenticated access.
  • Track HCL advisory updates for exact fixed versions or workarounds.
Prepared
Confidence
medium
Sources
3

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 · low confidence lookup

CWE-1236: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-2025-52612 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
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

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

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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H1.25.9HCL

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2025-52612Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HCLiControl4.0.0unaffected
Weakness

CWE details

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

CWE-1236 · source CWE mapping

Improper Neutralization of Formula Elements in a CSV File

Improper Neutralization of Formula Elements in a CSV File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.