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

security vulnerability: OAuth/Message.php::setParameters() #8

Open
dkaye opened this issue Aug 23, 2009 · 0 comments
Open

security vulnerability: OAuth/Message.php::setParameters() #8

dkaye opened this issue Aug 23, 2009 · 0 comments

Comments

@dkaye
Copy link

dkaye commented Aug 23, 2009

The method OAuth/Message.php::setParameters() will overwrite any class properties with the same name as an HTTP GET/POST parameter. Suggest (a) add a test for
if (isset($this->$name))
and (b) assigning default values to all class properties that shouldn't be allowed to be replaced by HTTP parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant