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

Debug mode can leak sensitive variables to log file via generated code #4964

Closed
andrewvc opened this issue Apr 1, 2016 · 0 comments
Closed

Comments

@andrewvc
Copy link
Contributor

andrewvc commented Apr 1, 2016

When run in debug mode logstash will print out its full pipeline ruby source which includes all arguments to filters, including password fields, in plaintext.

@andrewvc andrewvc self-assigned this Apr 1, 2016
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 1, 2016
We now hide this because displaying it is dangerous. Generated code
may contain plaintext copies of 'password' type fields. Users can
force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 1, 2016
We now hide this because displaying it is dangerous. Generated code
may contain plaintext copies of 'password' type fields. Users can
force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 1, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 1, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 1, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 1, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 1, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 1, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 1, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 3, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 3, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 3, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 4, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
elasticsearch-bot pushed a commit that referenced this issue Apr 4, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes #4964

Fixes #4965
elasticsearch-bot pushed a commit that referenced this issue Apr 4, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes #4964

Fixes #4987
elasticsearch-bot pushed a commit that referenced this issue Apr 4, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes #4964

Fixes #4987
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 4, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 4, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 5, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
andrewvc added a commit to andrewvc/logstash that referenced this issue Apr 5, 2016
We now hide this because displaying it is dangerous. Generated code
and other AST data may contain plaintext copies of 'password' type fields.
Users can force this to appear with the --debug-config flag.

Fixes elastic#4964
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