Description
HCL DFXAnalytics is affected by a Login Replay Attack vulnerability. The application allows a remote attacker to intercept, delay, or fraudulently retransmit valid authentication data to achieve unauthorized access. To mitigate this risk, the application must implement a mechanism to include timestamps with every message, ensuring that messages exceeding a specific age threshold are automatically rejected by the recipient system.
Published: 2026-07-16
Score: 2.6 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A remote attacker can capture valid authentication data in transit and later resend it, allowing them to impersonate a legitimate user without needing valid credentials. This flaw is an Authentication Bypass (CWE-294) and provides a path to unauthorized access that could permit the convenience of privileged operations on any compromised system. The application’s failure to embed a timestamp or nonce in authentication messages makes this replay straightforward once traffic can be intercepted.

Affected Systems

The HCL Software DFXAnalytics platform is affected. No specific product or version numbers are listed, so any deployed instance of DFXAnalytics that has not yet applied the vendor’s latest patch should be evaluated for this vulnerability.

Risk and Exploitability

The CVSS score of 2.6 signals a low severity, and the EPSS score of less than 1% indicates a very low probability of exploitation under current conditions. The vulnerability is not present in the CISA KEV catalog. Nonetheless, the absence of a timestamp or nonce creates a valid opportunity for remote attackers who can intercept network traffic; if they can replay captured authentication packets before session validation is performed, they may gain unauthorised access. Given the low CVSS but potential for privilege escalation, the risk merits remediation even though large‑scale attacks are unlikely at present.

Generated by OpenCVE AI on July 31, 2026 at 01:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or upgrade to a DFXAnalytics release that enforces timestamp validation on authentication requests.
  • If a patch is unavailable, configure the application to embed a timestamp or nonce in every authentication message and reject any request older than a predetermined threshold.
  • Ensure authentication traffic is protected by strong TLS to prevent interception and replay by attackers.

Generated by OpenCVE AI on July 31, 2026 at 01:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Hcltech
Hcltech dfxanalytics
Vendors & Products Hcltech
Hcltech dfxanalytics

Thu, 16 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Description HCL DFXAnalytics is affected by a Login Replay Attack vulnerability. The application allows a remote attacker to intercept, delay, or fraudulently retransmit valid authentication data to achieve unauthorized access. To mitigate this risk, the application must implement a mechanism to include timestamps with every message, ensuring that messages exceeding a specific age threshold are automatically rejected by the recipient system.
Title HCL DFXAnalytics is affected by a Login Replay Attack vulnerability
Weaknesses CWE-294
References
Metrics cvssV3_1

{'score': 2.6, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:N/I:L/A:N'}


Subscriptions

Hcltech Dfxanalytics
cve-icon MITRE

Status: PUBLISHED

Assigner: HCL

Published:

Updated: 2026-07-16T14:16:08.107Z

Reserved: 2026-04-01T16:31:58.809Z

Link: CVE-2026-35141

cve-icon Vulnrichment

Updated: 2026-07-16T14:16:03.155Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T02:00:05Z

Weaknesses
  • CWE-294

    Authentication Bypass by Capture-replay