CVE-2019-15847

HIGHCVSS 7.5/10EPSS 3.21%

Last modified

CVE-2019-15847 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 3.21% chance of exploitation in the next 30 days.

Description

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.

Metrics

CVSS 3.1
7.5/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

EPSS Probability
3.21%

86.5th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
GnuGcc< 7.5.0
GnuGcc>= 8.0, < 8.4.0
GnuGcc>= 9.0, < 9.3.0
GnuGcc>= 10.0, < 10.1.0
OpensuseLeap15.0
OpensuseLeap15.1

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2019-15847?
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.
How severe is CVE-2019-15847?
CVE-2019-15847 has a CVSS score of 7.5/10 (HIGH severity). The EPSS model estimates a 3.21% probability of exploitation in the next 30 days.
How do I fix CVE-2019-15847?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2019-15847?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST