CVE-2024-25469
Description
SQL injection in CRMEB crmeb_java v1.3.4 allows remote attackers to obtain sensitive info via latitude/longitude parameters.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in CRMEB crmeb_java v1.3.4 allows remote attackers to obtain sensitive info via latitude/longitude parameters.
Vulnerability
A SQL injection vulnerability exists in CRMEB crmeb_java version 1.3.4 and earlier. The flaw is located in the /api/front/store/list endpoint, specifically in the getNearList function. The latitude and longitude parameters are concatenated directly into SQL queries using ${} formatting without proper sanitization or parameterization [1][2]. This allows an attacker to inject arbitrary SQL commands.
Exploitation
An attacker can exploit this vulnerability remotely without authentication by sending a crafted HTTP request to the /api/front/store/list endpoint with malicious SQL payloads embedded in the latitude and longitude parameters. The injected SQL is executed against the backend database, enabling the attacker to manipulate the query [2].
Impact
Successful exploitation leads to SQL injection, which can result in unauthorized disclosure of sensitive information from the database, such as user credentials or personal data. Additionally, depending on the database configuration, the attacker may gain the ability to modify or delete data, and potentially achieve remote code execution [2].
Mitigation
No official patch or fixed version has been disclosed in the available references [1][2]. As a workaround, developers should apply input validation and use parameterized queries or prepared statements to prevent SQL injection. The project is open source, so users are advised to monitor the repository for updates.
- GitHub - crmeb/crmeb_java: Java商城 免费 开源 CRMEB商城JAVA版,SpringBoot + Maven + Swagger + Mybatis Plus + Redis + Uniapp +Vue+elementUI 包含移动端、小程序、PC后台、Api接口;有产品、用户、购物车、订单、积分、优惠券、营销、余额、权限、角色、系统设置、组合数据、可拖拉拽的form表单等模块,大量的减少了二开的成本。
- There is a sql injection vulnerability in the crmeb_java system /api/front/store/list
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2(expand)+ 1 more
- (no CPE)
- (no CPE)range: <=1.3.4
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.