git: 276eed13b6c3 - main - security/vuxml: Document editors/openoffice-{4,devel} vulnerability
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Oct 2021 21:22:12 UTC
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=276eed13b6c33bdcf7f1c115f57388371718d0bc commit 276eed13b6c33bdcf7f1c115f57388371718d0bc Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2021-10-09 21:15:13 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2021-10-09 21:20:53 +0000 security/vuxml: Document editors/openoffice-{4,devel} vulnerability --- security/vuxml/vuln-2021.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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>