VYPR
Unrated severityNVD Advisory· Published Mar 3, 2023· Updated Nov 25, 2024

Zhong Bang CRMEB Java list sql injection

CVE-2023-1165

Description

SQL injection in CRMEB Java 1.3.4's /api/admin/system/store/order/list endpoint via the keywords parameter allows remote attackers to execute arbitrary SQL commands.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

SQL injection in CRMEB Java 1.3.4's /api/admin/system/store/order/list endpoint via the keywords parameter allows remote attackers to execute arbitrary SQL commands.

Vulnerability

An SQL injection vulnerability exists in Zhong Bang CRMEB Java version 1.3.4. The flaw resides in the /api/admin/system/store/order/list endpoint, specifically within the keywords parameter. The backend code in com/zbkj/admin/controller/SystemWriteOffOrderController.java and com/zbkj/service/service/impl/StoreOrderServiceImpl.java concatenates the keywords value directly into an SQL query without proper sanitization or parameterization, leading to SQL injection [1].

Exploitation

An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable endpoint with malicious SQL payloads in the keywords parameter. No authentication is required, as the endpoint is accessible to any network user. The exploit has been publicly disclosed, increasing the risk of active attacks [1].

Impact

Successful exploitation allows an attacker to execute arbitrary SQL commands on the underlying database. This can lead to unauthorized access to sensitive data, including user credentials, order information, and other administrative data. The attacker may also be able to modify or delete database records, potentially compromising the entire application and its data integrity.

Mitigation

As of the publication date (2023-03-03), no official patch has been released for this vulnerability. The vendor should update the affected code to use parameterized queries or prepared statements to prevent SQL injection. In the absence of a fix, administrators should restrict network access to the admin API endpoints and implement input validation and sanitization for the keywords parameter. This CVE is not listed in the Known Exploited Vulnerabilities (KEV) catalog.

AI Insight generated on May 25, 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-fuzzy2 versions
    =1.3.4+ 1 more
    • (no CPE)range: =1.3.4
    • (no CPE)range: 1.3.4

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.