Soumettre #578019: https://github.com/calmkart Django-sso-server master CWE-326: Inadequate Encryption Strengthinformation

Titrehttps://github.com/calmkart Django-sso-server master CWE-326: Inadequate Encryption Strength
DescriptionIn file common/crypto.py ```common/crypto.py def gen_rsa_keys(self): rsa = RSA.generate(1024, self.random_generator) private_pem = rsa.exportKey() public_pem = rsa.publickey().exportKey() return (private_pem, public_pem) ``` CWE-326: Inadequate Encryption Strength + Description The product stores or transmits sensitive data using an encryption scheme that is theoretically sound, but is not strong enough for the level of protection required.
La source⚠️ https://github.com/calmkart/Django-sso-server
Utilisateur
 dev03303 (UID 85336)
Soumission15/05/2025 10:26 (il y a 1 Année)
Modérer17/05/2025 11:55 (2 days later)
StatutAccepté
Entrée VulDB309448 [calmkart Django-sso-server common/crypto.py gen_rsa_keys chiffrement faible]
Points20

Want to know what is going to be exploited?

We predict KEV entries!