"-Synchronized-Data."

This commit is contained in:
CVE Team 2019-09-02 23:00:58 +00:00
parent e0bfd55679
commit ae50614c8e
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
3 changed files with 72 additions and 0 deletions

View File

@ -86,6 +86,11 @@
"refsource": "SUSE",
"name": "openSUSE-SU-2019:2041",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00000.html"
},
{
"refsource": "DEBIAN",
"name": "DSA-4512",
"url": "https://www.debian.org/security/2019/dsa-4512"
}
]
}

View File

@ -96,6 +96,11 @@
"refsource": "SUSE",
"name": "openSUSE-SU-2019:2041",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00000.html"
},
{
"refsource": "DEBIAN",
"name": "DSA-4512",
"url": "https://www.debian.org/security/2019/dsa-4512"
}
]
}

View File

@ -0,0 +1,62 @@
{
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2019-15847",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481",
"refsource": "MISC",
"name": "https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91481"
}
]
}
}