| Title | lmxcms V1.41 存在sql注入 |
|---|
| Description | 在lmxcms的1.41版本中,在c目录下的admin文件中有一个名为BookAction.class.php的文件,在这个文件中函数 reply() 接受参数id,然后传入到getReply,我们继续跟进,传入到selectModel,继续跟进到selectDB,最终执行sql语句:$sql="SELECT $field FROM ".DB_PRE."$tab$force $sqlStr"; 在此过程中,对接受的参数id没有任何过滤。这是一个后台注入,注入点测试url为 http://x.x.x.x/admin.php?m=book&a=reply&id=1) and updatexml(0,concat(0x7e,user()),1)# |
|---|
| Source | ⚠️ http://www.lmxcms.com/ |
|---|
| User | p1nk (UID 40417) |
|---|
| Submission | 03/09/2023 13:35 (3 years ago) |
|---|
| Moderation | 03/10/2023 16:45 (1 day later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 222728 [lmxcms 1.41 BookAction.class.php reply ID sql injection] |
|---|
| Points | 17 |
|---|