diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-03-19 19:36:22 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-03-19 19:36:22 +0100 |
commit | fce75a083d0ac8d8decc840aa8ed437760bb63df (patch) | |
tree | 7782d5d0b4a7d81203204258581d244a1df76db4 /glsa-201703-01.xml | |
parent | Update GLSA 201701-18 (diff) | |
download | gentoo-fce75a083d0ac8d8decc840aa8ed437760bb63df.tar.gz gentoo-fce75a083d0ac8d8decc840aa8ed437760bb63df.tar.bz2 gentoo-fce75a083d0ac8d8decc840aa8ed437760bb63df.zip |
Add GLSA 201703-01
Diffstat (limited to 'glsa-201703-01.xml')
-rw-r--r-- | glsa-201703-01.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/glsa-201703-01.xml b/glsa-201703-01.xml new file mode 100644 index 000000000000..49601e9952f9 --- /dev/null +++ b/glsa-201703-01.xml @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201703-01"> + <title>OpenOffice: User-assisted execution of arbitrary code</title> + <synopsis>A vulnerability in OpenOffice Impress could cause memory + corruption. + </synopsis> + <product type="ebuild">openoffice</product> + <announced>2017-03-19</announced> + <revised>2017-03-19: 1</revised> + <bug>597080</bug> + <access>remote</access> + <affected> + <package name="app-office/openoffice-bin" auto="yes" arch="*"> + <unaffected range="ge">4.1.3</unaffected> + <vulnerable range="lt">4.1.3</vulnerable> + </package> + </affected> + <background> + <p>Apache OpenOffice is an open-source office software suite for word + processing, spreadsheets, presentations, graphics, databases and more. + </p> + </background> + <description> + <p>An exploitable out-of-bounds vulnerability exists in OpenOffice Impress + when handling MetaActions. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user to open a specially crafted + OpenDocument Presentation .ODP or Presentation Template .OTP file using + OpenOffice Impress, possibly resulting in execution of arbitrary code + with the privileges of the process or a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All OpenOffice users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-office/openoffice-bin-4.1.3" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-1513">CVE-2016-1513</uri> + <uri link="http://www.talosintelligence.com/reports/TALOS-2016-0051/"> + TALOS-2016-0051 + </uri> + </references> + <metadata tag="requester" timestamp="2017-02-13T01:25:25Z">whissi</metadata> + <metadata tag="submitter" timestamp="2017-03-19T18:32:36Z">whissi</metadata> +</glsa> |