大汉版通JCMS系统SQL注射

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

### 简要描述: 大汉版通JCMS存在SQL注射漏洞,影响较高版本。 ### 详细说明: 0x1) 还是WebService。大汉版通JCMS系统较高版本(带WebService的)。 该系统WebService部分操作存在SQL注射漏洞。以wsReceive服务的wsGetWeb操作为例,wsGetWeb有4个参数: ``` public String wsGetWeb(String strWebIds, String strLoginId, String strPwd, String strKey) { SysInit.init(); this.clientIp = getClientIpAxis(); OrganizeCatalogAndWebXml blf = new OrganizeCatalogAndWebXml(); if ((this.clientIp == null) || (this.clientIp.length() == 0)) this.clientIp = "无法获取IP地址"; String strRet = blf.getWebs(strWebIds, strLoginId, strPwd, strKey); String strDesc_log = "3,返回JCMS系统中指定网站或所有网站的名称"; Jcms_InterfaceLogBLF logBLF = new Jcms_InterfaceLogBLF(this.strAppId); logBLF.insertLog(strLoginId, strDesc_log, this.clientIp); return strRet; } ``` 进入blf.getWebs(strWebIds, strLoginId, strPwd, strKey): ``` public String getWebs(String webInfos, String strLoginId, String strPwd, String strKey) { ArrayList list = null; Jcms_WebinfomationBLF blf = new Jcms_WebinfomationBLF(this.strAppId); Verify vBlf = new...

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