CVE-2019-20433
Description
GNU Aspell before 0.60.8 has a buffer over-read when encoding is set to ucs-2 or ucs-4 via ASPELL_CONF and a string ends with a single null byte.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
GNU Aspell before 0.60.8 has a buffer over-read when encoding is set to ucs-2 or ucs-4 via ASPELL_CONF and a string ends with a single null byte.
Vulnerability
A buffer over-read vulnerability exists in GNU Aspell versions 0.60 through 0.60.7 [1]. The issue occurs in libaspell.a when the encoding is set to ucs-2 or ucs-4 via the ASPELL_CONF environment variable or other external configuration. Applications that explicitly set encoding to a known value like utf-8 are not affected [1]. When a string is passed with length -1 (null-terminated), Aspell expects the null terminator to be the width of the underlying encoding character type. However, if the string ends with a single \0 byte (not the expected two or four bytes), a buffer over-read occurs [1].
Exploitation
An attacker who can control the ASPELL_CONF environment variable or otherwise set the encoding to ucs-2 or ucs-4 can trigger this vulnerability. The attacker must supply a string that ends with a single null byte to the spell-checker through the C API. No authentication or user interaction beyond invoking the affected application is required [1]. The over-read is triggered when Aspell processes the string and reads beyond the allocated buffer.
Impact
Successful exploitation leads to an unbounded buffer over-read, potentially disclosing sensitive information from adjacent memory. The vulnerability does not allow code execution directly, but information disclosure may aid further attacks. The severity is considered moderate [1].
Mitigation
The vulnerability is fixed in Aspell 0.60.8, released as a prerelease snapshot on 2019-08-17 [1]. Fixed versions have soname at least libaspell.so.15.3.0. Applications using the C API with null-terminated UCS-2 or UCS-4 strings must be updated to the new more secure API to continue functioning. Upgrading to 0.60.8 is recommended [1].
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
10- GNU/GNU Aspelldescription
- osv-coords8 versionspkg:rpm/suse/aspell&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5pkg:rpm/suse/aspell&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP5pkg:rpm/suse/aspell&distro=SUSE%20Linux%20Enterprise%20Software%20Development%20Kit%2012%20SP5pkg:rpm/suse/php53&distro=SUSE%20Linux%20Enterprise%20Point%20of%20Sale%2011%20SP3pkg:rpm/suse/php53&distro=SUSE%20Linux%20Enterprise%20Server%2011%20SP4-LTSSpkg:rpm/suse/php72&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Web%20and%20Scripting%2012pkg:rpm/suse/php72&distro=SUSE%20Linux%20Enterprise%20Software%20Development%20Kit%2012%20SP4pkg:rpm/suse/php72&distro=SUSE%20Linux%20Enterprise%20Software%20Development%20Kit%2012%20SP5
< 0.60.6.1-18.8.2+ 7 more
- (no CPE)range: < 0.60.6.1-18.8.2
- (no CPE)range: < 0.60.6.1-18.8.2
- (no CPE)range: < 0.60.6.1-18.8.2
- (no CPE)range: < 5.3.17-112.79.1
- (no CPE)range: < 5.3.17-112.79.1
- (no CPE)range: < 7.2.5-1.37.1
- (no CPE)range: < 7.2.5-1.37.1
- (no CPE)range: < 7.2.5-1.37.1
Patches
137 files changed · +38 −38
configure.ac+1 −1 modified@@ -1,4 +1,4 @@ -AC_INIT(GNU Aspell, 0.60.8-git) +AC_INIT(GNU Aspell, 0.60.8) AC_CONFIG_SRCDIR(prog/aspell.cpp) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE
po/aspell.pot+2 −2 modified@@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: aspell 0.60.8-git\n" +"Project-Id-Version: aspell 0.60.8\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
po/ast.po+1 −1 modified@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.6\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2010-02-28 22:09+0200\n" "Last-Translator: Marquinos <maacub@gmail.com>\n" "Language-Team: Asturian <ubuntu-l10n-ast@lists.ubuntu.com>\n"
po/be.po+1 −1 modified@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.51\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2004-01-06 16:34+0200\n" "Last-Translator: Vital khilko <dojlid@mova.org>\n" "Language-Team: Belarusian <i18n@mova.org>\n"
po/ca.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.3\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2006-07-03 19:40+0100\n" "Last-Translator: Joan Sala Soler <joansala@gmail.com>\n" "Language-Team: Catalan <ca@dodds.net>\n"
po/cs.po+1 −1 modified@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2013-06-07 10:21+0200\n" "Last-Translator: Marek Černocký <marek@manet.cz>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
po/da.po+1 −1 modified@@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2011-07-08 12:51+0200\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
po/de.po+1 −1 modified@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-24 21:35+0200\n" "Last-Translator: Roland Illig <roland.illig@gmx.de>\n" "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
po/en_GB.po+1 −1 modified@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60-pre1\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2004-07-25 19:46-0400\n" "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n" "Language-Team: English (British) <en_gb@li.org>\n"
po/eo.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2013-02-01 09:35-0300\n" "Last-Translator: Felipe Castro <fefcas@gmail.com>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
po/es.po+1 −1 modified@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.6\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2009-04-24 18:04+0200\n" "Last-Translator: Francisco Molinero <paco@byasl.com>\n" "Language-Team: Spanish <es@li.org>\n"
po/fi.po+1 −1 modified@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2011-07-11 11:21+0200\n" "Last-Translator: Jorma Karvonen <karvonen.jorma@gmail.com>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
po/fr.po+1 −1 modified@@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-28 10:55+0200\n" "Last-Translator: Thierry Thomas <thierry@pompo.net>\n" "Language-Team: French <traduc@traduc.org>\n"
po/fur.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-17 09:59+0200\n" "Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n" "Language-Team: Friulian <f.t.public@gmail.com>\n"
po/ga.po+1 −1 modified@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2013-05-09 06:24-05:00\n" "Last-Translator: Kevin Patrick Scannell <kscanne@gmail.com>\n" "Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
po/hr.po+1 −1 modified@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-24 17:03+0200\n" "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n" "Language-Team: Croatian <lokalizacija@linux.hr>\n"
po/id.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.6\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2008-11-11 10:15+0700\n" "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
po/it.po+1 −1 modified@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.6\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2008-05-01 21:36+0200\n" "Last-Translator: Cristian Rigamonti <cri@linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"
po/ja.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.8-pre1\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-24 01:21+0900\n" "Last-Translator: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
po/mn.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60-pre1\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2004-07-24 11:18+0100\n" "Last-Translator: Sanlig Badral <badral@users.sourceforge.net>\n" "Language-Team: Mongolian <openmn-translation@lists.sourceforge.net>\n"
po/ms.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell-0.60.6\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2009-07-05 20:27+0800\n" "Last-Translator: Muhammad Najmi Ahmad Zabidi <najmi.zabidi@gmail.com>\n" "Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
po/nl.po+1 −1 modified@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell-0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-25 11:28+0200\n" "Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
po/pl.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-24 16:55+0200\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
po/pt_BR.po+1 −1 modified@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-24 12:23-0200\n" "Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n" "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge.net>\n"
po/pt.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell-0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-25 07:25+0100\n" "Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n" "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
po/ro.po+1 −1 modified@@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-25 20:54+0200\n" "Last-Translator: Daniel Șerbănescu <daniel@serbanescu.dk>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
po/ru.po+1 −1 modified@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell-0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-24 18:53+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <gnu@d07.ru>\n"
po/rw.po+1 −1 modified@@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n" "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
po/sk.po+1 −1 modified@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2011-07-08 20:53+0100\n" "Last-Translator: Ivan Masár <helix84@centrum.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
po/sl.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-24 17:15+0200\n" "Last-Translator: Martin Srebotnjak <miles@filmsi.net>\n" "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
po/sr.po+1 −1 modified@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell-0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2011-12-09 22:30+0200\n" "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n" "Language-Team: Serbian <gnu@prevod.org>\n"
po/sv.po+1 −1 modified@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2016-05-04 16:39+0200\n" "Last-Translator: Josef Andersson <josef.andersson@fripost.org>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
po/tg.po+1 −1 modified@@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2004-05-22 19:33+0000\n" "Last-Translator: Marina Kolucheva <youth_opportunities@tajik.net>\n" "Language-Team: Tajik\n"
po/uk.po+1 −1 modified@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-24 18:59+0300\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
po/vi.po+1 −1 modified@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.7\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2012-03-13 14:59+0700\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
po/wa.po+1 −1 modified@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell 0.60.2-b20041203\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2004-12-06 17:51+0100\n" "Last-Translator: Pablo Saratxaga <pablo@walon.org>\n" "Language-Team: Walloon <linux-wa@walon.org>\n"
po/zh_CN.po+1 −1 modified@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: aspell-0.60.8-pre2\n" "Report-Msgid-Bugs-To: kevina@gnu.org\n" -"POT-Creation-Date: 2019-10-06 21:45-0400\n" +"POT-Creation-Date: 2019-10-12 18:20-0400\n" "PO-Revision-Date: 2019-09-24 10:51-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
Vulnerability mechanics
Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
1- aspell.net/buffer-overread-ucs.txtmitrex_refsource_MISC
News mentions
0No linked articles in our index yet.