Home / Vulnerability Database / Python : Insecure stream encryption
Python
Python : Insecure stream encryption
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
OWASP MASVS
OWASP ASVS
HIPAA
CWE
Overview
Stream cipher is used. This protection may not be sufficient when encrypting data will be stored on the disk, or if the key is used more than once.
Stream ciphers are vulnerable to “key reuse” attack (the “two-time pad” attack). This means that if the same key is used more than once, an attacker can get an open XOR text, by applying the XOR operation to two different encrypted texts. This will allow to get back the original text.
Sensitive Data Exposure vulnerabilities take the third place in the “OWASP Top 10 2017” web-application vulnerabilities ranking.
CRITICAL
DerScanner Severity Score
Do you want to fix Python : Insecure stream encryption in your application?
See also
Python
Python : Debug mode on
Python
Python : Web3: Deprecated method
Python
