Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Primary rating from Vendor (HCL) · only source for this CVE.
CVSS VectorVendor: HCL
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
Lifecycle Timeline
1DescriptionCVE.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.
Signing cookies is an application security feature that adds a digital signature to cookie data to verify its authentici
Path traversal in adenhq Hive versions up to 0.11.0 allows unauthenticated remote attackers to read arbitrary files via
This vulnerability in Apache Hive JDBC driver 0.7.1 to 2.3.2 allows carefully crafted arguments to be used to bypass the
The authorization framework in Apache Hive 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.0 and 1.2.1, on clusters protected by Ranger
In Apache Hive 2.3.3, 3.1.0 and earlier, local resources on HiveServer2 machines are not properly protected against mali
Apache Hive (JDBC + HiveServer2) implements SSL for plain TCP and HTTP connections (it supports both transport modes). R
The LDAP implementation in HiveServer2 in Apache Hive before 1.0.1 and 1.1.x before 1.1.1, as used in IBM InfoSphere Big
SQL injection vulnerability in Hive Metastore Server (HMS) when processing delete column statistics requests via the Thr
Apache Hive 2.1.x before 2.1.2, 2.2.x before 2.2.1, and 2.3.x before 2.3.1 expose an interface through which masking pol
In Apache Hive 2.3.3, 3.1.0 and earlier, Hive "EXPLAIN" operation does not check for necessary authorization of involved
In Apache Hive 2.1.0 to 2.3.2, when 'COPY FROM FTP' statement is run using HPL/SQL extension to Hive, a compromised/mali
In Apache Hive 0.6.0 to 2.3.2, malicious user might use any xpath UDFs (xpath/xpath_string/xpath_boolean/xpath_number/xp
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-210064
GHSA-2787-q92c-v934