Bug 1346016 (CVE-2016-4980)
Summary: | CVE-2016-4980 xguest insecure password creation | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Kurt Seifried <kseifried> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | dkholia, dwalsh, lvrabec, mgrepl, mmalik, plautrba, sgrubb |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-28 05:00:03 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: | 1346017 | ||
Bug Blocks: | 1346019, 1349160 |
Description
Kurt Seifried
2016-06-13 16:44:59 UTC
Acknowledgments: Name: Kurt Seifried (Red Hat) Created xguest tracking bugs for this issue: Affects: fedora-all [bug 1346017] Probably head -c 24 (or some number) would fix it. The issue is that if the random string contains 0x0A, then head sees it as a new line and stops collecting random bytes. xguest-1.0.10-34.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. xguest-1.0.10-33.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. (In reply to Steve Grubb from comment #3) > Probably head -c 24 (or some number) would fix it. The issue is that if the > random string contains 0x0A, then head sees it as a new line and stops > collecting random bytes. dd is much safer as you get a definite quantity of entropy. |