CVE-2023-41543(JeecgBoot Sql Injection)
Description
JEECG Boot v3.5.3 was discovered to contain a SQL injection in /sys/replicate/check
Affected version
JeecgBoot <= v3.5.3
Vulnerability Analysis
It was found that the framework has protected the original SQL injection by adding a blacklist. The blacklist is as follows:
“exec|peformance_schema|information_schema|extractvalue|updatexml|geohash|gtid_subset|gtid_subtract| insert | alter | delete | grant | update | drop | chr | mid | master | truncate | char | declare |user()|”;
Therefore, it is possible to directly construct payloads outside of the blacklist to bypass existing protective measures,As I mentioned in the report
1 |
|
Exp
The complete utilization script is as follows
1 |
|
CVE-2023-41543(JeecgBoot Sql Injection)
https://pho3n1x-web.github.io/2023/09/18/CVE-2023-41543(JeecgBoot_sql)/