Hide Forgot
Common Vulnerabilities and Exposures assigned an identifier CVE-2010-2089 to the following vulnerability: The audioop module in Python 2.7 and 3.2 does not verify the relationships between size arguments and byte string lengths, which allows context-dependent attackers to cause a denial of service (memory corruption and application crash) via crafted arguments, as demonstrated by a call to audioop.reverse with a one-byte string, a different vulnerability than CVE-2010-1634. References: [1] http://bugs.python.org/issue7673 Public PoC (from [1]): $ python -c "import audioop; audioop.reverse('X', 2)" Fatal Python error: Inconsistent interned string state. Abandon
Created attachment 418359 [details] audioop_check_length.patch by Victor Stinner
The Red Hat Security Response Team has rated this issue as having low security impact, a future update may address this flaw.
python-2.6.2-8.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/python-2.6.2-8.fc12
python-2.6.4-27.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/python-2.6.4-27.fc13
python-2.6-14.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/python-2.6-14.fc11
python3-3.1.2-6.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/python3-3.1.2-6.fc13
python26-2.6.5-5.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/python26-2.6.5-5.el5
python-2.6.4-27.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
python-2.6.2-8.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2011:0027 https://rhn.redhat.com/errata/RHSA-2011-0027.html
This issue has been addressed in following products: Red Hat Enterprise Linux 4 Via RHSA-2011:0491 https://rhn.redhat.com/errata/RHSA-2011-0491.html