Bug 911682 (CVE-2013-0294)
Summary: | CVE-2013-0294 python-pyrad: poor randomness leads to predictable password hashing and RADIUS IDs | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Vincent Danen <vdanen> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED UPSTREAM | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | lemenkov |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | python-pyrad 2.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-10 11:00:04 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: | 894487, 911683 | ||
Bug Blocks: |
Description
Vincent Danen
2013-02-15 15:59:42 UTC
Created python-pyrad tracking bugs for this issue Affects: fedora-all [bug 894487] Affects: epel-all [bug 911683] *** Bug 911685 has been marked as a duplicate of this bug. *** Merging the other issue from bug 911685: Nathaniel McCallum reported that pyrad was creating serialized RADIUS packet IDs in the CreateID() function in packet.py. This is not suitable for RADIUS as the RFC specifies that the ID must not be predictable. As a result, the ID of the next packet sent can be spoofed. This has been corrected in upstream's forthcoming version 2.1 via: https://github.com/wichert/pyrad/commit/38f74b36814ca5b1a27d9898141126af4953bee5 Due to the same patch being used to fix essentially the same thing, which was introduced at the same time, as per MITRE's direction: http://www.openwall.com/lists/oss-security/2013/02/15/15 This is not the same issue as bug 911685 which was assigned CVE-2013-0342, so this is one singular issue unrelated to the other. python-pyrad-2.0-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. python-pyrad-2.0-3.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. python-pyrad-1.1-3.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. python-pyrad-2.0-3.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. python-pyrad-2.0-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. This CVE Bugzilla entry is for community support informational purposes only as it does not affect a package in a commercially supported Red Hat product. Refer to the dependent bugs for status of those individual community products. |