Zhong Bang CRMEB Java save cross site scripting
Description
A stored cross-site scripting vulnerability in /api/admin/store/product/save of CRMEB Java <=1.3.4 allows remote attackers to inject arbitrary web scripts.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A stored cross-site scripting vulnerability in /api/admin/store/product/save of CRMEB Java <=1.3.4 allows remote attackers to inject arbitrary web scripts.
Vulnerability
The /api/admin/store/product/save endpoint in CRMEB Java up to version 1.3.4 does not properly sanitize user input, leading to a stored cross-site scripting (XSS) vulnerability. An attacker can inject malicious scripts via parameters such as storeName, storeInfo, or other fields that are stored and later rendered in the admin panel. The issue is disclosed in the GitHub issue tracker [1].
Exploitation
An attacker needs network access to the admin API endpoint and a valid admin session token for authentication. By sending a POST request to /api/admin/store/product/save with a payload containing HTML and JavaScript (e.g., ``), the script is stored in the database. When an administrator views the affected product page, the script executes.
Impact
Successful exploitation leads to arbitrary JavaScript execution in the context of the admin's browser. This can result in session hijacking, defacement, or theft of sensitive data displayed in the admin interface. The attacker gains the ability to perform actions on behalf of the authenticated admin.
Mitigation
The vendor has not released a patched version as of the publication date. Users are advised to sanitize input parameters on the server side or apply input validation filters. Upgrading to a newer version if available is recommended. The vulnerability is publicly known, and exploit details are available [1].
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2<=1.3.4+ 1 more
- (no CPE)range: <=1.3.4
- (no CPE)range: 1.3.0
Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
3- github.com/crmeb/crmeb_java/issues/12mitreexploitissue-tracking
- vuldb.commitresignaturepermissions-required
- vuldb.commitrevdb-entrytechnical-description
News mentions
0No linked articles in our index yet.