Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
Framing an application in an iframe requires no special conditions beyond the missing header, so AC:L; victim interaction is mandatory (UI:R); no confidentiality or availability impact applies.
Primary rating from Vendor (HCL).
CVSS VectorNVD
Lifecycle Timeline
3DescriptionNVD
HCL IEM was affected with the Anti Clickjacking XFrame Options Header Missing. It may allow attackers to embed the application in malicious pages and induce unauthorized user actions.
AnalysisAI
Clickjacking exposure in HCL IntelliOps Event Management (IEM) allows network-based attackers to embed the application inside a malicious webpage via an iframe and deceive authenticated users into performing unintended administrative or operational actions. All tracked versions under the CPE wildcard are affected, per HCL advisory KB0132378. No public exploit identified at time of analysis, and the CVSS score of 3.1 (Low) reflects the non-trivial attack complexity and limited integrity-only impact.
Technical ContextAI
The vulnerability maps to CWE-693 (Protection Mechanism Failure), specifically the absence of the X-Frame-Options HTTP response header (or an equivalent Content-Security-Policy frame-ancestors directive). Without this header, modern browsers permit any third-party origin to load the IEM application inside an iframe element. The CPE string cpe:2.3:a:hclsoftware:intelliops_event_management:*:*:*:*:*:*:*:* indicates the wildcard version range, implying all released versions of HCL IntelliOps Event Management are affected. IEM is an enterprise IT operations and event management platform; its web UI is the attack surface here. The root cause is a missing defensive HTTP header rather than a logic flaw in application code.
RemediationAI
Apply the patch or configuration change recommended in HCL advisory KB0132378 at https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0132378 - an exact fixed version number is not specified in the available input data, so consult the advisory directly for the precise release. As a compensating control pending patching, configure the IEM web server or application layer to emit the X-Frame-Options: DENY header on all responses, which instructs browsers to refuse framing from any origin; alternatively, use Content-Security-Policy: frame-ancestors 'none' for modern browsers. Restricting IEM access to trusted internal networks or VPN also reduces the attacker's ability to deliver a convincing phishing page to targeted users, though it does not eliminate the header absence. Note that server-layer header injection may need to be applied at the reverse proxy or load balancer if the application itself does not support header configuration directly.
More in Intelliops Event Management
View allNginx server version disclosure in HCL IntelliOps Event Management (IEM) exposes the underlying web server version to un
Missing X-Content-Type-Options headers in Intelliops Event Management enable content-type sniffing attacks leading to sc
HCL IntelliOps Event Management (IEM) fails to enforce HTTP Strict Transport Security (HSTS), enabling network-positione
Same weakness CWE-693 – Protection Mechanism Failure
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-46277
GHSA-rmmj-ff6h-8758