blob: 5c59967732a3ebbf11934ab7e55ea5c7c4e81454 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202311-15">
<title>LibreOffice: Multiple Vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been discovered in LibreOffice, the worst of which could lead to code execution.</synopsis>
<product type="ebuild">libreoffice,libreoffice-bin</product>
<announced>2023-11-26</announced>
<revised count="1">2023-11-26</revised>
<bug>908083</bug>
<access>local</access>
<affected>
<package name="app-office/libreoffice" auto="yes" arch="*">
<unaffected range="ge">7.5.3.2</unaffected>
<vulnerable range="lt">7.5.3.2</vulnerable>
</package>
<package name="app-office/libreoffice-bin" auto="yes" arch="*">
<unaffected range="ge">7.5.3.2</unaffected>
<vulnerable range="lt">7.5.3.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 binary users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-office/libreoffice-bin-7.5.3.2"
</code>
<p>All LibreOffice users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=app-office/libreoffice-7.5.3.2"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-0950">CVE-2023-0950</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-2255">CVE-2023-2255</uri>
</references>
<metadata tag="requester" timestamp="2023-11-26T07:56:03.775275Z">graaff</metadata>
<metadata tag="submitter" timestamp="2023-11-26T07:56:03.777708Z">graaff</metadata>
</glsa>
|