LiveActive security incident?Get immediate response
CVE Record

CVE-2021-27786: HCL OneTest Server is vulnerable to Cross Origin Resource Sharing: Arbitrary Origin Trusted

Cross-origin resource sharing (CORS) enables browsers to perform cross domain requests in a controlled manner. This request has an Origin header that identifies the domain that is making the initial request and defines the protocol between a browser and server to see if the request is allowed. An attacker can take advantage of this and possibly carry out privileged actions and access sensitive information when the Access-Control-Allow-Credentials is enabled.

MediumCVSS 4.6Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

HCL OneTest Server versions 10.0, 10.1, and 10.2 can trust arbitrary cross-origin browser requests. If credentials are allowed, an attacker may abuse a user’s browser session to access sensitive information or perform privileged actions. The published severity is medium, with limited confidentiality and integrity impact and no stated availability impact.

Executive priority

Treat this as a moderate-priority application security fix. It is not listed as actively exploited, but affected authenticated systems may expose sensitive data or allow unwanted actions through a user’s browser session.

Technical view

This is a CWE-942 CORS misconfiguration in HCL OneTest Server. The CVSS 3.1 vector is AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N, score 4.6. Exploitation requires network access, low privileges, and user interaction. The source bundle does not name fixed versions or a specific patch.

Likely exposure

Exposure is limited to organizations running HCL OneTest Server 10.0, 10.1, or 10.2, especially browser-accessible deployments where credentialed CORS is enabled.

Exploitation context

The source bundle does not cite active exploitation, and CISA KEV is false. The attack model requires user interaction and low privileges, which reduces urgency but still matters for authenticated environments handling sensitive test assets or operational data.

Researcher notes

Evidence is limited to the CVE record and HCL reference. Do not assume exploit availability or fixed versions from the provided sources. Focus validation on CWE-942 behavior, credentialed CORS, affected versions, and whether HCL’s advisory provides supported remediation.

Mitigation direction

  • Review HCL advisory KB0098603 for vendor-supported remediation guidance.
  • Inventory and prioritize affected OneTest Server versions 10.0, 10.1, and 10.2.
  • Restrict OneTest Server access to trusted networks and authenticated users.
  • Disable arbitrary-origin credentialed CORS where vendor-supported.
  • Apply vendor-provided updates or configuration changes when confirmed.

Validation and detection

  • Identify all HCL OneTest Server deployments and recorded versions.
  • Confirm whether versions 10.0, 10.1, or 10.2 are present.
  • Review CORS responses for arbitrary origin trust in credentialed browser contexts.
  • Check whether Access-Control-Allow-Credentials is enabled on affected responses.
  • Validate remediation against HCL KB0098603 and retest CORS behavior.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-942: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-27786 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.6 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
4.6CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N2.12.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.6Medium
CVSS 3.1 vector shape for CVE-2021-27786Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HCL SoftwareHCL OneTest Server10.0, 10.1, 10.2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-942 · source CWE mapping

Permissive Cross-domain Security Policy with Untrusted Domains

Permissive Cross-domain Security Policy with Untrusted Domains represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.