Cyber Resilience

CVE-2024-30155

Hcltech Hcl Sx 21

Published
26 March 2025
Modified
30 October 2025
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
EPSS Score 0.0021 11th percentile
Risk Priority 41 floored blend · peak EPSS

Summary

CVE-2024-30155 is a medium-severity Sensitive Cookie with Improper SameSite Attribute (CWE-1275) vulnerability in Hcltech Hcl Sx. Its CVSS base score is 5.5 (Medium).

Operationally, ranked at the 11th 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 CM-6 (Configuration Settings) and SC-23 (Session Authenticity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

HCL SX does not set the secure attribute on authorization tokens or session cookies. Attackers may potentially be able to obtain access to the cookie values via a Cross-Site-Forgery-Request (CSRF).

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-30154Same product: Hcltech Hcl Sx
CVE-2024-30152Same product: Hcltech Hcl Sx
CVE-2024-42212Same vendor: Hcltech
CVE-2025-52628Same vendor: Hcltech
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

Affected Assets

hcltech
hcl sx
21

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)
  • V3.3.2

Mitigating Controls (NIST 800-53 r5) AI

Establishing secure configuration settings for web components includes requiring appropriate SameSite attributes on sensitive cookies.

Proper SameSite settings on session cookies directly help protect the authenticity of communications sessions against cross-site misuse.

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-01 mostly match
prevents

Secure configuration baselines and enforcement directly require proper SameSite settings on sensitive cookies.

PR.PS-06 mostly match
prevents

Secure SDLC practices include coding standards and reviews that mandate correct SameSite attributes.

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.

finds

Security testing can detect missing SameSite attributes but does not prevent the weakness.

prevents

Application security requirements can mandate SameSite attributes on sensitive cookies.

prevents

Secure coding standards directly require proper SameSite settings to prevent CSRF.

References