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.
Published: 2026-07-09
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

HCL DevOps Deploy implements Cross-Origin Resource Sharing (CORS) in a permissive fashion, allowing any domain to set the Access‑Control‑Allow‑Origin header. This configuration flaw, identified as CWE‑942, can give an attacker the ability to send cross‑origin HTTP requests from an arbitrary website to a reachable DevOps Deploy instance. If the server processes these requests, it may allow the attacker to read confidential data or perform operations that should require authentication, because the CORS header alone does not provide any enforcement of access control.

Affected Systems

The vulnerability affects HCL Software’s HCL DevOps Deploy product. Any instance using the default CORS configuration may be vulnerable unless a patch or configuration change has been applied. Version information is not specified in the CVE data.

Risk and Exploitability

The vulnerability has a CVSS score of 5.4, placing it in the moderate severity range. The EPSS score is less than 1%, indicating a very low likelihood of widespread exploitation at present, and the vulnerability is not listed in CISA’s KEV catalog. Attackers would need to host a malicious page that issues cross‑origin requests to a reachable DevOps Deploy instance that accepts the permissive CORS policy. Successful exploitation would allow the attacker to read sensitive data or initiate privileged actions, depending on the server’s underlying authentication and authorization controls.

Generated by OpenCVE AI on July 29, 2026 at 12:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Configure the Access‑Control‑Allow‑Origin header to include only trusted domains; remove any wildcard or allow‑all origins.
  • Ensure that endpoints requiring privileged actions enforce proper authentication and role‑based access controls, so that a valid token or credential is mandatory even when a request passes CORS.
  • Update to the latest HCL DevOps Deploy release or apply the vendor’s patch that hardens the CORS policy to restrict origins appropriately.

Generated by OpenCVE AI on July 29, 2026 at 12:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Hcltech
Hcltech devops Deploy
Vendors & Products Hcltech
Hcltech devops Deploy

Thu, 09 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
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.
Title HCL DevOps Deploy is susceptible to a Permissive Cross-domain Security Policy with Untrusted Domains
Weaknesses CWE-942
References
Metrics cvssV3_1

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


Subscriptions

Hcltech Devops Deploy
cve-icon MITRE

Status: PUBLISHED

Assigner: HCL

Published:

Updated: 2026-07-09T12:34:23.917Z

Reserved: 2026-06-22T13:38:32.649Z

Link: CVE-2026-56458

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:45:03Z

Weaknesses
  • CWE-942

    Permissive Cross-domain Security Policy with Untrusted Domains