diff options
author | Don Lewis <truckman@FreeBSD.org> | 2021-10-09 14:15:13 -0700 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2021-10-09 14:20:53 -0700 |
commit | 276eed13b6c33bdcf7f1c115f57388371718d0bc (patch) | |
tree | 06c40a96c3574230a20448e30438a57d5fc26ea7 | |
parent | x11/fnott: update to 1.1.2 (diff) |
security/vuxml: Document editors/openoffice-{4,devel} vulnerability
-rw-r--r-- | security/vuxml/vuln-2021.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 024ba69c7436..1ce39607dc2c 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,33 @@ + <vuln vid="04d2cf7f-2942-11ec-b48c-1c1b0d9ea7e6"> + <topic>Apache OpenOffice opens dBase/DBF documents and shows the contents as spreadsheets. DBF are database files with data organized in fields. When reading DBF data the size of certain fields is not checked: the data is just copied into local variables. A carefully crafted document could overflow the allocated space, leading to the execution of arbitrary code by altering the contents of the program stack. This issue affects Apache OpenOffice up to and including version 4.1.10</topic> + <affects> + <package> + <name>apache-openoffice</name> + <range><lt>4.1.11</lt></range> + </package> + <package> + <name>apache-openoffice-devel</name> + <range><lt>4.2.1633255994,4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Apache Openofffice project reports:</p> + <blockquote cite="https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-33035"> + <p>Apache OpenOffice opens dBase/DBF documents and shows the contents as spreadsheets. DBF are database files with data organized in fields. When reading DBF data the size of certain fields is not checked: the data is just copied into local variables. A carefully crafted document could overflow the allocated space, leading to the execution of arbitrary code by altering the contents of the program stack. This issue affects Apache OpenOffice up to and including version 4.1.10</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2021-33035</cvename> + <url>Ihttps://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-33035</url> + </references> + <dates> + <discovery>2021-05-04</discovery> + <entry>2021-10-09</entry> + </dates> + </vuln> + <vuln vid="4fce9635-28c0-11ec-9ba8-002324b2fba8"> <topic>go -- misc/wasm, cmd/link: do not let command line arguments overwrite global data</topic> <affects> |