Description
Cross-site scripting (XSS) vulnerability in the /loginController/doLogin endpoint of the HubCore platform (version 14.1.1) allows a remote unauthenticated attacker to inject arbitrary JavaScript into the application's response via the language POST parameter.
Published: 2026-09-04
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote Cross‑Site Scripting enabling arbitrary JavaScript execution which may compromise user session integrity.
Action: Immediate Mitigation
AI Analysis

Impact

The HubCore platform version 14.1.1 contains a cross‑site scripting flaw in the /loginController/doLogin endpoint. An unchecked language POST parameter permits a remote, unauthenticated attacker to embed arbitrary JavaScript into the application’s response. Executed code runs in the victim’s browser context, enabling session theft, UI defacement, or phishing, all without needing prior authentication.

Affected Systems

Deployments using HubCore 14.1.1 are affected. No additional vendor or product details are specified in the CVE record.

Risk and Exploitability

The vulnerability is remote and does not require authentication, so attackers can trigger it from any location by posting a malicious request to /loginController/doLogin. Because the POST parameter is not validated or sanitized, exploitation is straightforward. The CVSS score is 6.1, indicating medium severity. The EPSS score is <1%, indicating a very low but nonzero probability of exploitation, and the vulnerability is not listed in CISA KEV.

Generated by OpenCVE AI on September 10, 2026 at 04:03 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑issued patch to fix the XSS flaw in /loginController/doLogin once it becomes available.
  • If a patch is not yet released, mitigate by implementing input validation on the language POST parameter, or use a Web Application Firewall to block requests containing script tags or unexpected payload.
  • Continuously monitor web server logs for abnormal POST requests to /loginController/doLogin that include script tags or suspicious content, and investigate promptly.

Generated by OpenCVE AI on September 10, 2026 at 04:03 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 04:30:00 +0000

Type Values Removed Values Added
Title Remote XSS via Unchecked language Parameter in HubCore 14.1.1 Login Endpoint

Wed, 09 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 09 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Mon, 07 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Hubcore
Hubcore hubcore
Vendors & Products Hubcore
Hubcore hubcore

Fri, 04 Sep 2026 23:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-79

Fri, 04 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
Description Cross-site scripting (XSS) vulnerability in the /loginController/doLogin endpoint of the HubCore platform (version 14.1.1) allows a remote unauthenticated attacker to inject arbitrary JavaScript into the application's response via the language POST parameter.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-09T19:36:55.666Z

Reserved: 2026-08-17T00:00:00.000Z

Link: CVE-2026-75170

cve-icon Vulnrichment

Updated: 2026-09-09T19:36:19.443Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T16:17:59.050

Modified: 2026-09-09T20:20:34.260

Link: CVE-2026-75170

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T04:15:14Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')