First published: Tue Oct 24 2017(Updated: )
networking.c in Redis before 3.2.7 allows "Cross Protocol Scripting" because it lacks a check for POST and Host: strings, which are not valid in the Redis protocol (but commonly occur when an attack triggers an HTTP request to the Redis TCP port).
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Redis Labs Redis | <3.2.7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2016-10517 is considered a medium severity vulnerability due to the potential for Cross Protocol Scripting.
To fix CVE-2016-10517, upgrade to Redis version 3.2.7 or later.
CVE-2016-10517 affects all versions of Redis before 3.2.7.
CVE-2016-10517 is a Cross Protocol Scripting vulnerability that can lead to unexpected behavior in Redis.
Yes, CVE-2016-10517 can be triggered by HTTP requests that include invalid POST and Host: strings in the Redis protocol.