mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
832 B
Markdown
18 lines
832 B
Markdown
### [CVE-2024-24003](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-24003)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
jshERP v3.3 is vulnerable to SQL Injection. The com.jsh.erp.controller.DepotHeadController: com.jsh.erp.utils.BaseResponseInfo findInOutMaterialCount() function of jshERP does not filter `column` and `order` parameters well enough, and an attacker can construct malicious payload to bypass jshERP's protection mechanism in `safeSqlParse` method for sql injection.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/jishenghua/jshERP/issues/99
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|