Skip to main content

HCL DFXAnalytics EUVDEUVD-2026-44919

| CVE-2026-35143 MEDIUM
Information Exposure (CWE-200)
2026-07-16 HCL GHSA-m9fr-x8w8-9mm4
6.5
CVSS 3.1 · NVD
Share

Severity by source

Vendor (HCL) PRIMARY
LOW
qualitative
NVD
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
vuln.today AI
3.4 LOW

CSRF attacker needs no system privileges (PR:N); victim authentication and interaction are captured by UI:R; AC:H reflects combined dependency on absent Anti-CSRF tokens and active victim session.

3.1 AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:L/A:N
4.0 AV:N/AC:H/AT:P/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (HCL).

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Lifecycle Timeline

3
Severity Changed
Jul 17, 2026 - 16:37 NVD
LOW MEDIUM
CVSS changed
Jul 17, 2026 - 16:37 NVD
3.0 (LOW) 6.5 (MEDIUM)
Analysis Generated
Jul 16, 2026 - 13:47 vuln.today

DescriptionNVD

HCL DFXAnalytics is affected by a Missing SameSite Attribute vulnerability. The application fails to set the "SameSite" attribute on session cookies generated during authentication, which could allow a remote attacker to execute Cross-Site Request Forgery (CSRF) attacks if additional mitigations, such as Anti-CSRF tokens, are not implemented.

AnalysisAI

Cross-Site Request Forgery exposure in HCL DFXAnalytics arises because session cookies generated during authentication are issued without the SameSite attribute, allowing browsers to attach them to cross-origin requests. An attacker who can lure an authenticated victim to a malicious page may issue forged state-changing requests that the server honors under the victim's identity, provided the application also lacks Anti-CSRF token validation - a condition the CVE description explicitly names as the decisive amplifying factor. No public exploit code has been identified and the vulnerability is not listed in the CISA KEV catalog; real-world risk is further constrained by modern browser defaults (Chrome 80+ and Firefox apply SameSite=Lax by default), high attack complexity, and the required user interaction.

Technical ContextAI

The SameSite cookie attribute - introduced to address CSRF - instructs browsers whether to include a cookie in cross-site requests: Strict blocks all cross-origin inclusion, Lax blocks most (excluding top-level GET navigations), and an absent attribute historically defaulted to None (always sent). HCL DFXAnalytics (CPE: cpe:2.3:a:hcl_software:dfxanalytics:*:*:*:*:*:*:*:*) omits this attribute on authentication session cookies, leaving the door open for CSRF in browsers that do not enforce a Lax default, or in request types exempt from Lax (e.g., POST). The assigned CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) is a notable mismatch - the precise classification for this flaw is CWE-1275 (Sensitive Cookie with Improper SameSite Attribute) or CWE-352 (Cross-Site Request Forgery); the misclassification may affect downstream tooling that relies on CWE filtering. The root cause is an omitted security flag at cookie-generation time, compounded by the absence of a secondary defense layer such as synchronizer Anti-CSRF tokens.

RemediationAI

Apply the vendor-supplied fix documented in HCL Knowledge Base article KB0131787 at https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0131787; an exact patched version number is not independently confirmable from the available data, so refer to the advisory for the precise upgrade target. Where immediate patching is not feasible, the most effective compensating control is to configure the application to explicitly set SameSite=Strict or SameSite=Lax on all session cookies - Strict provides the strongest CSRF protection but will break legitimate cross-origin navigation flows (e.g., links from external portals landing in authenticated sessions), while Lax is a safer operational compromise. Independently, implementing synchronizer Anti-CSRF tokens on all state-changing requests (POST, PUT, DELETE) eliminates the CSRF risk regardless of cookie attribute state; the CVE description explicitly identifies the absence of this control as the factor that allows exploitation. Additionally, pairing the SameSite fix with the Secure and HttpOnly cookie flags reduces unrelated session-hijacking exposure with no meaningful operational trade-off.

CVE-2026-56455 HIGH
7.5 Jul 16

Denial of service in HCL DFXAnalytics version 3.0 and below allows remote unauthenticated attackers to crash or hang the

CVE-2026-56454 HIGH
7.5 Jul 16

Cleartext-adjacent data exposure in HCL DFXAnalytics (version 3.0 and below) stems from continued support for the deprec

CVE-2026-56453 CRITICAL
9.8 Jul 16

Account takeover in HCL DFXAnalytics version 3.0 and below allows a remote attacker to intercept and alter server HTTP r

CVE-2026-56456 MEDIUM
5.3 Jul 16

HCL DFXAnalytics exposes internal file system paths and directory structure through unhandled error messages, system log

CVE-2026-35141 MEDIUM
5.3 Jul 16

Login replay vulnerability in HCL DFXAnalytics enables a remote attacker in a man-in-the-middle network position to capt

CVE-2025-31970 MEDIUM
5.3 May 06

HCL DFXAnalytics fails to enforce strict Content-Security-Policy (CSP) directives for object-src and base-uri, enabling

CVE-2026-35140 HIGH
7.2 Jul 16

Session cookie exposure in HCL DFXAnalytics (version 3.0 and below) occurs because authentication-generated cookies are

CVE-2026-35142 HIGH
8.2 Jul 16

Internal IP address disclosure in HCL DFXAnalytics (version 3.0 and below) exposes internal network topology data embedd

CVE-2025-59851 LOW
3.7 May 06

HCL DFXAnalytics contains unpatched third-party libraries with known vulnerabilities that could allow remote attackers w

CVE-2025-59852 LOW
3.7 May 06

HCL DFXAnalytics transmits sensitive data over the network without encryption, allowing network-positioned attackers to

CVE-2025-59866 LOW
3.3 Jul 17

Insecure file permissions on the HCL DFMPro (for CATIA), DFXAnalytics, and DFXServer installer executables allow any loc

CVE-2026-35145 LOW
3.1 Jul 16

Missing HSTS header in HCL DFXAnalytics exposes authenticated sessions to protocol downgrade and man-in-the-middle attac

Share

EUVD-2026-44919 vulnerability details – vuln.today

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