VYPR
Unrated severityNVD Advisory· Published Mar 23, 2023· Updated Aug 2, 2024

Zhong Bang CRMEB Java save cross site scripting

CVE-2023-1609

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
  • Crmeb/Crmeb Javallm-create2 versions
    <=1.3.4+ 1 more
    • (no CPE)range: <=1.3.4
    • (no CPE)range: 1.3.0

Patches

0

No 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

News mentions

0

No linked articles in our index yet.