ArchLinux: 201601-23: python-rsa: signature forgery
Summary
The verify function in the RSA package for Python (Python-RSA) before 3.3 allows attackers to spoof signatures with a small public exponent via crafted signature padding, aka a BERserk attack.
Resolution
Upgrade to 3.3-1.
# pacman -Syu "python-rsa>=3.3-1"
The problem has been fixed upstream in version 3.3.
References
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-1494 https://words.filippo.io/bleichenbacher-06-signature-forgery-in-python-rsa/
Workaround
None.