The POWER9 backend in GNU Compiler Collection (GCC) before version 10 could optimize multiple calls of the __builtin_darn intrinsic into a single call, thus reducing the entropy of the random number generator. This occurred because a volatile operation was not specified. For example, within a single execution of a program, the output of every __builtin_darn() call may be the same.
References
Link | Resource |
---|---|
http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00056.html | Mailing List Third Party Advisory |
http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00057.html | Mailing List Third Party Advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-05/msg00058.html | Mailing List Third Party Advisory |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481 | Issue Tracking Vendor Advisory |
Configurations
History
No history.
Information
Published : 2019-09-02 23:15
Updated : 2024-02-04 20:20
NVD link : CVE-2019-15847
Mitre link : CVE-2019-15847
CVE.ORG link : CVE-2019-15847
JSON object : View
Products Affected
gnu
- gcc
opensuse
- leap
CWE
CWE-331
Insufficient Entropy