Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSRF Vulnerability exists in the file of Z-BLOG 1.5.2.1935 官网下载的,版本1.5.2.1935 https://www.zblogcn.com/zblogphp/
一些文件可以直接访问会导致csrf_token泄漏。 例如当zb_users/plugin/AppCentre/theme.js.php被以js文件在script标签加载时, 在自己的页面,可以用这个js来操作自己的dom,这样就会间接泄漏csrftoken
同时后端对新建模版、新建插件正则似乎有点小问题。最终可能导致代码执行。 CSRF Vulnerability exists in the file of Z-BLOG 1.5.2.1935.docx
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
2018-12-19,常规更新修复。非常感谢。
No branches or pull requests
CSRF Vulnerability exists in the file of Z-BLOG 1.5.2.1935
官网下载的,版本1.5.2.1935
https://www.zblogcn.com/zblogphp/
一些文件可以直接访问会导致csrf_token泄漏。

例如当zb_users/plugin/AppCentre/theme.js.php被以js文件在script标签加载时,
在自己的页面,可以用这个js来操作自己的dom,这样就会间接泄漏csrftoken
同时后端对新建模版、新建插件正则似乎有点小问题。最终可能导致代码执行。

CSRF Vulnerability exists in the file of Z-BLOG 1.5.2.1935.docx
The text was updated successfully, but these errors were encountered: