SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-71803

MEDIUM · CVSS 5.4 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The money-pos 1.0 application is vulnerable to a stored Cross-Site Scripting (XSS) attack due to inadequate filtering of the goodsName parameter in the order log description. This flaw allows an attacker with product creation privileges to inject malicious JavaScript, which can lead to unauthorized code execution when an administrator accesses the order logs. Organizations using this Java application should prioritize addressing this vulnerability to protect against potential exploitation and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
code execution
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71803
Severity
MEDIUM
CVSS
5.4
EPSS
0.19%
Java

Original NVD 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.