summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2024-02-26 12:30:16 +0000
committerHans de Graaff <graaff@gentoo.org>2024-02-26 13:30:42 +0100
commit7d9d089a012fd0128c929c9808b85e48104cfea9 (patch)
treebbb0505986c856ee74c22d42db3460d0c2fe4ce3
parent[ GLSA 202402-30 ] Glances: Arbitrary Code Execution (diff)
downloadglsa-7d9d089a012fd0128c929c9808b85e48104cfea9.tar.gz
glsa-7d9d089a012fd0128c929c9808b85e48104cfea9.tar.bz2
glsa-7d9d089a012fd0128c929c9808b85e48104cfea9.zip
[ GLSA 202402-31 ] GNU Aspell: Heap Buffer Overflow
Bug: https://bugs.gentoo.org/803113 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--glsa-202402-31.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202402-31.xml b/glsa-202402-31.xml
new file mode 100644
index 00000000..b428da9d
--- /dev/null
+++ b/glsa-202402-31.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202402-31">
+ <title>GNU Aspell: Heap Buffer Overflow</title>
+ <synopsis>A vulnerability has been discovered in GNU Aspell which leads to a heap buffer overflow.</synopsis>
+ <product type="ebuild">aspell</product>
+ <announced>2024-02-26</announced>
+ <revised count="1">2024-02-26</revised>
+ <bug>803113</bug>
+ <access>remote</access>
+ <affected>
+ <package name="app-text/aspell" auto="yes" arch="*">
+ <unaffected range="ge">0.60.8-r3</unaffected>
+ <vulnerable range="lt">0.60.8-r3</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>GNU Aspell is a popular spell-checker. Dictionaries are available for many languages.</p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in GNU Aspell. Please review the CVE identifiers referenced below for details.</p>
+ </description>
+ <impact type="normal">
+ <p>GNU Aspell has a heap-based buffer overflow in acommon::ObjStack::dup_top (called from acommon::StringMap::add and acommon::Config::lookup_list)</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All aspell users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=app-text/aspell-0.60.8-r3"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-25051">CVE-2019-25051</uri>
+ </references>
+ <metadata tag="requester" timestamp="2024-02-26T12:30:16.027845Z">graaff</metadata>
+ <metadata tag="submitter" timestamp="2024-02-26T12:30:16.031079Z">graaff</metadata>
+</glsa> \ No newline at end of file