Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-71803 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References 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.

URLSource(s)Tag(s)
https://github.com/W000i/vuln/issues/7 CISA-ADPExploitIssue TrackingRemedy
https://github.com/W000i/vuln/issues/7 [email protected]ExploitIssue TrackingRemedy

Weakness Enumeration

CWE-IDCWE NameSource
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')CISA-ADP

Affected Products

ProductVersions
money-pos
1.0

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:moderate effort

    Use org.springframework.web.util.HtmlUtils to sanitize input before logging: String safeGoodsName = HtmlUtils.htmlEscape(orderDetail.getGoodsName()); log.setDescription("\u003cspan style=\"color:red\"\u003e退货\u003c/span\u003e" + safeGoodsName + " X " + returnQty);

  • Workaround:moderate effort

    Replace v-html with standard text interpolation in detail.vue: \u003cspan{{ row.description }}\u003e\u003c/span\u003e

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-71803
NVD Published Date:
Sep 9, 2026
NVD Last Modified:
Sep 10, 2026
Source:
[email protected]
CVE-2026-71803 Details - Not Deferred