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

Session token may be filtered by input validator #696

Open
GoogleCodeExporter opened this issue Jul 19, 2015 · 0 comments
Open

Session token may be filtered by input validator #696

GoogleCodeExporter opened this issue Jul 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. get a random session token from PWM
2. follow the redirect to validate your client
3. the session token after the redirect will be filtered if it contains the 
string "href"

What version of PWM are you using?
trunk

Please paste any error log messages below:

The session validation token contains the keyword “href” which is 
considered malicious by the input validator, therefore the input is discarded 
before the session validator can process it and the user ends in a redirect 
loop.

2015-03-06 07:55:39, WARN , pwm.Validator, removing potentially malicious 
string values from input, converting 
'vUzSjfRR2RNB2tHReFJnzKhmwNJw25nt14bedde39f2' newValue=' 
pattern='(?s)(?i).href.'

Original issue reported on code.google.com by [email protected] on 24 Jun 2015 at 1:11

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

No branches or pull requests

1 participant