CVE-2026-90571 Details
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.
A cross-site scripting (XSS) vulnerability has been identified in the Exrick xmall application, specifically in the order printing component of the xmall-manager-web module. The issue arises from an unknown function in the order-print.jsp file, where user-controlled data is improperly sanitized before being rendered. This vulnerability allows for the injection of malicious scripts that can be executed in the context of the user's browser session. The problem is present in versions of the application prior to the latest commit on July 28, 2021.
It is recommended to sanitize and validate all user input on the server side before storing it in the database. During the order printing process, use methods that render text safely, such as text() or textContent, instead of HTML() which can execute scripts. Additionally, implement checks to ensure that order data is retrieved from trusted sources.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 13, 2026CISA-ADP
Assessed Sep 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/Exrick/xmall/ | [email protected] | ProductVendor |
| https://github.com/Exrick/xmall/issues/104 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://vuldb.com/cve/CVE-2026-90571 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/submit/912676 | [email protected] | Issue TrackingPermission Required |
| https://vuldb.com/vuln/403156 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/403156/cti | [email protected] | Content Wall |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | [email protected] |
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Exrick xmall | <= 19e7917d5ed3bd2a2421a3a246ad494c133ba94c |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 13, 2026 | New CVE Received | [email protected] |
Volerion