diff options
Diffstat (limited to 'metadata/glsa/glsa-201908-13.xml')
-rw-r--r-- | metadata/glsa/glsa-201908-13.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201908-13.xml b/metadata/glsa/glsa-201908-13.xml new file mode 100644 index 000000000000..c709f4ce791d --- /dev/null +++ b/metadata/glsa/glsa-201908-13.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201908-13"> + <title>LibreOffice: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in LibreOffice, the worst + of which could result in the arbitrary execution of code. + </synopsis> + <product type="ebuild">libreoffice</product> + <announced>2019-08-15</announced> + <revised count="1">2019-08-15</revised> + <bug>690354</bug> + <access>local, remote</access> + <affected> + <package name="app-office/libreoffice" auto="yes" arch="*"> + <unaffected range="ge">6.2.5.2</unaffected> + <vulnerable range="lt">6.2.5.2</vulnerable> + </package> + <package name="app-office/libreoffice-bin" auto="yes" arch="*"> + <unaffected range="ge">6.2.5.2</unaffected> + <vulnerable range="lt">6.2.5.2</vulnerable> + </package> + </affected> + <background> + <p>LibreOffice is a powerful office suite; its clean interface and powerful + tools let you unleash your creativity and grow your productivity. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in LibreOffice. Please + review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All LibreOffice users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-office/libreoffice-6.2.5.2" + </code> + + <p>All LibreOffice binary users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose + ">=app-office/libreoffice-bin-6.2.5.2" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-9848">CVE-2019-9848</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-9849">CVE-2019-9849</uri> + </references> + <metadata tag="requester" timestamp="2019-08-10T20:59:28Z">b-man</metadata> + <metadata tag="submitter" timestamp="2019-08-15T15:53:38Z">b-man</metadata> +</glsa> |