Hcl Devops DeployApplication · Hcltechsw

CVE-2026-56458

HIGH · 7.5 CVSS v3.1 Published 2026-07-09
Fix available
A fix is available. Upgrade to 8.1.2.7 / 8.2.2.0 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click 6 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

HCL DevOps Deploy has a CORS misconfiguration where the application does not properly validate the Origin header against an allowlist of trusted domains. This allows any malicious website to make cross-origin requests on behalf of authenticated users, potentially enabling privileged actions and exfiltration of sensitive data.

MitigationConfigure CORS to explicitly validate and restrict the Access-Control-Allow-Origin header to only trusted domains, using an explicit allowlist rather than reflecting arbitrary Origins back to the client.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Hcl Devops DeployApplication
Affected:>= 8.1.0.0, < 8.1.2.7>= 8.2.0.0, < 8.2.2.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed HCL DevOps Deploy version
    Check the product version through the admin console UI (typically at /ibm/console or /deployit), or check version files in the installation directory such as version.txt or about.properties in the installation root
    Affected if Version is >= 8.1.0.0 and < 8.1.2.7, OR >= 8.2.0.0 and < 8.2.2.0
  2. Locate CORS configuration
    Search for CORS-related settings in the server configuration files - typically in server.xml, web.xml, or dedicated cors.xml files within the installation conf directory, or check for custom CORS filter configurations
    Affected if CORS configuration exists and allows cross-origin requests from any domain
  3. Inspect Access-Control-Allow-Origin header handling
    Examine the CORS configuration to determine how the Access-Control-Allow-Origin header is set - look for whether it uses an explicit allowlist or reflects the Origin header value from incoming requests
    Affected if The configuration reflects the Origin header value back to the client (e.g., uses 'Origin' from request instead of a fixed allowlist) or does not validate against an allowlist
  4. Verify Origin header validation
    Send a test request with a malicious Origin header (e.g., Origin: http://malicious-site.com) and inspect the response headers to see if the server returns Access-Control-Allow-Origin with that arbitrary origin
    Affected if The server returns the arbitrary Origin in the Access-Control-Allow-Origin header without validation

You are affected if your installed version falls within the affected ranges AND the CORS configuration does not validate the Origin header against a trusted allowlist, instead reflecting arbitrary Origins back to clients.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 8.1.2.7 / 8.2.2.0 or later
Fixed in 8.1.2.78.2.2.0
Interim mitigation

Configure CORS to explicitly validate and restrict the Access-Control-Allow-Origin header to only trusted domains, using an explicit allowlist rather than reflecting arbitrary Origins back to the client.

Recommended fix High confidence

8.1.2.7 for 8.1.x users; 8.2.2.0 for 8.2.x users

  1. Identify your current version of HCL DevOps Deploy by checking the product UI or installation directory
  2. If running version 8.1.0.0 through 8.1.2.6, upgrade to version 8.1.2.7 or later
  3. If running version 8.2.0.0 through 8.2.1.x, upgrade to version 8.2.2.0 or later
  4. Download the appropriate fix from support.hcl-software.com
  5. Backup your current installation and configuration before upgrading
  6. Install the upgraded version following HCL's standard installation procedures
  7. Verify the CORS configuration is now restricted to trusted domains only
  8. Test that legitimate cross-origin requests from trusted domains still function correctly
Caveat Patch version upgrades typically retain backward compatibility; review release notes for any configuration changes

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Hcl Devops Deploy Scoped from the published advisory
  • Consultation3.0 h
  • Implementation2.0 h
  • Testing3.0 h
  • Review / QA2.0 h
10.0 hours of engineering $1,770
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,832.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-56458 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-56458 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data