In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Improper Input Validation vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for RHEL:7
python-tools
.
Note: Versions mentioned in the description apply only to the upstream python-tools
package and not the python-tools
package as distributed by RHEL
.
See How to fix?
for RHEL:7
relevant fixed versions and status.
The Python standard library functions urllib.parse.urlsplit
and urlparse
accepted domain names that included square brackets which isn't valid according to RFC 3986. Square brackets are only meant to be used as delimiters for specifying IPv6 and IPvFuture hosts in URLs. This could result in differential parsing across the Python URL parser and other specification-compliant URL parsers.