You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "cryptonice/cryptonice/checkport.py", "cryptonice/cryptonice/gethttp.py" and "cryptonice/cryptonice/pwnedkeys.py", I have identified security vulnerabilities about insecure SSL/TLS Verification and configuration. Bypassing certificate verification or accepting all host names are considered insecure. "ssl._create_unverified_context()" shouldn't be used to create SSL/TLS context.
Description:
In the "cryptonice/cryptonice/checkport.py", "cryptonice/cryptonice/gethttp.py" and "cryptonice/cryptonice/pwnedkeys.py", I have identified security vulnerabilities about insecure SSL/TLS Verification and configuration. Bypassing certificate verification or accepting all host names are considered insecure. "ssl._create_unverified_context()" shouldn't be used to create SSL/TLS context.
Location:
https://github.com/F5-Labs/cryptonice/blob/master/cryptonice/pwnedkeys.py#L10
https://github.com/F5-Labs/cryptonice/blob/master/cryptonice/gethttp.py#L124
https://github.com/F5-Labs/cryptonice/blob/master/cryptonice/checkport.py#L25
Reference
Recommendations:
Use a SECURE SSL context with proper verification.
The text was updated successfully, but these errors were encountered: