It was found that python-rsa is vulnerable to Bleichenbacher timing attacks. An attacker can use this flaw via the RSA decryption API to decrypt parts of the cipher text encrypted with RSA.
Covert timing channels convey information by modulating some aspect of system behavior over time, so that the program receiving the information can observe system behavior and infer protected information.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Python-rsa | Python-rsa_project | 2.1 (including) | 4.7 (excluding) |
Red Hat Ceph Storage 4.3 | RedHat | python-rsa-0:4.8-1.el8cp | * |
Red Hat OpenShift Container Platform 3.11 | RedHat | python-rsa-0:4.5-3.el7 | * |
Red Hat OpenShift Container Platform 4.7 | RedHat | python-rsa-0:4.7-1.el8 | * |
Python-rsa | Ubuntu | bionic | * |
Python-rsa | Ubuntu | devel | * |
Python-rsa | Ubuntu | esm-apps/bionic | * |
Python-rsa | Ubuntu | esm-apps/focal | * |
Python-rsa | Ubuntu | esm-apps/jammy | * |
Python-rsa | Ubuntu | esm-apps/xenial | * |
Python-rsa | Ubuntu | esm-infra-legacy/trusty | * |
Python-rsa | Ubuntu | focal | * |
Python-rsa | Ubuntu | groovy | * |
Python-rsa | Ubuntu | hirsute | * |
Python-rsa | Ubuntu | impish | * |
Python-rsa | Ubuntu | jammy | * |
Python-rsa | Ubuntu | kinetic | * |
Python-rsa | Ubuntu | lunar | * |
Python-rsa | Ubuntu | trusty | * |
Python-rsa | Ubuntu | trusty/esm | * |
Python-rsa | Ubuntu | upstream | * |
Python-rsa | Ubuntu | xenial | * |
In some instances, knowing when data is transmitted between parties can provide a malicious user with privileged information. Also, externally monitoring the timing of operations can potentially reveal sensitive data. For example, a cryptographic operation can expose its internal state if the time it takes to perform the operation varies, based on the state. Covert channels are frequently classified as either storage or timing channels. Some examples of covert timing channels are the system’s paging rate, the time a certain transaction requires to execute, and the time it takes to gain access to a shared bus.