CVE-2026-75170
Received Received - Intake

Cross-Site Scripting in HubCore Platform

Vulnerability report for CVE-2026-75170, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
hubcore hubcore 14.1.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a cross-site scripting (XSS) vulnerability in the HubCore platform version 14.1.1. It allows a remote unauthenticated attacker to inject arbitrary JavaScript code into the application's response through the 'language' parameter in the /loginController/doLogin endpoint.

Detection Guidance

To detect this XSS vulnerability in the HubCore platform, monitor HTTP POST requests to the /loginController/doLogin endpoint for the 'language' parameter. Use tools like curl to send test payloads containing JavaScript snippets and check if the response reflects the injected code. Example: curl -X POST -d 'language=<script>alert(1)</script>' http://target/loginController/doLogin

Impact Analysis

An attacker could exploit this to execute malicious scripts in a user's browser, potentially stealing session cookies, redirecting users to phishing sites, or performing actions on behalf of the user without their knowledge.

Compliance Impact

This vulnerability could lead to unauthorized access to user data, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information if such data is processed by the platform.

Mitigation Strategies

Immediately update the HubCore platform to a patched version if available. As a temporary fix, implement input validation and output encoding for the 'language' parameter in the /loginController/doLogin endpoint. Restrict HTTP POST requests to trusted sources and monitor for suspicious activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75170. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart