Bug 1230953
| Summary: | CVE-2013-7440 python-pip: python: wildcard matching rules do not follow RFC 6125 [fedora-all] | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomas Hoger <thoger> |
| Component: | python-pip | Assignee: | Bohuslav "Slavek" Kabrda <bkabrda> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 22 | CC: | bkabrda, donald, metherid, mstuchli |
| Target Milestone: | --- | Keywords: | Security, SecurityTracking |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Release Note | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-07-01 09:27:39 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: | |||
| Bug Blocks: | 1224999 | ||
|
Description
Tomas Hoger
2015-06-11 21:08:24 UTC
Use the following template to for the 'fedpkg update' request to submit an update for this issue as it contains the top-level parent bug(s) as well as this tracking bug. This will ensure that all associated bugs get updated when new packages are pushed to stable. ===== # bugfix, security, enhancement, newpackage (required) type=security # testing, stable request=testing # Bug numbers: 1234,9876 bugs=1224999,1230953 # Description of your update notes=Security fix for CVE-2013-7440 # Enable request automation based on the stable/unstable karma thresholds autokarma=True stable_karma=3 unstable_karma=-3 # Automatically close bugs when this marked as stable close_bugs=True # Suggest that users restart after update suggest_reboot=False ====== Additionally, you may opt to use the bodhi update submission link instead: https://admin.fedoraproject.org/updates/new/?type_=security&bugs=1224999,1230953 See bug 1224999 comment 3 for details on pip. F20 version has two copies of affected code. F21 only has affected match_hostname in bundled distlib. From a quick look, I could not see if that part of distlib is used by pip. Can you confirm one way or the other? F22 version has both copies fixed. - F20 is now EOL and F22 and later have this bug fixed. - In F21, the only place where match_hostname from bundled distlib is used is _vendor.distlib.util:HTTPSConnection.connect(). The HTTPSConnection is however not used anywhere inside pip or it's bundled libraries, which means that F21 pip version is unaffected. Closing this bug as CURRENTRELEASE. |