Cyber Resilience

CVE-2025-59870

Hcltech Myxalytics 6.2 … 6.7

Published
16 January 2026
Modified
23 January 2026
Patch / advisory
CVSS Score v3.1 7.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0024 15th percentile
Risk Priority 54 floored blend · peak EPSS

Summary

CVE-2025-59870 is a high-severity Reusing a Nonce, Key Pair in Encryption (CWE-323) vulnerability in Hcltech Myxalytics. Its CVSS base score is 7.4 (High).

Operationally, ranked at the 15th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-59870 is a vulnerability in HCL MyXalytics, specifically affecting the web application due to improper management of a static JWT signing secret that lacks rotation, thereby introducing a security risk. Published on 2026-01-16, it carries a CVSS v3.1 base score of 7.4 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N) and maps to CWE-323 (Reused Configuration Management Secret).

Remote attackers require no privileges or user interaction to exploit this vulnerability over the network, though it demands high attack complexity. Successful exploitation enables high-impact compromise of confidentiality and integrity, such as forging or tampering with JWTs using the static, unrotated signing secret.

HCL provides mitigation guidance in its advisory at https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0128115.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

HCL MyXalytics  is affected by improper management of a static JWT signing secret in the web application, where the secret lacks rotation , introducing a security risk

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-0279Same vendor: Hcltech
CVE-2023-28010Same vendor: Hcltech
CVE-2023-45722Same vendor: Hcltech
CVE-2025-0275Same vendor: Hcltech
CVE-2025-31969Same vendor: Hcltech
CVE-2025-51734Same vendor: Hcltech
CVE-2024-42180Same vendor: Hcltech
CVE-2025-59868Same vendor: Hcltech
CVE-2023-50343Same vendor: Hcltech
CVE-2025-55264Same vendor: Hcltech

Affected Assets

hcltech
myxalytics
6.2, 6.3, 6.4, 6.5, 6.6

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V6.8.3
  • V11.3.4

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover nonce reuse through static analysis, fuzzing, or known-answer tests.

Engineering principles include correct use of cryptographic primitives such as unique nonces per key.

Selecting and implementing appropriate cryptographic algorithms and modes reduces nonce-reuse exposure.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent nonce/key reuse errors in cryptographic implementations.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Mandates proper cryptographic key and nonce management, directly preventing nonce/key-pair reuse.

finds

Security testing can detect nonce reuse, yet the control addresses many other issues beyond this CWE.

prevents

Secure-coding rules can require unique nonces, but the control is broader than this single weakness.

References