CVE-2026-71803 Details
Description
money-pos 1.0 contains a stored Cross-Site Scripting (XSS) vulnerability. When processing returns, the backend fails to filter or escape the goodsName parameter, directly concatenating it into the order log description; the frontend subsequently renders this content using v-html. An attacker with product creation privileges can inject a malicious JavaScript payload, causing unauthorized code execution when an administrator views the order logs.
A stored cross-site scripting vulnerability has been identified in version 1.0 of the Maini POS system. The issue arises when the backend processes return items; it fails to properly filter or escape the 'goodsName' parameter. This unvalidated input is directly added to the order log description, which the frontend then renders using 'v-html'. As a result, an attacker with the ability to create products can inject malicious JavaScript that executes when an administrator views the order logs.
To address this vulnerability, sanitize the 'goodsName' input before logging it, using a method to escape HTML. Alternatively, the frontend can be modified to use standard text interpolation instead of 'v-html', which would prevent the execution of injected scripts.
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 9, 2026CISA-ADP
Assessed Sep 10, 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/W000i/vuln/issues/7 | CISA-ADP | ExploitIssue TrackingRemedy |
| https://github.com/W000i/vuln/issues/7 | [email protected] | ExploitIssue TrackingRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-79 | Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| money-pos | 1.0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 10, 2026 | CVE Modified | CISA-ADP |
| Sep 9, 2026 | New CVE Received | [email protected] |
Volerion