CVE-2026-56458
Analyzed Analyzed - Analysis Complete

HCL DevOps Deploy CORS Misconfiguration Vulnerability

Vulnerability report for CVE-2026-56458, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-09

Last updated on: 2026-07-10

Assigner: HCL Software

Description

HCL DevOps Deploy uses Cross-Origin Resource Sharing (CORS) which could allow an attacker to carry out privileged actions and retrieve sensitive information as the domain name is not being limited to only trusted domains.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-09
Last Modified
2026-07-10
Generated
2026-07-11
AI Q&A
2026-07-09
EPSS Evaluated
2026-07-09
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
hcltechsw hcl_devops_deploy From 8.1.0.0 (inc) to 8.1.2.7 (exc)
hcltechsw hcl_devops_deploy From 8.2.0.0 (inc) to 8.2.2.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-942 The product uses a web-client protection mechanism such as a Content Security Policy (CSP) or cross-domain policy file, but the policy includes untrusted domains with which the web client is allowed to communicate.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in HCL DevOps Deploy involves the use of Cross-Origin Resource Sharing (CORS) where the domain name is not restricted to trusted domains.

Because of this permissive CORS policy, an attacker could exploit it to perform privileged actions and access sensitive information.

Compliance Impact

The vulnerability in HCL DevOps Deploy involves a permissive Cross-Origin Resource Sharing (CORS) policy that allows attackers to perform privileged actions and access sensitive information by not restricting domain names to trusted sources.

Such unauthorized access to sensitive information could potentially lead to non-compliance with data protection regulations like GDPR and HIPAA, which require strict controls on data access and protection of personal and sensitive data.

However, the provided information does not explicitly detail the direct impact on compliance with these standards.

Impact Analysis

The vulnerability can allow attackers to carry out privileged actions within the HCL DevOps Deploy environment.

Additionally, attackers may retrieve sensitive information due to the lack of domain restrictions in the CORS policy.

This could lead to unauthorized access and potential data exposure.

Detection Guidance

This vulnerability involves a permissive Cross-Origin Resource Sharing (CORS) policy that does not restrict domain names to trusted domains, potentially allowing attackers to perform privileged actions and access sensitive information.

To detect this vulnerability on your system or network, you can inspect the CORS headers returned by the HCL DevOps Deploy application to see if the Access-Control-Allow-Origin header is set to a wildcard (*) or includes untrusted domains.

Suggested commands to check CORS headers include using curl or browser developer tools:

  • curl -I -H "Origin: http://example.com" https://your-hcl-devops-deploy-url
  • Look for the Access-Control-Allow-Origin header in the response. If it is set to '*' or an untrusted domain, the vulnerability may be present.
Mitigation Strategies

Immediate mitigation steps include restricting the CORS policy to only allow trusted domains to access the HCL DevOps Deploy application.

This involves configuring the server to set the Access-Control-Allow-Origin header to specific trusted domain names instead of using a wildcard or allowing untrusted domains.

Additionally, review and update your security policies to ensure that only authorized domains can perform privileged actions through CORS.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56458. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart