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 "lemur/lemur/common/utils.py", I have identified a security vulnerability about insecure cryptographic padding. PKCS1v1.5 is vulnerable to the chosen-ciphertext attack.
Description:
In the "lemur/lemur/common/utils.py", I have identified a security vulnerability about insecure cryptographic padding. PKCS1v1.5 is vulnerable to the chosen-ciphertext attack.
Location:
https://github.com/Netflix/lemur/blob/master/lemur/common/utils.py#L281
Reference
Recommendations:
Try using other padding(OAEP) instead of PKCS1v1.5.
The text was updated successfully, but these errors were encountered: