First published: Mon Sep 14 2015(Updated: )
It was discovered that the std::random_device class in libstdc++ would not properly detect short reads and could return return predictable values if applications used it to obtain randomness from a blocking source such as /dev/random.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
GNU Compiler Collection (GCC) | <4.9.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2015-5276 has been rated as moderate severity due to potential predictability in random number generation.
To fix CVE-2015-5276, upgrade to a version of the GNU Compiler Collection (GCC) later than 4.9.4.
CVE-2015-5276 affects versions of the GNU Compiler Collection (GCC) up to and including 4.9.4.
CVE-2015-5276 affects the std::random_device class in libstdc++, allowing predictable values when reading from certain randomness sources.
CVE-2015-5276 can be exploited if applications rely on the std::random_device class for secure random value generation.