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 "scapy-ssl_tls/scapy_ssl_tls/ssl_tls_crypto.py", I have identified security vulnerabilities about insecure cryptographic algorithm. PKCS1v1.5 is vulnerable to the chosen-ciphertext attack.
Description:
In the "scapy-ssl_tls/scapy_ssl_tls/ssl_tls_crypto.py", I have identified security vulnerabilities about insecure cryptographic algorithm. PKCS1v1.5 is vulnerable to the chosen-ciphertext attack.
Location:
https://github.com/tintinweb/scapy-ssl_tls/blob/master/scapy_ssl_tls/ssl_tls_crypto.py#L407
https://github.com/tintinweb/scapy-ssl_tls/blob/master/scapy_ssl_tls/ssl_tls_crypto.py#L541
Reference
Recommendations:
Try using other padding(OAEP) instead of PKCS1v1.5.
The text was updated successfully, but these errors were encountered: