YiDacms最新版漏洞大礼包

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: YiDacms最新版漏洞大礼包 ### 详细说明: 易达CMS 企业建站系统 当前最新版本是:YidaCms X3.2(20140718)版 这里我们主要看看后台比较严重的漏洞 关于xss和sql注入我们就不多讲了,后台的SQL注入很多都没有用全局过滤,导致sql注入 首先来看看第一处目录遍历,任意文件读取,拿shell: 文件/Yidacms/admin/admin_fso.asp: ``` ElseIf action = ("Edit") then'读取文件 Dim FileAll FilePath = Trim(Request.Form("ThisDir")) FileName = Trim(Request.Form("FileId")) FilePath1 = Server.MapPath(""&webpath&"template/") & FilePath & "\" & FileName If Fso.FileExists(FilePath1) then Set FileOpen = Fso.OpenTextFile (FilePath1,1) FileAll = FileOpen.ReadAll FileOpen.close If IsReplace then FileAll = Replace(FileAll,"textarea","\\textarea\\") Else Response.write "<script>alert('发生错误,文件已经被删除或者损坏!');location.replace('admin_fso.asp');</script>" End If ``` 这里在读取文件时,没有任何过滤处理,直接拼接文件路径,然后直接读取,显示 这里我们读取inc/db.asp文件,敏感信息都在这里了: [<img src="https://images.seebug.org/upload/201408/271637207246f387b354f01488c4f87c8f7072b3.png" alt="100.png" width="600"...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息