New issue
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
There is a CSRF vulnerability that can add the administrator account #484
Comments
|
Cross-site request forgery, also known as one-click attack or session riding and abbreviated as CSRF (sometimes pronounced sea-surf[1]) or XSRF, is a type of malicious exploit of a website where unauthorized commands are transmitted from a user that the web application trusts.[2] There are many ways in which a malicious website can transmit such commands; specially-crafted image tags, hidden forms, and JavaScript XMLHttpRequests, for example, can all work without the user's interaction or even knowledge. Unlike cross-site scripting (XSS), which exploits the trust a user has for a particular site, CSRF exploits the trust that a site has in a user's browser. |
|
CSRF commonly has the following characteristics: It involves sites that rely on a user's identity. |
|
So it is effective |
|
i see your point, this is a valid issue, we will fix it soon |
|
It's my plesure,thank you! |
editing user now requires csrf token
|
hi @731276192 i just added a patch to the issue. please contact us from the website to add your name here on our list of contributors |
|
Hello, you can use the name AutismJH. And can you apply for a CVE number for me? This is very useful for me now. I would be grateful if I could. thank you |
|
hi @AutismJH , here is the CVE - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-17104 the issue is now fixed and new zip is released , thank you for your report |
|
I have received the notice from CVE, thank you very much, this is very useful to me, thank you. |
After the administrator logged in, open the following page to add an administrator.
POC:
The text was updated successfully, but these errors were encountered: