Description
HCL Aftermarket EPC is vulnerable to attack as the application implements an HTML5 cross-origin resource sharing (CORS) policy for this request that allows access from any domain (*-Wildcard).
Published: 2026-07-17
Score: 4.2 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from a CORS misconfiguration where the HCL Aftermarket EPC application sets the Access‑Control‑Allow‑Origin header to a wildcard (*), permitting any external origin to receive data from the endpoint. This flaw is classified as CWE‑942 and, while it does not enable code execution or denial of service, it creates a confidentiality risk by allowing third‑party sites to read sensitive responses. Based on the description, the likely attack vector is a simple client‑side request: an attacker hosts a malicious web page that issues an XMLHttpRequest or fetch to the vulnerable endpoint, automatically receiving the unrestricted response data without any authentication requirement.

Affected Systems

The affected product is HCL Software Aftermarket EPC. No specific versions are listed in the advisory, so all installations of Aftermarket EPC are treated as potentially vulnerable until the vendor releases a fix. There is no indication that the issue is limited to particular modules or configuration settings.

Risk and Exploitability

The CVSS score of 4.2 places this issue in the moderate range. The EPSS score of <1% indicates a very low likelihood of exploitation, and the flaw is not listed in CISA’s KEV catalog. Attackers can exploit it by hosting a malicious web page that makes requests to the vulnerable endpoint; the response headers permit any origin to read the data. No additional prerequisites beyond normal network connectivity appear to be required.

Generated by OpenCVE AI on August 5, 2026 at 02:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the vendor’s support portal for any available updates or advisories for HCL Aftermarket EPC that address the CORS configuration.
  • When a patch or update becomes available, deploy it to all affected installations to replace the wildcard header with a domain‑whitelist or equivalent secure configuration.
  • In the absence of an official fix, consider reconfiguring the application or web server to inspect the Origin header and reject requests from unknown origins, limiting the exposure to trusted domains.

Generated by OpenCVE AI on August 5, 2026 at 02:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 02:45:00 +0000

Type Values Removed Values Added
Title CORS Misconfiguration Exposes Sensitive Data in HCL Aftermarket EPC

Wed, 29 Jul 2026 02:30:00 +0000

Type Values Removed Values Added
Title CORS Misconfiguration Exposes Sensitive Data in HCL Aftermarket EPC

Sun, 26 Jul 2026 09:45:00 +0000

Type Values Removed Values Added
Title Unrestricted Cross-Origin Resource Sharing (CORS) Misconfiguration in HCL Aftermarket EPC

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Hclsoftware
Hclsoftware aftermarket Epc
Vendors & Products Hclsoftware
Hclsoftware aftermarket Epc

Wed, 22 Jul 2026 03:15:00 +0000

Type Values Removed Values Added
Title Unrestricted Cross-Origin Resource Sharing (CORS) Misconfiguration in HCL Aftermarket EPC

Fri, 17 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 17 Jul 2026 14:15:00 +0000

Type Values Removed Values Added
Description HCL Aftermarket EPC is vulnerable to attack as the application implements an HTML5 cross-origin resource sharing (CORS) policy for this request that allows access from any domain (*-Wildcard).
Weaknesses CWE-942
References
Metrics cvssV3_1

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


Subscriptions

Hclsoftware Aftermarket Epc
cve-icon MITRE

Status: PUBLISHED

Assigner: HCL

Published:

Updated: 2026-07-17T15:22:55.528Z

Reserved: 2024-01-18T07:29:59.077Z

Link: CVE-2024-23578

cve-icon Vulnrichment

Updated: 2026-07-17T15:22:49.713Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T02:30:03Z

Weaknesses
  • CWE-942

    Permissive Cross-domain Security Policy with Untrusted Domains