CVE-2026-90571
Received Received - Intake

Cross-Site Scripting in Exrick xmall Order Printing

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

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulDB

Description

A vulnerability was found in Exrick xmall up to 19e7917d5ed3bd2a2421a3a246ad494c133ba94c. Impacted is an unknown function of the file xmall-manager-web/src/main/webapp/WEB-INF/jsp/order-print.jsp of the component Order Printing. Performing a manipulation results in cross site scripting. Remote exploitation of the attack is possible. This product follows a rolling release approach for continuous delivery, so version details for affected or updated releases are not provided. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
exrick xmall to 19e7917d5ed3bd2a2421a3a246ad494c133ba94c (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-90571 is a stored cross-site scripting (XSS) vulnerability in the Exrick xmall e-commerce platform. It occurs in the order printing page where malicious scripts injected into order fields like streetName or productName are stored in the database without sanitization. When a backend user accesses the order printing page, the stored values are rendered unsafely in HTML, executing the scripts in the user's browser.

Detection Guidance

To detect this XSS vulnerability in xmall, inspect the order-print.jsp page for unsanitized user input rendering. Check if the streetName or goodsList[*].productName fields in order creation store raw HTML. Use browser developer tools to inspect the order-print.jsp page for direct .html() usage or string concatenation of user-provided data.

Impact Analysis

This vulnerability can lead to session hijacking or unauthorized data manipulation if a backend user opens a malicious order. Attackers can exploit it to execute scripts in the victim's browser, potentially stealing sensitive data or performing actions on behalf of the user.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA due to the cross-site scripting (XSS) flaw allowing unauthorized data manipulation and session hijacking. If a backend user's session is compromised, sensitive data like personal or health information could be accessed or altered, violating confidentiality requirements under these regulations.

Mitigation Strategies

Sanitize input during order creation by validating streetName and goodsList[*].productName fields. Replace .html() with .text() in order-print.jsp to prevent script execution. Enforce server-side validation of user identity and product details. Add input length and value constraints. Test data flow from frontend to backend to ensure no unsanitized data reaches the printing page.

Chat Assistant

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

EPSS Chart