Skip to main content

HCL Hive CVE-2025-59874

| EUVD-2025-210064 HIGH
OWASP Top Ten 2017 Category A1 - Injection (CWE-1027)
2026-06-04 HCL GHSA-2787-q92c-v934
8.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.1 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

1
Analysis Generated
Jun 04, 2026 - 14:16 vuln.today

DescriptionCVE.org

HCL Hive Telco Observability is affected by  a Required directives missing from the CSP issue is detected in keycloak component of the web application. Missing essential directives can leave a site vulnerable.

AnalysisAI

Content Security Policy weakness in HCL Hive Telco Observability's Keycloak authentication component allows remote attackers to leverage missing CSP directives for client-side attacks against authenticated users. The CVSS 8.1 (AV:N/AC:L/PR:N/UI:R) rating reflects high confidentiality and integrity impact contingent on user interaction, with no public exploit identified at time of analysis. The flaw resides in the web application's browser security headers rather than server-side logic.

Technical ContextAI

The vulnerability sits within the Keycloak identity-and-access-management component embedded in HCL Hive Telco Observability, an OSS/BSS observability platform for telecommunications operators. CWE-1027 (Outdated/Insufficient Browser Compatibility/Mitigation - here applied to missing CSP directives) describes a configuration weakness where the Content-Security-Policy HTTP response header lacks required directives such as default-src, script-src, frame-ancestors, or object-src. Without these directives, the browser falls back to permissive defaults, allowing inline scripts, third-party resource loading, or framing that proper CSP would block. Because Keycloak commonly hosts login, token, and admin endpoints, missing CSP directives there expose authentication flows to client-side injection or clickjacking-style attacks.

RemediationAI

Patch availability is not explicitly stated in the input data - consult the HCL knowledge base article at https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0128725 for vendor-released fix versions and apply the upgrade once identified. As a compensating control until patched, deploy a reverse proxy or WAF in front of the Hive Keycloak endpoints to inject a strict Content-Security-Policy header (e.g., default-src 'self'; frame-ancestors 'none'; object-src 'none'; script-src 'self' with nonces), accepting the trade-off that overly tight directives may break legitimate Keycloak login themes or embedded admin UIs and require tuning. Additionally enforce X-Frame-Options: DENY to mitigate clickjacking exposure, and restrict Keycloak admin console reachability to management networks to reduce the user-interaction attack surface.

Share

CVE-2025-59874 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy