Skip to content
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

Password field submitted using GET method #10320

Closed
Showian opened this issue Jul 17, 2016 · 5 comments
Closed

Password field submitted using GET method #10320

Showian opened this issue Jul 17, 2016 · 5 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@Showian
Copy link

Showian commented Jul 17, 2016

Vulnerability description

This form submits user data using the GET method, therefore the contents of the password field will appear in the URL. Sensitive information should not be passed via the URL. URLs could be logged or leaked via the Referer header.

@sgiehl
Copy link
Member

sgiehl commented Jul 17, 2016

which form do you mean exactly? Login form, user data form,... ?

@Showian
Copy link
Author

Showian commented Jul 17, 2016

Login form

@sgiehl sgiehl added the answered For when a question was asked and we referred to forum or answered it. label Jul 17, 2016
@sgiehl
Copy link
Member

sgiehl commented Jul 17, 2016

that's not correct, Looking at the rendered HTML of http://demo.piwik.org/index.php?module=Login there is a method="post":

<form name="login_form" id="login_form" method="post" ng-non-bindable="">

@sgiehl sgiehl closed this as completed Jul 17, 2016
@Showian
Copy link
Author

Showian commented Jul 19, 2016

form name: ""
form action: ""
password input: "form_password"
Im sure about this because i scanned by Acunetix, you can test by your own

@blueelvis
Copy link
Contributor

blueelvis commented Jul 19, 2016

@Showian - I just checked the form and like Stefan said, the form sends data over POST. Below is the source code I get in my browser -

http://pastebin.com/K3WbgFMe

Maybe a false positive from Acunetix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

3 participants