CVE-2019-15847

Source
https://cve.org/CVERecord?id=CVE-2019-15847
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2019-15847.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2019-15847
Downstream
Related
Published
2019-09-02T23:15:10.837Z
Modified
2026-03-15T22:31:56.032913Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
[none]
Details

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 _builtindarn() call may be the same.

References

Affected packages

Git / github.com/gcc-mirror/gcc

Affected ranges

Type
GIT
Repo
https://github.com/gcc-mirror/gcc
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "fixed": "7.5.0"
        },
        {
            "introduced": "0"
        },
        {
            "last_affected": "15.1"
        }
    ]
}

Affected versions

Other
basepoints/gcc-0
basepoints/gcc-10
basepoints/gcc-11
basepoints/gcc-12
basepoints/gcc-13
basepoints/gcc-14
basepoints/gcc-15
basepoints/gcc-5
basepoints/gcc-6
basepoints/gcc-7
basepoints/gcc-8
basepoints/gcc-9
misc/cutover-cvs2svn
misc/cutover-egcs-0
misc/cutover-egcs-1
misc/cutover-git
misc/first-auto-changelog
releases/gcc-15.*
releases/gcc-15.1.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2019-15847.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "8.0"
            },
            {
                "fixed": "8.4.0"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "9.0"
            },
            {
                "fixed": "9.3.0"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "10.0"
            },
            {
                "fixed": "10.1.0"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "15.0"
            }
        ]
    }
]