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

[stable8.2] Add support for Redis password auth #20690

Merged
merged 1 commit into from
Nov 23, 2015

Conversation

PVince81
Copy link
Contributor

Backport of #20193 to stable8.2

Please review and test @LukasReschke @MorrisJobke @icewind1991 @Xenopathic @DeepDiver1975

For enhanced security it is recommended to configure Redis to only accept connections with a password. (http://redis.io/topics/security)

This is especially critical since Redis supports the LUA scripting language and thus a simple SSRF vulnerability (as proven in http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ for example) may lead to a remote code execution.
@icewind1991
Copy link
Contributor

👍 looks good

@karlitschek
Copy link
Contributor

👍

@PVince81
Copy link
Contributor Author

Confirmed working by @beingalink #20652 (comment)

ghost referenced this pull request in owncloud-archive/documentation Nov 23, 2015
Conflicts:
	admin_manual/configuration_files/files_locking_transactional.rst
MorrisJobke added a commit that referenced this pull request Nov 23, 2015
[stable8.2] Add support for Redis password auth
@MorrisJobke MorrisJobke merged commit 76dde0f into stable8.2 Nov 23, 2015
@MorrisJobke MorrisJobke deleted the stable8.2-redis-password branch November 23, 2015 23:03
@lock lock bot locked as resolved and limited conversation to collaborators Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants