Bug 632200 (CVE-2010-3493)
| Summary: | CVE-2010-3493 Python: SMTP proxy RFC 2821 module DoS (uncaught exception) (Issue #9129) | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> |
| Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | bressers, dmalcolm, ivazqueznet, james.antill, jonathansteffan, jrusnack, katzj, psplicha, vdanen |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-19 13:44:30 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 693954, 693955, 693956, 693961 | ||
| Bug Blocks: | |||
|
Description
Jan Lieskovsky
2010-09-09 12:01:09 UTC
Public issue proof of concept (from [1]):
=========================================
1, In one shell run: "python -m smtpd -n"
2, In another one run: "for i in {1..1000};do nmap -sT -p 8025 localhost;done"
This issue affects the versions of the python package, as shipped with Red Hat Enterprise Linux 3, 4, and 5. -- This issue affects the versions of the python package, as shipped with Fedora release of 12 and 13. CVE Request: [1] http://www.openwall.com/lists/oss-security/2010/09/09/6 Upstream has fixed this in just the SMTP module: http://svn.python.org/view?rev=87123&view=rev It seems there isn't a nice way to fix this everywhere. This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2011:0492 https://rhn.redhat.com/errata/RHSA-2011-0492.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 Statement: (none) This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2011:0554 https://rhn.redhat.com/errata/RHSA-2011-0554.html |