summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2024-09-24 05:11:59 +0000
committerHans de Graaff <graaff@gentoo.org>2024-09-24 07:12:12 +0200
commit446c45ab796e82c423a55f1070006f36e6acd939 (patch)
tree79b86ea090be260ddad02c796640cc92a25ec512
parent[ GLSA 202409-21 ] Hunspell: Multiple Vulnerabilities (diff)
downloadglsa-446c45ab796e82c423a55f1070006f36e6acd939.tar.gz
glsa-446c45ab796e82c423a55f1070006f36e6acd939.tar.bz2
glsa-446c45ab796e82c423a55f1070006f36e6acd939.zip
[ GLSA 202409-22 ] GCC: Flawed Code Generation
Bug: https://bugs.gentoo.org/719466 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--glsa-202409-22.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-202409-22.xml b/glsa-202409-22.xml
new file mode 100644
index 00000000..2e5cb0cf
--- /dev/null
+++ b/glsa-202409-22.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202409-22">
+ <title>GCC: Flawed Code Generation</title>
+ <synopsis>A vulnerability has been discovered in GCC, which can lead to flawed code generation.</synopsis>
+ <product type="ebuild">gcc</product>
+ <announced>2024-09-24</announced>
+ <revised count="1">2024-09-24</revised>
+ <bug>719466</bug>
+ <access>remote</access>
+ <affected>
+ <package name="sys-devel/gcc" auto="yes" arch="ppc ppc64">
+ <unaffected range="ge">10.0</unaffected>
+ <vulnerable range="lt">10.0</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, Go, D and Modula-2 as well as libraries for these languages (libstdc++,...).</p>
+ </background>
+ <description>
+ <p>A vulnerability has been discovered in GCC. Please review the CVE identifier referenced below for details.</p>
+ </description>
+ <impact type="normal">
+ <p>The POWER9 backend in GNU Compiler Collection (GCC) 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.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All GCC users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=sys-devel/gcc-10.0"
+ </code>
+
+ <p>And then select it with gcc-config:</p>
+
+ <code>
+ # gcc-config latest
+ </code>
+
+ <p>In this case, users should also rebuild all affected packages with emerge -e, e.g.:</p>
+
+ <code>
+ # emerge --usepkg=n --emptytree @world
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-15847">CVE-2019-15847</uri>
+ </references>
+ <metadata tag="requester" timestamp="2024-09-24T05:11:59.047098Z">graaff</metadata>
+ <metadata tag="submitter" timestamp="2024-09-24T05:11:59.050051Z">graaff</metadata>
+</glsa> \ No newline at end of file