Zhong Bang CRMEB Java list getAdminList sql injection
Description
SQL injection in CRMEB Java up to 1.3.4 via cateId parameter in /api/admin/store/product/list allows remote authenticated attackers to execute arbitrary SQL.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in CRMEB Java up to 1.3.4 via cateId parameter in /api/admin/store/product/list allows remote authenticated attackers to execute arbitrary SQL.
Vulnerability
A SQL injection vulnerability exists in Zhong Bang CRMEB Java up to version 1.3.4. The flaw lies in the getAdminList function of the file /api/admin/store/product/list. The cateId parameter is directly concatenated into SQL queries without proper sanitization, allowing injection of arbitrary SQL statements. The affected component is the admin product list endpoint, which requires authentication to access [1].
Exploitation
An attacker with valid admin credentials can exploit this vulnerability by sending a crafted HTTP GET request to /api/admin/store/product/list with a malicious cateId parameter. The request includes an Authorization header, but no other special conditions are required. The injection occurs server-side when the cateId value is used in SQL statements without parameterization [1].
Impact
Successful exploitation allows the attacker to execute arbitrary SQL commands, which can lead to data exfiltration, modification, or deletion. The reference indicates that code execution may also be possible, potentially resulting in full server compromise. The impact is severe due to the critical nature of the vulnerability and the remote attack vector [1].
Mitigation
As of the disclosure date (2023-03-23), no official patch has been published. Users are advised to upgrade to a version beyond 1.3.4 if available. In the absence of a patch, implement strict input validation and use parameterized queries to prevent SQL injection. Additionally, restrict access to the admin interface and consider using a web application firewall to filter malicious payloads [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/11mitreexploitissue-tracking
- vuldb.commitresignaturepermissions-required
- vuldb.commitrevdb-entrytechnical-description
News mentions
0No linked articles in our index yet.