ID OPENVAS:1361412562310902399 Type openvas Reporter Copyright (C) 2011 SecPod Modified 2020-04-23T00:00:00
Description
This host is installed with LibreOffice and is prone to multiple
buffer overflow vulnerabilities.
###############################################################################
# OpenVAS Vulnerability Test
#
# LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Windows)
#
# Authors:
# Madhuri D <dmadhuri@secpod.com>
#
# Copyright:
# Copyright (C) 2011 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902399");
script_version("2020-04-23T08:43:39+0000");
script_tag(name:"last_modification", value:"2020-04-23 08:43:39 +0000 (Thu, 23 Apr 2020)");
script_tag(name:"creation_date", value:"2011-07-27 09:16:39 +0200 (Wed, 27 Jul 2011)");
script_cve_id("CVE-2011-2685");
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_name("LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Windows)");
script_xref(name:"URL", value:"http://secunia.com/advisories/44996/");
script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/953183");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 SecPod");
script_family("Buffer overflow");
script_dependencies("gb_libreoffice_detect_portable_win.nasl");
script_mandatory_keys("LibreOffice/Win/Ver");
script_tag(name:"insight", value:"The flaws are due to errors in the import filter when processing Lotus
Word Pro (LWP) files and can be exploited to cause a stack-based buffer
overflow via a specially crafted file.");
script_tag(name:"solution", value:"Upgrade to LibreOffice version 3.3.3 or 3.4.0 or later.");
script_tag(name:"summary", value:"This host is installed with LibreOffice and is prone to multiple
buffer overflow vulnerabilities.");
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to execute arbitrary code.");
script_tag(name:"affected", value:"LibreOffice version prior to 3.3.3");
script_tag(name:"qod_type", value:"registry");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://www.libreoffice.org/download/");
exit(0);
}
include("version_func.inc");
officeVer = get_kb_item("LibreOffice/Win/Ver");
if(!officeVer){
exit(0);
}
if(version_is_less(version:officeVer, test_version:"3.3.301")){
report = report_fixed_ver(installed_version:officeVer, fixed_version:"3.3.301");
security_message(port: 0, data: report);
}
{"id": "OPENVAS:1361412562310902399", "type": "openvas", "bulletinFamily": "scanner", "title": "LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Windows)", "description": "This host is installed with LibreOffice and is prone to multiple\n buffer overflow vulnerabilities.", "published": "2011-07-27T00:00:00", "modified": "2020-04-23T00:00:00", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310902399", "reporter": "Copyright (C) 2011 SecPod", "references": ["http://www.libreoffice.org/download/", "http://secunia.com/advisories/44996/", "http://www.kb.cert.org/vuls/id/953183"], "cvelist": ["CVE-2011-2685"], "lastseen": "2020-04-27T19:22:36", "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2011-2685"]}, {"type": "openvas", "idList": ["OPENVAS:902399", "OPENVAS:136141256231069981", "OPENVAS:1361412562310841068", "OPENVAS:902700", "OPENVAS:841068", "OPENVAS:69981", "OPENVAS:1361412562310902700"]}, {"type": "cert", "idList": ["VU:953183"]}, {"type": "nessus", "idList": ["UBUNTU_USN-1496-1.NASL", "SUSE_11_3_LIBREOFFICE-34-111007.NASL", "MANDRIVA_MDVSA-2011-172.NASL", "SUSE_LIBREOFFICE-34-7791.NASL", "SUSE_11_LIBREOFFICE-34-111012.NASL", "SUSE_11_4_LIBREOFFICE-34-111007.NASL", "MACOSX_LIBREOFFICE_340.NASL", "LIBREOFFICE_340.NASL"]}, {"type": "ubuntu", "idList": ["USN-1496-1"]}], "modified": "2020-04-27T19:22:36", "rev": 2}, "score": {"value": 8.8, "vector": "NONE", "modified": "2020-04-27T19:22:36", "rev": 2}, "vulnersScore": 8.8}, "pluginID": "1361412562310902399", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Windows)\n#\n# Authors:\n# Madhuri D <dmadhuri@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2011 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.902399\");\n script_version(\"2020-04-23T08:43:39+0000\");\n script_tag(name:\"last_modification\", value:\"2020-04-23 08:43:39 +0000 (Thu, 23 Apr 2020)\");\n script_tag(name:\"creation_date\", value:\"2011-07-27 09:16:39 +0200 (Wed, 27 Jul 2011)\");\n script_cve_id(\"CVE-2011-2685\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_name(\"LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Windows)\");\n script_xref(name:\"URL\", value:\"http://secunia.com/advisories/44996/\");\n script_xref(name:\"URL\", value:\"http://www.kb.cert.org/vuls/id/953183\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2011 SecPod\");\n script_family(\"Buffer overflow\");\n script_dependencies(\"gb_libreoffice_detect_portable_win.nasl\");\n script_mandatory_keys(\"LibreOffice/Win/Ver\");\n script_tag(name:\"insight\", value:\"The flaws are due to errors in the import filter when processing Lotus\n Word Pro (LWP) files and can be exploited to cause a stack-based buffer\n overflow via a specially crafted file.\");\n script_tag(name:\"solution\", value:\"Upgrade to LibreOffice version 3.3.3 or 3.4.0 or later.\");\n script_tag(name:\"summary\", value:\"This host is installed with LibreOffice and is prone to multiple\n buffer overflow vulnerabilities.\");\n script_tag(name:\"impact\", value:\"Successful exploitation will allow remote attackers to execute arbitrary code.\");\n script_tag(name:\"affected\", value:\"LibreOffice version prior to 3.3.3\");\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"URL\", value:\"http://www.libreoffice.org/download/\");\n exit(0);\n}\n\n\ninclude(\"version_func.inc\");\n\nofficeVer = get_kb_item(\"LibreOffice/Win/Ver\");\nif(!officeVer){\n exit(0);\n}\n\nif(version_is_less(version:officeVer, test_version:\"3.3.301\")){\n report = report_fixed_ver(installed_version:officeVer, fixed_version:\"3.3.301\");\n security_message(port: 0, data: report);\n}\n", "naslFamily": "Buffer overflow"}
{"cve": [{"lastseen": "2020-12-09T19:39:08", "description": "Stack-based buffer overflow in the Lotus Word Pro import filter in LibreOffice before 3.3.3 allows remote attackers to execute arbitrary code via a crafted .lwp file.", "edition": 5, "cvss3": {}, "published": "2011-07-21T23:55:00", "title": "CVE-2011-2685", "type": "cve", "cwe": ["CWE-119"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 9.3, "vectorString": "AV:N/AC:M/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 10.0, "obtainUserPrivilege": false}, "cvelist": ["CVE-2011-2685"], "modified": "2012-01-19T03:58:00", "cpe": ["cpe:/a:libreoffice:libreoffice:3.3.1", "cpe:/a:libreoffice:libreoffice:3.3.2", "cpe:/a:libreoffice:libreoffice:3.3.0"], "id": "CVE-2011-2685", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-2685", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}, "cpe23": ["cpe:2.3:a:libreoffice:libreoffice:3.3.1:*:*:*:*:*:*:*", "cpe:2.3:a:libreoffice:libreoffice:3.3.2:*:*:*:*:*:*:*", "cpe:2.3:a:libreoffice:libreoffice:3.3.0:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2017-09-04T14:19:39", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2685"], "description": "This host is installed with LibreOffice and is prone to multiple\n buffer overflow vulnerabilities.", "modified": "2017-09-01T00:00:00", "published": "2011-07-27T00:00:00", "id": "OPENVAS:902700", "href": "http://plugins.openvas.org/nasl.php?oid=902700", "type": "openvas", "title": "LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Linux)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_libre_office_lwp_mult_bof_vuln_lin.nasl 7044 2017-09-01 11:50:59Z teissa $\n#\n# LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Linux)\n#\n# Authors:\n# Madhuri D <dmadhuri@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2011 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ntag_impact = \"Successful exploitation will allow remote attackers to execute arbitrary code.\n Impact Level: System/Application.\";\ntag_affected = \"LibreOffice version prior to 3.3.3\";\n\ntag_insight = \"The flaws are due to errors in the import filter when processing Lotus\n Word Pro (LWP) files and can be exploited to cause a stack-based buffer\n overflow via a specially crafted file.\";\ntag_solution = \"Upgrade to LibreOffice version 3.3.3 or 3.4.0 or later.\n For updates refer to http://www.libreoffice.org/download/\";\ntag_summary = \"This host is installed with LibreOffice and is prone to multiple\n buffer overflow vulnerabilities.\";\n\nif(description)\n{\n script_id(902700);\n script_version(\"$Revision: 7044 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-09-01 13:50:59 +0200 (Fri, 01 Sep 2017) $\");\n script_tag(name:\"creation_date\", value:\"2011-07-27 09:16:39 +0200 (Wed, 27 Jul 2011)\");\n script_cve_id(\"CVE-2011-2685\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_name(\"LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Linux)\");\n\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2011 SecPod\");\n script_family(\"Buffer overflow\");\n script_dependencies(\"secpod_libre_office_detect_lin.nasl\");\n script_require_keys(\"LibreOffice/Linux/Ver\");\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/44996/\");\n script_xref(name : \"URL\" , value : \"http://www.kb.cert.org/vuls/id/953183\");\n exit(0);\n}\n\n\ninclude(\"version_func.inc\");\n\n## Get the version from KB\nofficeVer = get_kb_item(\"LibreOffice/Linux/Ver\");\nif(!officeVer){\n exit(0);\n}\n\n## Check for LibreOffice version less than 3.3.3 => 3.3.301\nif(version_is_less(version:officeVer, test_version:\"3.3.301\")){\n security_message(0);\n}\n", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2020-04-27T19:22:29", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2685"], "description": "This host is installed with LibreOffice and is prone to multiple\n buffer overflow vulnerabilities.", "modified": "2020-04-23T00:00:00", "published": "2011-07-27T00:00:00", "id": "OPENVAS:1361412562310902700", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310902700", "type": "openvas", "title": "LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Linux)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Linux)\n#\n# Authors:\n# Madhuri D <dmadhuri@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2011 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.902700\");\n script_version(\"2020-04-23T08:43:39+0000\");\n script_tag(name:\"last_modification\", value:\"2020-04-23 08:43:39 +0000 (Thu, 23 Apr 2020)\");\n script_tag(name:\"creation_date\", value:\"2011-07-27 09:16:39 +0200 (Wed, 27 Jul 2011)\");\n script_cve_id(\"CVE-2011-2685\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_name(\"LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Linux)\");\n\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2011 SecPod\");\n script_family(\"Buffer overflow\");\n script_dependencies(\"secpod_libre_office_detect_lin.nasl\");\n script_mandatory_keys(\"LibreOffice/Linux/Ver\");\n script_tag(name:\"insight\", value:\"The flaws are due to errors in the import filter when processing Lotus\n Word Pro (LWP) files and can be exploited to cause a stack-based buffer\n overflow via a specially crafted file.\");\n script_tag(name:\"solution\", value:\"Upgrade to LibreOffice version 3.3.3 or 3.4.0 or later.\");\n script_tag(name:\"summary\", value:\"This host is installed with LibreOffice and is prone to multiple\n buffer overflow vulnerabilities.\");\n script_tag(name:\"impact\", value:\"Successful exploitation will allow remote attackers to execute arbitrary code.\");\n script_tag(name:\"affected\", value:\"LibreOffice version prior to 3.3.3\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"URL\", value:\"http://secunia.com/advisories/44996/\");\n script_xref(name:\"URL\", value:\"http://www.kb.cert.org/vuls/id/953183\");\n script_xref(name:\"URL\", value:\"http://www.libreoffice.org/download/\");\n exit(0);\n}\n\n\ninclude(\"version_func.inc\");\n\nofficeVer = get_kb_item(\"LibreOffice/Linux/Ver\");\nif(!officeVer){\n exit(0);\n}\n\nif(version_is_less(version:officeVer, test_version:\"3.3.301\")){\n report = report_fixed_ver(installed_version:officeVer, fixed_version:\"3.3.301\");\n security_message(port: 0, data: report);\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2018-02-28T15:48:55", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2685"], "description": "The remote host is missing an update to openoffice.org\nannounced via advisory DSA 2275-1.", "modified": "2018-02-28T00:00:00", "published": "2011-08-03T00:00:00", "id": "OPENVAS:69981", "href": "http://plugins.openvas.org/nasl.php?oid=69981", "type": "openvas", "title": "Debian Security Advisory DSA 2275-1 (openoffice.org)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_2275_1.nasl 8972 2018-02-28 07:02:10Z cfischer $\n# Description: Auto-generated from advisory DSA 2275-1 (openoffice.org)\n#\n# Authors:\n# Thomas Reinke <reinke@securityspace.com>\n#\n# Copyright:\n# Copyright (c) 2011 E-Soft Inc. http://www.securityspace.com\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2,\n# or at your option, GNU General Public License version 3,\n# as published by the Free Software Foundation\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n#\n\ninclude(\"revisions-lib.inc\");\ntag_insight = \"Will Dormann and Jared Allar discovered that the Lotus Word Pro import\nfilter of OpenOffice.org, a full-featured office productivity suite that\nprovides a near drop-in replacement for Microsoft(R) Office, is not\nproperly handling object ids in the .lwp file format. An attacker can\nexploit this with a specially crafted file and execute arbitrary code with\nthe rights of the victim importing the file.\n\n\nThe oldstable distribution (lenny) is not affected by this problem.\n\nFor the stable distribution (squeeze), this problem has been fixed in\nversion 1:3.2.1-11+squeeze3.\n\nFor the testing distribution (wheezy), this problem will be fixed soon.\n\nFor the unstable distribution (sid), this problem has been fixed in\nlibreoffice version 1:3.3.3-1.\n\nWe recommend that you upgrade your openoffice.org packages.\";\ntag_summary = \"The remote host is missing an update to openoffice.org\nannounced via advisory DSA 2275-1.\";\n\ntag_solution = \"https://secure1.securityspace.com/smysecure/catid.html?in=DSA%202275-1\";\n\n\nif(description)\n{\n script_id(69981);\n script_version(\"$Revision: 8972 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-02-28 08:02:10 +0100 (Wed, 28 Feb 2018) $\");\n script_tag(name:\"creation_date\", value:\"2011-08-03 04:36:20 +0200 (Wed, 03 Aug 2011)\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_name(\"Debian Security Advisory DSA 2275-1 (openoffice.org)\");\n script_cve_id(\"CVE-2011-2685\");\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2011 E-Soft Inc. http://www.securityspace.com\");\n script_family(\"Debian Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/debian_linux\", \"ssh/login/packages\");\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n#\n# The script code starts here\n#\n\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif ((res = isdpkgvuln(pkg:\"broffice.org\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"cli-uno-bridge\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libuno-cli-basetypes1.0-cil\", ver:\"1.0.17.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libuno-cli-cppuhelper1.0-cil\", ver:\"1.0.20.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libuno-cli-oootypes1.0-cil\", ver:\"1.0.6.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libuno-cli-ure1.0-cil\", ver:\"1.0.20.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"libuno-cli-uretypes1.0-cil\", ver:\"1.0.6.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"mozilla-openoffice.org\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-base\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-base-core\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-calc\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-common\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-core\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-dbg\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-dev\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-dev-doc\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-draw\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-dtd-officedocument1.0\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-emailmerge\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-evolution\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-filter-binfilter\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-filter-mobiledev\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-gcj\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-gnome\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-gtk\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-ca\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-cs\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-da\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-de\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-dz\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-el\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-en-gb\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-en-us\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-es\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-et\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-eu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-fi\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-fr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-gl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-hi-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-hu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-it\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-ja\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-km\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-ko\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-nl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-om\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-pl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-pt\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-pt-br\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-ru\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-sl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-sv\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-zh-cn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-help-zh-tw\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-impress\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-java-common\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-kde\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-af\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ar\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-as\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-as-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ast\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-be-by\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-bg\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-bn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-br\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-bs\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ca\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-cs\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-cy\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-da\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-de\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-dz\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-el\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-en-gb\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-en-za\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-eo\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-es\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-et\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-eu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-fa\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-fi\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-fr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ga\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-gl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-gu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-gu-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-he\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-hi-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-hr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-hu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-id\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-it\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ja\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ka\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-km\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ko\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ku\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-lt\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-lv\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-mk\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ml\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ml-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-mn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-mr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-mr-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-nb\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ne\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-nl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-nn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-nr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ns\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-oc\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-om\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-or\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-or-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-pa-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-pl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-pt\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-pt-br\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ro\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ru\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-rw\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-si\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-sk\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-sl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-sr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ss\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-st\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-sv\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ta\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ta-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-te\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-te-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-tg\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-th\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-tn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-tr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ts\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ug\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-uk\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-uz\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ve\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-vi\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-xh\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-za\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-zh-cn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-zh-tw\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-l10n-zu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-math\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-mysql-connector\", ver:\"1.0.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-officebean\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-ogltrans\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-pdfimport\", ver:\"1.0.2+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-presentation-minimizer\", ver:\"1.0.2+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-presenter-console\", ver:\"1.1.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-report-builder\", ver:\"1:1.2.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-report-builder-bin\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-sdbc-postgresql\", ver:\"1:0.7.6+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-style-andromeda\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-style-crystal\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-style-galaxy\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-style-hicontrast\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-style-industrial\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-style-oxygen\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-style-tango\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-wiki-publisher\", ver:\"1.1.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"openoffice.org-writer\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"python-uno\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"ttf-opensymbol\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"uno-libs3\", ver:\"1.6.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"uno-libs3-dbg\", ver:\"1.6.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"ure\", ver:\"1.6.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\nif ((res = isdpkgvuln(pkg:\"ure-dbg\", ver:\"1.6.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6.0\")) != NULL) {\n report += res;\n}\n\nif (report != \"\") {\n security_message(data:report);\n} else if (__pkg_match) {\n exit(99); # Not vulnerable.\n}\n", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2017-09-04T14:19:53", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2685"], "description": "This host is installed with LibreOffice and is prone to multiple\n buffer overflow vulnerabilities.", "modified": "2017-08-31T00:00:00", "published": "2011-07-27T00:00:00", "id": "OPENVAS:902399", "href": "http://plugins.openvas.org/nasl.php?oid=902399", "type": "openvas", "title": "LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Windows)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: secpod_libre_office_lwp_mult_bof_vuln_win.nasl 7029 2017-08-31 11:51:40Z teissa $\n#\n# LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Windows)\n#\n# Authors:\n# Madhuri D <dmadhuri@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2011 SecPod, http://www.secpod.com\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ntag_impact = \"Successful exploitation will allow remote attackers to execute arbitrary code.\n Impact Level: System/Application.\";\ntag_affected = \"LibreOffice version prior to 3.3.3\";\n\ntag_insight = \"The flaws are due to errors in the import filter when processing Lotus\n Word Pro (LWP) files and can be exploited to cause a stack-based buffer\n overflow via a specially crafted file.\";\ntag_solution = \"Upgrade to LibreOffice version 3.3.3 or 3.4.0 or later.\n For updates refer to http://www.libreoffice.org/download/\";\ntag_summary = \"This host is installed with LibreOffice and is prone to multiple\n buffer overflow vulnerabilities.\";\n\nif(description)\n{\n script_id(902399);\n script_version(\"$Revision: 7029 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-08-31 13:51:40 +0200 (Thu, 31 Aug 2017) $\");\n script_tag(name:\"creation_date\", value:\"2011-07-27 09:16:39 +0200 (Wed, 27 Jul 2011)\");\n script_cve_id(\"CVE-2011-2685\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_name(\"LibreOffice LWP File Processing Multiple Buffer Overflow Vulnerabilities (Windows)\");\n script_xref(name : \"URL\" , value : \"http://secunia.com/advisories/44996/\");\n script_xref(name : \"URL\" , value : \"http://www.kb.cert.org/vuls/id/953183\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2011 SecPod\");\n script_family(\"Buffer overflow\");\n script_dependencies(\"secpod_libre_office_detect_win.nasl\");\n script_require_keys(\"LibreOffice/Win/Ver\");\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name:\"qod_type\", value:\"registry\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"version_func.inc\");\n\n## Get the version from KB\nofficeVer = get_kb_item(\"LibreOffice/Win/Ver\");\nif(!officeVer){\n exit(0);\n}\n\n## Check for LibreOffice version less than 3.3.3 => 3.3.301\nif(version_is_less(version:officeVer, test_version:\"3.3.301\")){\n security_message(0);\n}\n", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2019-05-29T18:39:39", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2685"], "description": "The remote host is missing an update to openoffice.org\nannounced via advisory DSA 2275-1.", "modified": "2019-03-18T00:00:00", "published": "2011-08-03T00:00:00", "id": "OPENVAS:136141256231069981", "href": "http://plugins.openvas.org/nasl.php?oid=136141256231069981", "type": "openvas", "title": "Debian Security Advisory DSA 2275-1 (openoffice.org)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_2275_1.nasl 14275 2019-03-18 14:39:45Z cfischer $\n# Description: Auto-generated from advisory DSA 2275-1 (openoffice.org)\n#\n# Authors:\n# Thomas Reinke <reinke@securityspace.com>\n#\n# Copyright:\n# Copyright (c) 2011 E-Soft Inc. http://www.securityspace.com\n# Text descriptions are largely excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2,\n# or at your option, GNU General Public License version 3,\n# as published by the Free Software Foundation\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n#\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.69981\");\n script_version(\"$Revision: 14275 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-18 15:39:45 +0100 (Mon, 18 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2011-08-03 04:36:20 +0200 (Wed, 03 Aug 2011)\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_name(\"Debian Security Advisory DSA 2275-1 (openoffice.org)\");\n script_cve_id(\"CVE-2011-2685\");\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2011 E-Soft Inc. http://www.securityspace.com\");\n script_family(\"Debian Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/debian_linux\", \"ssh/login/packages\", re:\"ssh/login/release=DEB6\");\n script_xref(name:\"URL\", value:\"https://secure1.securityspace.com/smysecure/catid.html?in=DSA%202275-1\");\n script_tag(name:\"insight\", value:\"Will Dormann and Jared Allar discovered that the Lotus Word Pro import\nfilter of OpenOffice.org, a full-featured office productivity suite that\nprovides a near drop-in replacement for Microsoft(R) Office, is not\nproperly handling object ids in the .lwp file format. An attacker can\nexploit this with a specially crafted file and execute arbitrary code with\nthe rights of the victim importing the file.\n\n\nThe oldstable distribution (lenny) is not affected by this problem.\n\nFor the stable distribution (squeeze), this problem has been fixed in\nversion 1:3.2.1-11+squeeze3.\n\nFor the testing distribution (wheezy), this problem will be fixed soon.\n\nFor the unstable distribution (sid), this problem has been fixed in\nlibreoffice version 1:3.3.3-1.\");\n\n script_tag(name:\"solution\", value:\"We recommend that you upgrade your openoffice.org packages.\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update to openoffice.org\nannounced via advisory DSA 2275-1.\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif((res = isdpkgvuln(pkg:\"broffice.org\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"cli-uno-bridge\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libuno-cli-basetypes1.0-cil\", ver:\"1.0.17.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libuno-cli-cppuhelper1.0-cil\", ver:\"1.0.20.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libuno-cli-oootypes1.0-cil\", ver:\"1.0.6.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libuno-cli-ure1.0-cil\", ver:\"1.0.20.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"libuno-cli-uretypes1.0-cil\", ver:\"1.0.6.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"mozilla-openoffice.org\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-base\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-base-core\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-calc\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-common\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-core\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-dbg\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-dev\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-dev-doc\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-draw\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-dtd-officedocument1.0\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-emailmerge\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-evolution\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-filter-binfilter\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-filter-mobiledev\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-gcj\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-gnome\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-gtk\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-ca\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-cs\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-da\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-de\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-dz\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-el\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-en-gb\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-en-us\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-es\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-et\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-eu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-fi\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-fr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-gl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-hi-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-hu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-it\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-ja\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-km\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-ko\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-nl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-om\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-pl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-pt\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-pt-br\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-ru\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-sl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-sv\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-zh-cn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-help-zh-tw\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-impress\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-java-common\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-kde\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-af\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ar\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-as\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-as-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ast\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-be-by\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-bg\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-bn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-br\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-bs\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ca\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-cs\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-cy\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-da\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-de\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-dz\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-el\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-en-gb\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-en-za\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-eo\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-es\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-et\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-eu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-fa\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-fi\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-fr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ga\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-gl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-gu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-gu-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-he\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-hi-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-hr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-hu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-id\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-it\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ja\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ka\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-km\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ko\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ku\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-lt\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-lv\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-mk\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ml\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ml-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-mn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-mr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-mr-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-nb\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ne\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-nl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-nn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-nr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ns\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-oc\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-om\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-or\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-or-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-pa-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-pl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-pt\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-pt-br\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ro\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ru\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-rw\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-si\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-sk\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-sl\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-sr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ss\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-st\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-sv\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ta\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ta-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-te\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-te-in\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-tg\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-th\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-tn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-tr\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ts\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ug\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-uk\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-uz\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-ve\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-vi\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-xh\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-za\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-zh-cn\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-zh-tw\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-l10n-zu\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-math\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-mysql-connector\", ver:\"1.0.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-officebean\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-ogltrans\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-pdfimport\", ver:\"1.0.2+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-presentation-minimizer\", ver:\"1.0.2+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-presenter-console\", ver:\"1.1.0+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-report-builder\", ver:\"1:1.2.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-report-builder-bin\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-sdbc-postgresql\", ver:\"1:0.7.6+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-style-andromeda\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-style-crystal\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-style-galaxy\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-style-hicontrast\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-style-industrial\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-style-oxygen\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-style-tango\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-wiki-publisher\", ver:\"1.1.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"openoffice.org-writer\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"python-uno\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"ttf-opensymbol\", ver:\"1:3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"uno-libs3\", ver:\"1.6.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"uno-libs3-dbg\", ver:\"1.6.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"ure\", ver:\"1.6.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\nif((res = isdpkgvuln(pkg:\"ure-dbg\", ver:\"1.6.1+OOo3.2.1-11+squeeze3\", rls:\"DEB6\")) != NULL) {\n report += res;\n}\n\nif(report != \"\") {\n security_message(data:report);\n} else if (__pkg_match) {\n exit(99);\n}", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2019-05-29T18:38:40", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2713", "CVE-2012-2334", "CVE-2012-1149", "CVE-2011-2685"], "description": "Ubuntu Update for Linux kernel vulnerabilities USN-1496-1", "modified": "2019-03-13T00:00:00", "published": "2012-07-03T00:00:00", "id": "OPENVAS:1361412562310841068", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310841068", "type": "openvas", "title": "Ubuntu Update for openoffice.org USN-1496-1", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_1496_1.nasl 14132 2019-03-13 09:25:59Z cfischer $\n#\n# Ubuntu Update for openoffice.org USN-1496-1\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_xref(name:\"URL\", value:\"http://www.ubuntu.com/usn/usn-1496-1/\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.841068\");\n script_version(\"$Revision: 14132 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-13 10:25:59 +0100 (Wed, 13 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2012-07-03 10:26:04 +0530 (Tue, 03 Jul 2012)\");\n script_cve_id(\"CVE-2011-2685\", \"CVE-2011-2713\", \"CVE-2012-1149\", \"CVE-2012-2334\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_xref(name:\"USN\", value:\"1496-1\");\n script_name(\"Ubuntu Update for openoffice.org USN-1496-1\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Ubuntu Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/ubuntu_linux\", \"ssh/login/packages\", re:\"ssh/login/release=UBUNTU10\\.04 LTS\");\n script_tag(name:\"summary\", value:\"Ubuntu Update for Linux kernel vulnerabilities USN-1496-1\");\n script_tag(name:\"affected\", value:\"openoffice.org on Ubuntu 10.04 LTS\");\n script_tag(name:\"solution\", value:\"Please Install the Updated Packages.\");\n script_tag(name:\"insight\", value:\"A stack-based buffer overflow was discovered in the Lotus Word Pro import\n filter in OpenOffice.org. The default compiler options for affected\n releases should reduce the vulnerability to a denial of service.\n (CVE-2011-2685)\n\n Huzaifa Sidhpurwala discovered that OpenOffice.org could be made to crash\n if it opened a specially crafted Word document. (CVE-2011-2713)\n\n Integer overflows were discovered in the graphics loading code of several\n different image types. If a user were tricked into opening a specially\n crafted file, an attacker could cause OpenOffice.org to crash or possibly\n execute arbitrary code with the privileges of the user invoking the\n program. (CVE-2012-1149)\n\n Sven Jacobi discovered an integer overflow when processing Escher graphics\n records. If a user were tricked into opening a specially crafted PowerPoint\n file, an attacker could cause OpenOffice.org to crash or possibly execute\n arbitrary code with the privileges of the user invoking the program.\n (CVE-2012-2334)\");\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n exit(0);\n}\n\ninclude(\"revisions-lib.inc\");\ninclude(\"pkg-lib-deb.inc\");\n\nrelease = dpkg_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"UBUNTU10.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"openoffice.org-core\", ver:\"3.2.0-7ubuntu4.3\", rls:\"UBUNTU10.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2017-12-04T11:19:34", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2713", "CVE-2012-2334", "CVE-2012-1149", "CVE-2011-2685"], "description": "Ubuntu Update for Linux kernel vulnerabilities USN-1496-1", "modified": "2017-12-01T00:00:00", "published": "2012-07-03T00:00:00", "id": "OPENVAS:841068", "href": "http://plugins.openvas.org/nasl.php?oid=841068", "type": "openvas", "title": "Ubuntu Update for openoffice.org USN-1496-1", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_1496_1.nasl 7960 2017-12-01 06:58:16Z santu $\n#\n# Ubuntu Update for openoffice.org USN-1496-1\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_insight = \"A stack-based buffer overflow was discovered in the Lotus Word Pro import\n filter in OpenOffice.org. The default compiler options for affected\n releases should reduce the vulnerability to a denial of service.\n (CVE-2011-2685)\n\n Huzaifa Sidhpurwala discovered that OpenOffice.org could be made to crash\n if it opened a specially crafted Word document. (CVE-2011-2713)\n\n Integer overflows were discovered in the graphics loading code of several\n different image types. If a user were tricked into opening a specially\n crafted file, an attacker could cause OpenOffice.org to crash or possibly\n execute arbitrary code with the privileges of the user invoking the\n program. (CVE-2012-1149)\n\n Sven Jacobi discovered an integer overflow when processing Escher graphics\n records. If a user were tricked into opening a specially crafted PowerPoint\n file, an attacker could cause OpenOffice.org to crash or possibly execute\n arbitrary code with the privileges of the user invoking the program.\n (CVE-2012-2334)\";\n\ntag_summary = \"Ubuntu Update for Linux kernel vulnerabilities USN-1496-1\";\ntag_affected = \"openoffice.org on Ubuntu 10.04 LTS\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name: \"URL\" , value: \"http://www.ubuntu.com/usn/usn-1496-1/\");\n script_id(841068);\n script_version(\"$Revision: 7960 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-01 07:58:16 +0100 (Fri, 01 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-07-03 10:26:04 +0530 (Tue, 03 Jul 2012)\");\n script_cve_id(\"CVE-2011-2685\", \"CVE-2011-2713\", \"CVE-2012-1149\", \"CVE-2012-2334\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_xref(name: \"USN\", value: \"1496-1\");\n script_name(\"Ubuntu Update for openoffice.org USN-1496-1\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Ubuntu Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/ubuntu_linux\", \"ssh/login/packages\");\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-deb.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"UBUNTU10.04 LTS\")\n{\n\n if ((res = isdpkgvuln(pkg:\"openoffice.org-core\", ver:\"3.2.0-7ubuntu4.3\", rls:\"UBUNTU10.04 LTS\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}], "cert": [{"lastseen": "2020-09-18T20:41:12", "bulletinFamily": "info", "cvelist": ["CVE-2011-2685"], "description": "### Overview \n\nLibreOffice 3.3.2 includes a feature to import 'Lotus Word Pro' (.lwp) documents. This import filter contains multiple vulnerabilities. CERT/CC has confirmed that code execution is possible by exploiting a stack buffer overflow.\n\n### Description \n\nLibreOffice 3.3.2, 3.3.1, and possibly earlier versions fail to properly handle 'Lotus Word Pro' (.lwp) documents. The (.lwp) format is the native file format for Lotus Word Pro that is a word processor developed by IBM's Lotus Software group. More details can be found by reviewing the following patch commits: [Commit 1](<http://cgit.freedesktop.org/libreoffice/filters/commit/?id=d93fa011d713100775cd3ac88c468b6830d48877>) and [Commit 2](<http://cgit.freedesktop.org/libreoffice/filters/commit/?id=278831e37a23e9e2e29ca811c3a5398b7c67464d>). \n \n--- \n \n### Impact \n\nBy convincing a user to open a specifically crafted 'Lotus Word Pro' (.lwp) document, an attacker may be able to execute arbitrary code. \n \n--- \n \n### Solution \n\n**Apply an Update**\n\n[LibreOffice 3.3.3 and 3.4.0](<http://www.libreoffice.org/download/>) both address these vulnerabilities. \n \n--- \n \n### Vendor Information\n\n953183\n\nFilter by status: All Affected Not Affected Unknown\n\nFilter by content: __ Additional information available\n\n__ Sort by: Status Alphabetical\n\nExpand all\n\n**Javascript is disabled. Click here to view vendors.**\n\n### LibreOffice Affected\n\nNotified: April 06, 2011 Updated: June 06, 2011 \n\n### Status\n\nAffected\n\n### Vendor Statement\n\nWe have not received a statement from the vendor.\n\n### Vendor Information \n\nWe are not aware of further vendor information regarding this vulnerability.\n\n \n\n\n### CVSS Metrics \n\nGroup | Score | Vector \n---|---|--- \nBase | 9 | AV:N/AC:M/Au:N/C:C/I:C/A:P \nTemporal | 7 | E:POC/RL:OF/RC:C \nEnvironmental | 7 | CDP:ND/TD:ND/CR:ND/IR:ND/AR:ND \n \n \n\n\n### References \n\n * <http://www.libreoffice.org/advisories/cve-2011-2685/>\n * <http://www.libreoffice.org/download/>\n * <http://cgit.freedesktop.org/libreoffice/filters/commit/?id=d93fa011d713100775cd3ac88c468b6830d48877>\n * <http://cgit.freedesktop.org/libreoffice/filters/commit/?id=278831e37a23e9e2e29ca811c3a5398b7c67464d>\n\n### Acknowledgements\n\nThanks to Will Dormann and Jared Allar of the CERT/CC for reporting these vulnerabilities.\n\nThis document was written by Jared Allar.\n\n### Other Information\n\n**CVE IDs:** | [CVE-2011-2685](<http://web.nvd.nist.gov/vuln/detail/CVE-2011-2685>) \n---|--- \n**Severity Metric:** | 0.20 \n**Date Public:** | 2011-06-16 \n**Date First Published:** | 2011-06-22 \n**Date Last Updated: ** | 2012-03-28 15:15 UTC \n**Document Revision: ** | 23 \n", "modified": "2012-03-28T15:15:00", "published": "2011-06-22T00:00:00", "id": "VU:953183", "href": "https://www.kb.cert.org/vuls/id/953183", "type": "cert", "title": "LibreOffice 3.3 'Lotus Word Pro' document import filter contains multiple vulnerabilities", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}], "nessus": [{"lastseen": "2021-01-01T03:40:11", "description": "The version of LibreOffice installed on the remote Mac OS X host is \nearlier than 3.3.3 / 3.4.0. As such, it is reportedly affected by a \nstack buffer overflow in the Lotus Word Pro import filter that arises \nfrom its failure to properly handle object ids in '.lwp' documents. \n\nIf an attacker can trick a user on the affected system into importing\na specially crafted .lwp document into the application, he could\nleverage this issue to execute arbitrary code subject to the user's\nprivileges.", "edition": 24, "published": "2011-07-13T00:00:00", "title": "LibreOffice < 3.3.3 / 3.4.0 LWP File Handling Overflow (Mac OS X)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2685"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/a:libreoffice:libreoffice"], "id": "MACOSX_LIBREOFFICE_340.NASL", "href": "https://www.tenable.com/plugins/nessus/55576", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\n\ninclude(\"compat.inc\");\n\n\nif (description)\n{\n script_id(55576);\n script_version(\"1.5\");\n script_cvs_date(\"Date: 2018/07/14 1:59:35\");\n\n script_cve_id(\"CVE-2011-2685\");\n script_bugtraq_id(48387);\n script_xref(name:\"CERT\", value:\"953183\");\n\n script_name(english:\"LibreOffice < 3.3.3 / 3.4.0 LWP File Handling Overflow (Mac OS X)\");\n script_summary(english:\"Checks version of LibreOffice\");\n\n script_set_attribute(\n attribute:\"synopsis\",\n value:\n\"The remote Mac OS X host has a program affected by a buffer\noverflow vulnerability.\"\n );\n script_set_attribute(\n attribute:\"description\",\n value:\n\"The version of LibreOffice installed on the remote Mac OS X host is \nearlier than 3.3.3 / 3.4.0. As such, it is reportedly affected by a \nstack buffer overflow in the Lotus Word Pro import filter that arises \nfrom its failure to properly handle object ids in '.lwp' documents. \n\nIf an attacker can trick a user on the affected system into importing\na specially crafted .lwp document into the application, he could\nleverage this issue to execute arbitrary code subject to the user's\nprivileges.\"\n );\n # http://cgit.freedesktop.org/libreoffice/filters/commit/?id=d93fa011d713100775cd3ac88c468b6830d48877\n script_set_attribute(\n attribute:\"see_also\", \n value:\"http://www.nessus.org/u?49efef93\"\n );\n # http://cgit.freedesktop.org/libreoffice/filters/commit/?id=278831e37a23e9e2e29ca811c3a5398b7c67464d\n script_set_attribute(\n attribute:\"see_also\", \n value:\"http://www.nessus.org/u?87ef8ac0\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Upgrade to LibreOffice 3.3.3 / 3.4.0 or later.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2011/06/16\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/04/06\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/07/13\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\",value:\"cpe:/a:libreoffice:libreoffice\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"MacOS X Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2012-2018 Tenable Network Security, Inc.\");\n\n script_dependencies(\"macosx_libreoffice_installed.nasl\");\n script_require_keys(\"MacOSX/LibreOffice/Version\");\n\n exit(0);\n}\n\n\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\n\n\nkb_base = \"MacOSX/LibreOffice\";\nget_kb_item_or_exit(kb_base+\"/Installed\");\npath = get_kb_item_or_exit(kb_base+\"/Path\", exit_code:1);\nversion = get_kb_item_or_exit(kb_base+\"/Version\", exit_code:1);\n\nver = split(version, sep:\".\", keep:FALSE);\nfor (i=0; i<max_index(ver); i++)\n ver[i] = int(ver[i]);\n\nif (\n ver[0] < 3 ||\n (\n ver[0] == 3 &&\n (\n ver[1] < 3 ||\n (ver[1] == 3 && ver[2] < 3)\n )\n )\n)\n{\n if (report_verbosity > 0)\n {\n report = \n '\\n Path : ' + path + \n '\\n Installed version : ' + version + \n '\\n Fixed version : 3.3.3 / 3.4.0\\n';\n security_hole(port:0, extra:report);\n }\n else security_hole(0);\n exit(0);\n}\nelse exit(0, \"The LibreOffice \"+version+\" install is not affected.\");\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T03:19:50", "description": "The version of LibreOffice installed on the remote host is earlier\nthan 3.3.3 / 3.4.0. As such, it is reportedly affected by a stack\nbuffer overflow in the Lotus Word Pro import filter that arises from\nits failure to properly handle object ids in '.lwp' documents. \n\nIf an attacker can trick a user on the affected system into importing\na specially crafted .lwp document into the application, he could\nleverage this issue to execute arbitrary code subject to the user's\nprivileges.", "edition": 23, "published": "2011-07-13T00:00:00", "title": "LibreOffice < 3.3.3 / 3.4.0 LWP File Handling Overflow", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2685"], "modified": "2021-01-02T00:00:00", "cpe": [], "id": "LIBREOFFICE_340.NASL", "href": "https://www.tenable.com/plugins/nessus/55574", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\n\ninclude(\"compat.inc\");\n\n\nif (description)\n{\n script_id(55574);\n script_version(\"1.7\");\n script_cvs_date(\"Date: 2018/07/12 19:01:17\");\n\n script_cve_id(\"CVE-2011-2685\");\n script_bugtraq_id(48387);\n script_xref(name:\"CERT\", value:\"953183\");\n\n script_name(english:\"LibreOffice < 3.3.3 / 3.4.0 LWP File Handling Overflow\");\n script_summary(english:\"Checks version of LibreOffice\");\n\n script_set_attribute(\n attribute:\"synopsis\",\n value:\n\"The remote Windows host has a program affected by a buffer\noverflow vulnerability.\"\n );\n script_set_attribute(\n attribute:\"description\",\n value:\n\"The version of LibreOffice installed on the remote host is earlier\nthan 3.3.3 / 3.4.0. As such, it is reportedly affected by a stack\nbuffer overflow in the Lotus Word Pro import filter that arises from\nits failure to properly handle object ids in '.lwp' documents. \n\nIf an attacker can trick a user on the affected system into importing\na specially crafted .lwp document into the application, he could\nleverage this issue to execute arbitrary code subject to the user's\nprivileges.\"\n );\n # http://cgit.freedesktop.org/libreoffice/filters/commit/?id=d93fa011d713100775cd3ac88c468b6830d48877\n script_set_attribute(\n attribute:\"see_also\", \n value:\"http://www.nessus.org/u?49efef93\"\n );\n # http://cgit.freedesktop.org/libreoffice/filters/commit/?id=278831e37a23e9e2e29ca811c3a5398b7c67464d\n script_set_attribute(\n attribute:\"see_also\", \n value:\"http://www.nessus.org/u?87ef8ac0\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Upgrade to LibreOffice 3.3.3 / 3.4.0 or later.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2011/06/16\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/04/06\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/07/13\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows\");\n\n script_copyright(english:\"This script is Copyright (C) 2011-2018 Tenable Network Security, Inc.\");\n\n script_dependencies(\"libreoffice_installed.nasl\");\n script_require_keys(\"SMB/LibreOffice/Version\");\n\n exit(0);\n}\n\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\n\nkb_base = \"SMB/LibreOffice\";\n\nversion = get_kb_item_or_exit(kb_base+\"/Version\");\npath = get_kb_item_or_exit(kb_base+\"/Path\");\nversion_ui = get_kb_item_or_exit(kb_base+\"/Version_UI\");\n\nif (\n (version =~ \"^3\\.3\\.\" &&\n ver_compare(ver:version, fix:'3.3.301.500', strict:FALSE) == -1)\n ||\n (version =~ \"^3\\.4\\.\" &&\n ver_compare(ver:version, fix:'3.4.12.500', strict:FALSE) == -1)\n)\n{\n port = get_kb_item(\"SMB/transport\");\n\n if (report_verbosity > 0)\n {\n report = \n '\\n Path : ' + path + \n '\\n Installed version : ' + version_ui + \n '\\n Fixed version : 3.3.3 / 3.4.0\\n';\n security_hole(port:port, extra:report);\n }\n else security_hole(port);\n}\nelse exit(0, \"The LibreOffice \"+version_ui+\" install under \"+path+\" is not affected.\");\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T06:32:37", "description": "LibreOffice 3.4 includes many interesting features and fixes, see\nhttp://www.libreoffice.org/download/3-4-new-features-and-fixes/\n\nThe update fixes the following security issues :\n\n - 704311: libreoffice Lotus Word Pro filter multiple\n vulnerabilities. (CVE-2011-2685)\n\nThis update also fixes the following non-security issues :\n\n - 676858: Document with full page graphic in header will\n not allow click-drag or right-click.\n\n - 681738: DDE link is lost when .xls file is opened/saved\n in Calc.\n\n - 683578: Large xlsx file takes extremely long to open\n with Libreoffice calc\n\n - 684784: Microsoft Office spreadsheet does not display\n anything\n\n - 693238: Column format in docx file is not displayed\n correctly.\n\n - 693477: Format of Word .doc file from HP is bad.\n\n - 694344: 3rd level bulleted items are not displayed\n properly.\n\n - 695479: L3: RTF file is not displayed correctly by\n Writer.\n\n - 696630: DDE link from Calc to Excel needs Excel open to\n update link in Calc.\n\n - 702506: Writer crashes when opening docx files.\n\n - 704639: HTML document appearance changes when opened in\n open office vs LibreOffice\n\n - 704642: 16 digit numbers change in LibreOffice when\n opening a file created in MS Excel\n\n - 705949: Information missing from MS Word document when\n opened in LibreOffice (w:sdt)\n\n - 706792: PTF 3.3.1-21 introduced a crash when opening a\n pptx presentation.\n\n - 707486: Macro from excel fails on Selection.Copy when\n run in Calc.\n\n - 707779: Disappearing text\n\n - 708137: xls spreadsheet is extremely slow to open and\n check boxes are broken.\n\n - 708518: Bullet symbol is not rendered correctly in a\n specific slide.\n\n - 710061: ODP export to PDF produces broken images\n\n - 710920: RPM installation ending with redundant error.\n\n - 711977: File association for fod* files are missing.\n\n - 712358: Some extensions broken after upgrading.\n\n - 715268: Command libreoffice --help does not work when\n LibreOffice is already started\n\n - 715416: Impress crashes starting Slide show in the\n context of dual monitors extension mode.\n\n - 715931: failed to save an odp file.", "edition": 22, "published": "2011-12-13T00:00:00", "title": "SuSE 10 Security Update : libreoffice (ZYPP Patch Number 7791)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2713", "CVE-2011-2685"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:suse:suse_linux"], "id": "SUSE_LIBREOFFICE-34-7791.NASL", "href": "https://www.tenable.com/plugins/nessus/57219", "sourceData": "#%NASL_MIN_LEVEL 80502\n#\n# (C) Tenable Network Security, Inc.\n#\n# The text description of this plugin is (C) Novell, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(57219);\n script_version (\"1.5\");\n script_cvs_date(\"Date: 2019/10/25 13:36:43\");\n\n script_cve_id(\"CVE-2011-2685\", \"CVE-2011-2713\");\n\n script_name(english:\"SuSE 10 Security Update : libreoffice (ZYPP Patch Number 7791)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote SuSE 10 host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"LibreOffice 3.4 includes many interesting features and fixes, see\nhttp://www.libreoffice.org/download/3-4-new-features-and-fixes/\n\nThe update fixes the following security issues :\n\n - 704311: libreoffice Lotus Word Pro filter multiple\n vulnerabilities. (CVE-2011-2685)\n\nThis update also fixes the following non-security issues :\n\n - 676858: Document with full page graphic in header will\n not allow click-drag or right-click.\n\n - 681738: DDE link is lost when .xls file is opened/saved\n in Calc.\n\n - 683578: Large xlsx file takes extremely long to open\n with Libreoffice calc\n\n - 684784: Microsoft Office spreadsheet does not display\n anything\n\n - 693238: Column format in docx file is not displayed\n correctly.\n\n - 693477: Format of Word .doc file from HP is bad.\n\n - 694344: 3rd level bulleted items are not displayed\n properly.\n\n - 695479: L3: RTF file is not displayed correctly by\n Writer.\n\n - 696630: DDE link from Calc to Excel needs Excel open to\n update link in Calc.\n\n - 702506: Writer crashes when opening docx files.\n\n - 704639: HTML document appearance changes when opened in\n open office vs LibreOffice\n\n - 704642: 16 digit numbers change in LibreOffice when\n opening a file created in MS Excel\n\n - 705949: Information missing from MS Word document when\n opened in LibreOffice (w:sdt)\n\n - 706792: PTF 3.3.1-21 introduced a crash when opening a\n pptx presentation.\n\n - 707486: Macro from excel fails on Selection.Copy when\n run in Calc.\n\n - 707779: Disappearing text\n\n - 708137: xls spreadsheet is extremely slow to open and\n check boxes are broken.\n\n - 708518: Bullet symbol is not rendered correctly in a\n specific slide.\n\n - 710061: ODP export to PDF produces broken images\n\n - 710920: RPM installation ending with redundant error.\n\n - 711977: File association for fod* files are missing.\n\n - 712358: Some extensions broken after upgrading.\n\n - 715268: Command libreoffice --help does not work when\n LibreOffice is already started\n\n - 715416: Impress crashes starting Slide show in the\n context of dual monitors extension mode.\n\n - 715931: failed to save an odp file.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2011-2685.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2011-2713.html\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Apply ZYPP patch number 7791.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:suse:suse_linux\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2011/07/21\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/10/06\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/12/13\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) exit(0, \"Local checks are not enabled.\");\nif (!get_kb_item(\"Host/SuSE/release\")) exit(0, \"The host is not running SuSE.\");\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) exit(1, \"Could not obtain the list of installed packages.\");\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) exit(1, \"Failed to determine the architecture type.\");\nif (cpu >!< \"x86_64\" && cpu !~ \"^i[3-6]86$\") exit(1, \"Local checks for SuSE 10 on the '\"+cpu+\"' architecture have not been implemented.\");\n\n\nflag = 0;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-af-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-ar-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-ca-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-cs-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-da-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-de-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-el-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-en-GB-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-es-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-fi-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-fr-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-galleries-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-gnome-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-gu-IN-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-hi-IN-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-hu-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-it-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-ja-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-kde-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-ko-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-mono-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-nb-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-nl-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-nn-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-pl-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-pt-BR-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-ru-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-sk-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-sv-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-xh-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-zh-CN-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-zh-TW-3.4.2.6-2.7.1\")) flag++;\nif (rpm_check(release:\"SLED10\", sp:4, reference:\"libreoffice-zu-3.4.2.6-2.7.1\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse exit(0, \"The host is not affected.\");\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T06:00:51", "description": "LibreOffice 3.4 includes new interesting features and fixes, see\nhttp://www.libreoffice.org/download/3-4-new-features-and-fixes/\n\nThe update fixes the following security issue :\n\n - 704311: libreoffice Lotus Word Pro filter multiple\n vulnerabilities. (CVE-2011-2685)\n\n - 722075: LibreOffice: Out-of-bounds read in DOC sprm\n (CVE-2011-2713) This update also fixes the following\n non-security issues :\n\n - 653519: Welcome screen missing.\n\n - 653662: libreoffice build calls mkbundle2 (deprecated)\n instead of mkbundle\n\n - 663622: Writer crash during document save\n\n - 675868: eliminate wording of ooconvert existed in\n loconvert --help\n\n - 675961: Libreoffice Copy paste of formula in Writer\n tables does not work as expected\n\n - 676858: Document with full page graphic in header will\n not allow click-drag or right-click.\n\n - 677354: The languagetool.rpm does not work as expected\n\n - 678998: Libre Office does not detect KDE3\n\n - 680272: Deleting multiple sheets results in run-time\n error/crash\n\n - 681738: DDE link is lost when .xls file is opened/saved\n in Calc.\n\n - 683578: Large xlsx file takes extremely long to open\n with Libreoffice calc\n\n - 684784: Microsoft Office spreadsheet does not display\n anything\n\n - 693238: Column format in docx file is not displayed\n correctly.\n\n - 693477: Format of Word .doc file from HP is bad.\n\n - 694119: Using File-->Send-->Document as E-mail will\n crash Impress\n\n - 694344: 3rd level bulleted items are not displayed\n properly.\n\n - 695479: RTF file is not displayed correctly by Writer.\n\n - 696630: DDE link from Calc to Excel needs Excel open to\n update link in Calc.\n\n - 699334: Presentation created in MS Office is missing\n text when opened in LibreOffice\n\n - 701317: xls spreadsheet macro fails with LibreOffice.\n\n - 702506: Writer crashes when opening docx files.\n\n - 704639: HTML document appearance changes when opened in\n open office vs LibreOffice\n\n - 704642: 16 digit numbers change in LibreOffice when\n opening a file created in MS Excel\n\n - 705949: Information missing from MS Word document when\n opened in LibreOffice (w:sdt)\n\n - 706792: crash when opening a pptx presentation.\n\n - 707486: Macro from excel fails on Selection.Copy when\n run in Calc.\n\n - 707779: Disappearing text\n\n - 708137: xls spreadsheet is extremely slow to open and\n check boxes are broken.\n\n - 708518: Bullet symbol is not rendered correctly in a\n specific slide.\n\n - 710061: ODP export to PDF produces broken images\n\n - 710920: RPM installation ending with redundant error.\n\n - 711977: File association for fod* files are missing.\n\n - 712358: Some extensions broken after upgrading.\n\n - 715268: Command libreoffice --help does not work when\n LibreOffice is already started\n\n - 715416: Impress crashes starting Slide show in the\n context of dual monitors extension mode.\n\n - 715931: failed to save an odp file.\n\n - 717262: libtool adds /usr/lib64 into rpath\n\n - 715856: LibreOffice:Stable/libreoffice-converter: Bug\n\n - 677354: The languagetool.rpm does not work as expected.\n\n - 693200: Documents created in MS Office cause LibreOffice\n to crash\n\n - 693386: Documents created in MS Office bring up the\n filter selection dialog when opened with LibreOffice\n\n - 693427: When using QT dialogs and not LibreOffice\n dialogs causes LibreOffice to hang when attempting to\n save a document\n\n - 706731: VBA Macros from MS Office Spreadsheet do not\n work correct with LibreOffice 3.3.1", "edition": 22, "published": "2011-12-13T00:00:00", "title": "SuSE 11.1 Security Update : LibreOffice (SAT Patch Number 5271)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2713", "CVE-2011-2685"], "modified": "2021-01-02T00:00:00", "cpe": ["p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-it", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-ru", "p-cpe:/a:novell:suse_linux:11:libreoffice-impress-extensions", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-da", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-xh", "p-cpe:/a:novell:suse_linux:11:libreoffice-base", "p-cpe:/a:novell:suse_linux:11:libreoffice-openclipart", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-hi-IN", "p-cpe:/a:novell:suse_linux:11:libreoffice-math", "p-cpe:/a:novell:suse_linux:11:libreoffice-converter", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-hi-IN", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-pt", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-hu", "p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-nl", "p-cpe:/a:novell:suse_linux:11:libreoffice-officebean", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-pt", "p-cpe:/a:novell:suse_linux:11:libreoffice-calc-extensions", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-it", "p-cpe:/a:novell:suse_linux:11:libreoffice-draw-extensions", "p-cpe:/a:novell:suse_linux:11:libreoffice-icon-themes", "p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-es", "p-cpe:/a:novell:suse_linux:11:libreoffice-base-extensions", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-pt-BR", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-en-US", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-sv", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-cs", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-zh-TW", "p-cpe:/a:novell:suse_linux:11:libneon27", "p-cpe:/a:novell:suse_linux:11:libreoffice-base-drivers-postgresql", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-zh-CN", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-pl", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-zh-CN", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-pl", "p-cpe:/a:novell:suse_linux:11:libneon27-32bit", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-sv", "p-cpe:/a:novell:suse_linux:11:libreoffice-kde4", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-gu-IN", "p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-en", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-de", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-cs", "cpe:/o:novell:suse_linux:11", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-da", "p-cpe:/a:novell:suse_linux:11:libreoffice-writer-extensions", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ca", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-ko", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-es", "p-cpe:/a:novell:suse_linux:11:libreoffice-writer", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-sk", "p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool", "p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-sv", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ru", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-nb", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-en-GB", "p-cpe:/a:novell:suse_linux:11:libreoffice-kde", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ja", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-pt-BR", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-fr", "p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-fr", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-zh-TW", "p-cpe:/a:novell:suse_linux:11:libreoffice-filters-optional", "p-cpe:/a:novell:suse_linux:11:libreoffice", "p-cpe:/a:novell:suse_linux:11:libreoffice-draw", "p-cpe:/a:novell:suse_linux:11:libreoffice-pyuno", "p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-de", "p-cpe:/a:novell:suse_linux:11:libreoffice-mailmerge", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ko", "p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-it", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-nl", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-nl", "p-cpe:/a:novell:suse_linux:11:libreoffice-impress", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-af", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-nn", "p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-pl", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-hu", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-es", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-fi", "p-cpe:/a:novell:suse_linux:11:libreoffice-calc", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-ja", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-zu", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-gu-IN", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-en-GB", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-fr", "p-cpe:/a:novell:suse_linux:11:libreoffice-help-de", "p-cpe:/a:novell:suse_linux:11:libreoffice-mono", "p-cpe:/a:novell:suse_linux:11:libreoffice-gnome", "p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ar"], "id": "SUSE_11_LIBREOFFICE-34-111012.NASL", "href": "https://www.tenable.com/plugins/nessus/57118", "sourceData": "#%NASL_MIN_LEVEL 80502\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from SuSE 11 update information. The text itself is\n# copyright (C) Novell, Inc.\n#\n\nif (NASL_LEVEL < 3000) exit(0);\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(57118);\n script_version(\"1.5\");\n script_cvs_date(\"Date: 2019/10/25 13:36:43\");\n\n script_cve_id(\"CVE-2011-2685\", \"CVE-2011-2713\");\n\n script_name(english:\"SuSE 11.1 Security Update : LibreOffice (SAT Patch Number 5271)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote SuSE 11 host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"LibreOffice 3.4 includes new interesting features and fixes, see\nhttp://www.libreoffice.org/download/3-4-new-features-and-fixes/\n\nThe update fixes the following security issue :\n\n - 704311: libreoffice Lotus Word Pro filter multiple\n vulnerabilities. (CVE-2011-2685)\n\n - 722075: LibreOffice: Out-of-bounds read in DOC sprm\n (CVE-2011-2713) This update also fixes the following\n non-security issues :\n\n - 653519: Welcome screen missing.\n\n - 653662: libreoffice build calls mkbundle2 (deprecated)\n instead of mkbundle\n\n - 663622: Writer crash during document save\n\n - 675868: eliminate wording of ooconvert existed in\n loconvert --help\n\n - 675961: Libreoffice Copy paste of formula in Writer\n tables does not work as expected\n\n - 676858: Document with full page graphic in header will\n not allow click-drag or right-click.\n\n - 677354: The languagetool.rpm does not work as expected\n\n - 678998: Libre Office does not detect KDE3\n\n - 680272: Deleting multiple sheets results in run-time\n error/crash\n\n - 681738: DDE link is lost when .xls file is opened/saved\n in Calc.\n\n - 683578: Large xlsx file takes extremely long to open\n with Libreoffice calc\n\n - 684784: Microsoft Office spreadsheet does not display\n anything\n\n - 693238: Column format in docx file is not displayed\n correctly.\n\n - 693477: Format of Word .doc file from HP is bad.\n\n - 694119: Using File-->Send-->Document as E-mail will\n crash Impress\n\n - 694344: 3rd level bulleted items are not displayed\n properly.\n\n - 695479: RTF file is not displayed correctly by Writer.\n\n - 696630: DDE link from Calc to Excel needs Excel open to\n update link in Calc.\n\n - 699334: Presentation created in MS Office is missing\n text when opened in LibreOffice\n\n - 701317: xls spreadsheet macro fails with LibreOffice.\n\n - 702506: Writer crashes when opening docx files.\n\n - 704639: HTML document appearance changes when opened in\n open office vs LibreOffice\n\n - 704642: 16 digit numbers change in LibreOffice when\n opening a file created in MS Excel\n\n - 705949: Information missing from MS Word document when\n opened in LibreOffice (w:sdt)\n\n - 706792: crash when opening a pptx presentation.\n\n - 707486: Macro from excel fails on Selection.Copy when\n run in Calc.\n\n - 707779: Disappearing text\n\n - 708137: xls spreadsheet is extremely slow to open and\n check boxes are broken.\n\n - 708518: Bullet symbol is not rendered correctly in a\n specific slide.\n\n - 710061: ODP export to PDF produces broken images\n\n - 710920: RPM installation ending with redundant error.\n\n - 711977: File association for fod* files are missing.\n\n - 712358: Some extensions broken after upgrading.\n\n - 715268: Command libreoffice --help does not work when\n LibreOffice is already started\n\n - 715416: Impress crashes starting Slide show in the\n context of dual monitors extension mode.\n\n - 715931: failed to save an odp file.\n\n - 717262: libtool adds /usr/lib64 into rpath\n\n - 715856: LibreOffice:Stable/libreoffice-converter: Bug\n\n - 677354: The languagetool.rpm does not work as expected.\n\n - 693200: Documents created in MS Office cause LibreOffice\n to crash\n\n - 693386: Documents created in MS Office bring up the\n filter selection dialog when opened with LibreOffice\n\n - 693427: When using QT dialogs and not LibreOffice\n dialogs causes LibreOffice to hang when attempting to\n save a document\n\n - 706731: VBA Macros from MS Office Spreadsheet do not\n work correct with LibreOffice 3.3.1\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=653519\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=653662\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=663622\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=675868\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=675961\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=676858\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=678998\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=680272\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=681738\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=683578\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=684784\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=693238\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=693477\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=694119\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=694344\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=695479\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=696630\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=699334\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=702506\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=704311\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=704639\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=704642\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=705949\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=706792\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=707486\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=707779\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=708137\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=708518\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=710061\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=710920\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=711977\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=712358\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715268\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715416\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715856\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715931\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=717262\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2011-2685.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://support.novell.com/security/cve/CVE-2011-2713.html\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Apply SAT patch number 5271.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libneon27\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libneon27-32bit\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-base-drivers-postgresql\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-base-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-calc-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-converter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-draw-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-filters-optional\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-gnome\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-en-GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-en-US\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-gu-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-hi-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-pt-BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-zh-CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-help-zh-TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-icon-themes\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-impress-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-kde\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-kde4\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-af\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ar\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ca\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-en-GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-fi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-gu-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-hi-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-nb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-nn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-pt-BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-xh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-zh-CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-zh-TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-l10n-zu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-en\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-languagetool-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-mailmerge\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-mono\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-officebean\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-openclipart\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-pyuno\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:suse_linux:11:libreoffice-writer-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:suse_linux:11\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/10/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/12/13\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2011-2019 Tenable Network Security, Inc.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release !~ \"^(SLED|SLES)11\") audit(AUDIT_OS_NOT, \"SuSE 11\");\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (cpu !~ \"^i[3-6]86$\" && \"x86_64\" >!< cpu && \"s390x\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"SuSE 11\", cpu);\n\npl = get_kb_item(\"Host/SuSE/patchlevel\");\nif (isnull(pl) || int(pl) != 1) audit(AUDIT_OS_NOT, \"SuSE 11.1\");\n\n\nflag = 0;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libneon27-0.29.6-6.5.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-base-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-base-drivers-postgresql-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-base-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-calc-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-calc-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-converter-3.3-1.7.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-draw-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-draw-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-filters-optional-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-gnome-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-cs-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-da-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-de-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-en-GB-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-en-US-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-es-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-fr-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-gu-IN-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-hi-IN-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-hu-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-it-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-ja-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-ko-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-nl-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-pl-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-pt-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-pt-BR-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-ru-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-sv-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-zh-CN-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-help-zh-TW-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-icon-themes-3.4.2.6-0.8.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-impress-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-impress-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-kde-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-kde4-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-af-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-ar-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-ca-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-cs-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-da-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-de-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-en-GB-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-es-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-fi-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-fr-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-gu-IN-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-hi-IN-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-hu-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-it-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-ja-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-ko-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-nb-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-nl-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-nn-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-pl-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-pt-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-pt-BR-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-ru-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-sk-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-sv-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-xh-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-zh-CN-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-zh-TW-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-l10n-zu-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-languagetool-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-languagetool-de-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-languagetool-en-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-languagetool-es-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-languagetool-fr-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-languagetool-it-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-languagetool-nl-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-languagetool-pl-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-languagetool-sv-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-mailmerge-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-math-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-mono-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-officebean-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-openclipart-3.4-0.6.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-pyuno-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-writer-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"i586\", reference:\"libreoffice-writer-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libneon27-0.29.6-6.5.1\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-base-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-base-drivers-postgresql-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-base-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-calc-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-calc-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-converter-3.3-1.7.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-draw-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-draw-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-filters-optional-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-gnome-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-cs-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-da-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-de-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-en-GB-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-en-US-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-es-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-fr-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-gu-IN-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-hi-IN-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-hu-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-it-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-ja-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-ko-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-nl-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-pl-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-pt-3.4.2.6-0.14.3\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-pt-BR-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-ru-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-sv-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-zh-CN-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-help-zh-TW-3.4.2.6-0.14.2\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-icon-themes-3.4.2.6-0.8.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-impress-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-impress-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-kde-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-kde4-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-af-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-ar-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-ca-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-cs-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-da-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-de-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-en-GB-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-es-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-fi-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-fr-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-gu-IN-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-hi-IN-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-hu-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-it-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-ja-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-ko-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-nb-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-nl-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-nn-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-pl-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-pt-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-pt-BR-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-ru-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-sk-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-sv-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-xh-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-zh-CN-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-zh-TW-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-l10n-zu-3.4.2.6-0.7.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-languagetool-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-languagetool-de-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-languagetool-en-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-languagetool-es-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-languagetool-fr-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-languagetool-it-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-languagetool-nl-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-languagetool-pl-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-languagetool-sv-1.4-2.5.10\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-mailmerge-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-math-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-mono-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-officebean-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-openclipart-3.4-0.6.9\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-pyuno-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-writer-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLED11\", sp:1, cpu:\"x86_64\", reference:\"libreoffice-writer-extensions-3.4.2.6-0.14.4\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:1, cpu:\"i586\", reference:\"libneon27-0.29.6-6.5.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:1, cpu:\"x86_64\", reference:\"libneon27-0.29.6-6.5.1\")) flag++;\nif (rpm_check(release:\"SLES11\", sp:1, cpu:\"x86_64\", reference:\"libneon27-32bit-0.29.6-6.5.1\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T05:56:35", "description": "LibreOffice 3.4 includes new interesting features and fixes, see\nhttp://www.libreoffice.org/download/3-4-new-features-and-fix es/\n\nThe update fixes the following security issue :\n\n - 704311: libreoffice Lotus Word Pro filter multiple\n vulnerabilities (CVE-2011-2685)\n\n - 722075: LibreOffice: Out-of-bounds read in DOC sprm\n (CVE-2011-2713)\n\nThis update also fixes the following non-security issues :\n\n - 647959: LibO has a regression problem to show emf charts\n properly.\n\n - 650049: pptx presentation has text in boxes and circles.\n Only text is displayed.\n\n - 651250: Video and Audio does not play in slide show mode\n of LibO Impress.\n\n - 652562: LibreOffice crashes on start on 11.4-MS3 NET/DVD\n install\n\n - 653662: libreoffice build calls mkbundle2 (deprecated)\n instead of mkbundle\n\n - 663622: Writer crash during document save\n\n - 665112: could not type or edit office document\n\n - 675868: eliminate wording of ooconvert existed in\n loconvert --help\n\n - 675961: Libreoffice Copy paste of formula in Writer\n tables does not work as expected\n\n - 676858: Document with full page graphic in header will\n not allow click-drag or right-click.\n\n - 678998: Libre Office 3.3.1 does not detect KDE3\n\n - 680272: Deleting multiple sheets results in run-time\n error/crash\n\n - 681738: DDE link is lost when .xls file is opened/saved\n in Calc.\n\n - 683578: Large xlsx file takes extremely long to open\n with Libreoffice calc\n\n - 684784: Microsoft Office spreadsheet does not display\n anything\n\n - 693238: Column format in docx file is not displayed\n correctly.\n\n - 693477: Format of Word .doc file from HP is bad.\n\n - 694119: Using File-->Send-->Document as E-mail will\n crash Impress\n\n - 694344: 3rd level bulleted items are not displayed\n properly.\n\n - 695479: L3: RTF file is not displayed correctly by\n Writer.\n\n - 696630: DDE link from Calc to Excel needs Excel open to\n update link in Calc.\n\n - 702506: Writer crashes when opening docx files.\n\n - 704639: HTML document appearance changes when opened in\n open office vs LibreOffice\n\n - 704642: 16 digit numbers change in LibreOffice when\n opening a file created in MS Excel\n\n - 705949: Information missing from MS Word document when\n opened in LibreOffice (w:sdt)\n\n - 706792: PTF 3.3.1-21 introduced a crash when opening a\n pptx presentation.\n\n - 707486: Macro from excel fails on Selection.Copy when\n run in Calc.\n\n - 707779: Disappearing text\n\n - 708137: xls spreadsheet is extremely slow to open and\n check boxes are broken.\n\n - 708518: Bullet symbol is not rendered correctly in a\n specific slide.\n\n - 710061: ODP export to PDF produces broken images\n\n - 710920: RPM installation ending with redundant error.\n\n - 711977: File association for fod* files are missing.\n\n - 712358: Some extensions broken after upgrading.\n\n - 715268: Command libreoffice --help does not work when\n LibreOffice is already started\n\n - 715856: LibreOffice:Stable/libreoffice-converter: Bug\n\n - 715416: Impress crashes starting Slide show in the\n context of dual monitors extension mode.\n\n - 715931: failed to save an odp file.\n\n - 717262: libtool adds /usr/lib64 into rpath", "edition": 25, "published": "2014-06-13T00:00:00", "title": "openSUSE Security Update : libreoffice-34 (openSUSE-SU-2011:1143-2)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2713", "CVE-2011-2685"], "modified": "2021-01-02T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:libreoffice-openclipart", "p-cpe:/a:novell:opensuse:libreoffice-mailmerge", "p-cpe:/a:novell:opensuse:libreoffice-l10n-de", "p-cpe:/a:novell:opensuse:libreoffice-l10n-af", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ru", "p-cpe:/a:novell:opensuse:libreoffice", "p-cpe:/a:novell:opensuse:libreoffice-l10n-st", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-ca", "p-cpe:/a:novell:opensuse:libreoffice-l10n-bg", "p-cpe:/a:novell:opensuse:libreoffice-l10n-pa-IN", "p-cpe:/a:novell:opensuse:libreoffice-help-ja", "p-cpe:/a:novell:opensuse:libreoffice-impress-extensions", "p-cpe:/a:novell:opensuse:libreoffice-l10n-el", "p-cpe:/a:novell:opensuse:libreoffice-help-sl", "p-cpe:/a:novell:opensuse:libreoffice-l10n-rw", "p-cpe:/a:novell:opensuse:libreoffice-officebean", "p-cpe:/a:novell:opensuse:libreoffice-help-ru", "p-cpe:/a:novell:opensuse:libreoffice-help-en-US", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ar", "p-cpe:/a:novell:opensuse:libreoffice-math-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-l10n-en-GB", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-sv", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ts", "p-cpe:/a:novell:opensuse:libreoffice-l10n-uk", "p-cpe:/a:novell:opensuse:libreoffice-gnome-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-help-nl", "p-cpe:/a:novell:opensuse:libreoffice-l10n-br", "p-cpe:/a:novell:opensuse:libreoffice-help-en-GB", "p-cpe:/a:novell:opensuse:libreoffice-l10n-nn", "p-cpe:/a:novell:opensuse:libreoffice-l10n-nb", "p-cpe:/a:novell:opensuse:libreoffice-help-en-ZA", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-fr", "p-cpe:/a:novell:opensuse:libreoffice-pyuno-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-galaxy", "p-cpe:/a:novell:opensuse:libreoffice-icon-themes-prebuilt", "p-cpe:/a:novell:opensuse:libreoffice-help-da", "p-cpe:/a:novell:opensuse:libreoffice-help-pt", "p-cpe:/a:novell:opensuse:libreoffice-l10n-da", "p-cpe:/a:novell:opensuse:libreoffice-base", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sv", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sl", "p-cpe:/a:novell:opensuse:libreoffice-l10n-zh-CN", "p-cpe:/a:novell:opensuse:libreoffice-base-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-l10n-tg", "p-cpe:/a:novell:opensuse:libreoffice-l10n-cy", "p-cpe:/a:novell:opensuse:libreoffice-l10n-fi", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sr", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sk", "p-cpe:/a:novell:opensuse:libreoffice-l10n-es", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ko", "p-cpe:/a:novell:opensuse:libreoffice-l10n-zh-TW", "p-cpe:/a:novell:opensuse:libreoffice-draw-extensions", "p-cpe:/a:novell:opensuse:libreoffice-l10n-nl", "p-cpe:/a:novell:opensuse:libreoffice-help-gl", "p-cpe:/a:novell:opensuse:libreoffice-l10n-hu", "p-cpe:/a:novell:opensuse:libreoffice-l10n-he", "p-cpe:/a:novell:opensuse:libreoffice-filters-optional-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-l10n-th", "p-cpe:/a:novell:opensuse:libreoffice-help-pl", "p-cpe:/a:novell:opensuse:libreoffice-converter", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-hicontrast", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ss", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ve", "cpe:/o:novell:opensuse:11.4", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-it", "p-cpe:/a:novell:opensuse:libreoffice-help-cs", "p-cpe:/a:novell:opensuse:libreoffice-impress-extensions-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-l10n-et", "p-cpe:/a:novell:opensuse:libreoffice-writer", "p-cpe:/a:novell:opensuse:libreoffice-base-drivers-mysql", "p-cpe:/a:novell:opensuse:libreoffice-calc-extensions", "p-cpe:/a:novell:opensuse:libreoffice-l10n-gl", "p-cpe:/a:novell:opensuse:libreoffice-officebean-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-help-gu-IN", "p-cpe:/a:novell:opensuse:libreoffice-impress-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-oxygen", "p-cpe:/a:novell:opensuse:libreoffice-base-drivers-postgresql", "p-cpe:/a:novell:opensuse:libreoffice-l10n-hi-IN", "p-cpe:/a:novell:opensuse:libreoffice-draw", "p-cpe:/a:novell:opensuse:libreoffice-calc-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-tango", "p-cpe:/a:novell:opensuse:libreoffice-l10n-vi", "p-cpe:/a:novell:opensuse:libreoffice-impress", "p-cpe:/a:novell:opensuse:libreoffice-l10n-lt", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ca", "p-cpe:/a:novell:opensuse:libreoffice-filters-optional", "p-cpe:/a:novell:opensuse:libreoffice-l10n-be-BY", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-gl", "p-cpe:/a:novell:opensuse:libreoffice-help-ko", "p-cpe:/a:novell:opensuse:libreoffice-l10n-hr", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-ru", "p-cpe:/a:novell:opensuse:libreoffice-writer-extensions", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-nl", "p-cpe:/a:novell:opensuse:libreoffice-help-fr", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ja", "p-cpe:/a:novell:opensuse:libreoffice-kde4", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-es", "p-cpe:/a:novell:opensuse:libreoffice-help-km", "p-cpe:/a:novell:opensuse:libreoffice-help-it", "p-cpe:/a:novell:opensuse:libreoffice-math", "p-cpe:/a:novell:opensuse:libreoffice-help-es", "p-cpe:/a:novell:opensuse:libreoffice-help-hi-IN", "p-cpe:/a:novell:opensuse:libreoffice-l10n-pt-BR", "p-cpe:/a:novell:opensuse:libreoffice-l10n-it", "p-cpe:/a:novell:opensuse:libreoffice-l10n-nr", "p-cpe:/a:novell:opensuse:libreoffice-writer-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ka", "p-cpe:/a:novell:opensuse:libreoffice-l10n-prebuilt", "p-cpe:/a:novell:opensuse:libreoffice-help-pt-BR", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sh", "p-cpe:/a:novell:opensuse:libreoffice-l10n-en-ZA", "p-cpe:/a:novell:opensuse:libreoffice-base-drivers-mysql-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-help-sv", "p-cpe:/a:novell:opensuse:libreoffice-l10n-km", "p-cpe:/a:novell:opensuse:libreoffice-testtool-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-l10n-tr", "p-cpe:/a:novell:opensuse:libreoffice-l10n-pl", "p-cpe:/a:novell:opensuse:libreoffice-help-et", "p-cpe:/a:novell:opensuse:libreoffice-l10n-pt", "p-cpe:/a:novell:opensuse:libreoffice-pyuno", "p-cpe:/a:novell:opensuse:libreoffice-calc", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-de", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-crystal", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-sk", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-ro", "p-cpe:/a:novell:opensuse:libreoffice-l10n-gu-IN", "p-cpe:/a:novell:opensuse:libreoffice-kde4-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-en", "p-cpe:/a:novell:opensuse:libreoffice-l10n-cs", "p-cpe:/a:novell:opensuse:libreoffice-base-drivers-postgresql-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-testtool", "p-cpe:/a:novell:opensuse:libreoffice-help-zh-CN", "p-cpe:/a:novell:opensuse:libreoffice-l10n-xh", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-pl", "p-cpe:/a:novell:opensuse:libreoffice-gnome", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ga", "p-cpe:/a:novell:opensuse:libreoffice-branding-upstream", "p-cpe:/a:novell:opensuse:libreoffice-help-zh-TW", "p-cpe:/a:novell:opensuse:libreoffice-l10n-fr", "p-cpe:/a:novell:opensuse:libreoffice-languagetool", "p-cpe:/a:novell:opensuse:libreoffice-draw-extensions-debuginfo", "p-cpe:/a:novell:opensuse:libreoffice-help-de", "p-cpe:/a:novell:opensuse:libreoffice-base-extensions", "p-cpe:/a:novell:opensuse:libreoffice-l10n-mk", "p-cpe:/a:novell:opensuse:libreoffice-help-hu", "p-cpe:/a:novell:opensuse:libreoffice-l10n-zu"], "id": "SUSE_11_4_LIBREOFFICE-34-111007.NASL", "href": "https://www.tenable.com/plugins/nessus/75919", "sourceData": "#%NASL_MIN_LEVEL 80502\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update libreoffice-34-5253.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(75919);\n script_version(\"1.6\");\n script_cvs_date(\"Date: 2019/10/25 13:36:42\");\n\n script_cve_id(\"CVE-2011-2685\", \"CVE-2011-2713\");\n\n script_name(english:\"openSUSE Security Update : libreoffice-34 (openSUSE-SU-2011:1143-2)\");\n script_summary(english:\"Check for the libreoffice-34-5253 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"LibreOffice 3.4 includes new interesting features and fixes, see\nhttp://www.libreoffice.org/download/3-4-new-features-and-fix es/\n\nThe update fixes the following security issue :\n\n - 704311: libreoffice Lotus Word Pro filter multiple\n vulnerabilities (CVE-2011-2685)\n\n - 722075: LibreOffice: Out-of-bounds read in DOC sprm\n (CVE-2011-2713)\n\nThis update also fixes the following non-security issues :\n\n - 647959: LibO has a regression problem to show emf charts\n properly.\n\n - 650049: pptx presentation has text in boxes and circles.\n Only text is displayed.\n\n - 651250: Video and Audio does not play in slide show mode\n of LibO Impress.\n\n - 652562: LibreOffice crashes on start on 11.4-MS3 NET/DVD\n install\n\n - 653662: libreoffice build calls mkbundle2 (deprecated)\n instead of mkbundle\n\n - 663622: Writer crash during document save\n\n - 665112: could not type or edit office document\n\n - 675868: eliminate wording of ooconvert existed in\n loconvert --help\n\n - 675961: Libreoffice Copy paste of formula in Writer\n tables does not work as expected\n\n - 676858: Document with full page graphic in header will\n not allow click-drag or right-click.\n\n - 678998: Libre Office 3.3.1 does not detect KDE3\n\n - 680272: Deleting multiple sheets results in run-time\n error/crash\n\n - 681738: DDE link is lost when .xls file is opened/saved\n in Calc.\n\n - 683578: Large xlsx file takes extremely long to open\n with Libreoffice calc\n\n - 684784: Microsoft Office spreadsheet does not display\n anything\n\n - 693238: Column format in docx file is not displayed\n correctly.\n\n - 693477: Format of Word .doc file from HP is bad.\n\n - 694119: Using File-->Send-->Document as E-mail will\n crash Impress\n\n - 694344: 3rd level bulleted items are not displayed\n properly.\n\n - 695479: L3: RTF file is not displayed correctly by\n Writer.\n\n - 696630: DDE link from Calc to Excel needs Excel open to\n update link in Calc.\n\n - 702506: Writer crashes when opening docx files.\n\n - 704639: HTML document appearance changes when opened in\n open office vs LibreOffice\n\n - 704642: 16 digit numbers change in LibreOffice when\n opening a file created in MS Excel\n\n - 705949: Information missing from MS Word document when\n opened in LibreOffice (w:sdt)\n\n - 706792: PTF 3.3.1-21 introduced a crash when opening a\n pptx presentation.\n\n - 707486: Macro from excel fails on Selection.Copy when\n run in Calc.\n\n - 707779: Disappearing text\n\n - 708137: xls spreadsheet is extremely slow to open and\n check boxes are broken.\n\n - 708518: Bullet symbol is not rendered correctly in a\n specific slide.\n\n - 710061: ODP export to PDF produces broken images\n\n - 710920: RPM installation ending with redundant error.\n\n - 711977: File association for fod* files are missing.\n\n - 712358: Some extensions broken after upgrading.\n\n - 715268: Command libreoffice --help does not work when\n LibreOffice is already started\n\n - 715856: LibreOffice:Stable/libreoffice-converter: Bug\n\n - 715416: Impress crashes starting Slide show in the\n context of dual monitors extension mode.\n\n - 715931: failed to save an odp file.\n\n - 717262: libtool adds /usr/lib64 into rpath\"\n );\n # http://www.libreoffice.org/download/3-4-new-features-and-fix\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.libreoffice.org/download/download/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=647959\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=650049\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=651250\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=652562\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=653662\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=663622\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=665112\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=675868\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=675961\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=676858\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=678998\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=680272\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=681738\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=683578\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=684784\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=693238\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=693477\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=694119\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=694344\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=695479\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=696630\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=702506\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=704311\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=704639\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=704642\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=705949\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=706792\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=707486\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=707779\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=708137\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=708518\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=710061\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=710920\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=711977\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=712358\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715268\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715416\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715856\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715931\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=717262\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.opensuse.org/opensuse-updates/2011-10/msg00019.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libreoffice-34 packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-mysql\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-mysql-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-postgresql\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-postgresql-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-branding-upstream\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-calc-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-calc-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-converter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-draw-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-draw-extensions-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-filters-optional\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-filters-optional-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-gnome\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-gnome-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-en-GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-en-US\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-en-ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-et\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-gl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-gu-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-hi-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-km\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-pt-BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-sl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-zh-CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-zh-TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-crystal\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-galaxy\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-hicontrast\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-oxygen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-tango\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-themes-prebuilt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-impress-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-impress-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-impress-extensions-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-kde4\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-kde4-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-af\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ar\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-be-BY\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-bg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-br\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ca\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-cy\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-el\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-en-GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-en-ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-et\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-fi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ga\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-gl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-gu-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-he\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-hi-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-hr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ka\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-km\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-lt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-mk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-nb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-nn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-nr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-pa-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-prebuilt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-pt-BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-rw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ss\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-st\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-tg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-th\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-tr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ts\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-uk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ve\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-vi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-xh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-zh-CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-zh-TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-zu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-ca\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-en\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-gl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-ro\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-mailmerge\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-math-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-officebean\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-officebean-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-openclipart\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-pyuno\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-pyuno-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-testtool\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-testtool-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-writer-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-writer-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:11.4\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/10/07\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2014/06/13\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE11\\.4)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"11.4\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(i586|i686|x86_64)$\") audit(AUDIT_ARCH_NOT, \"i586 / i686 / x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-base-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-base-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-base-drivers-mysql-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-base-drivers-mysql-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-base-drivers-postgresql-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-base-drivers-postgresql-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-base-extensions-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-branding-upstream-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-calc-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-calc-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-calc-extensions-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-converter-3.3-1.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-draw-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-draw-extensions-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-draw-extensions-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-filters-optional-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-filters-optional-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-gnome-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-gnome-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-cs-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-da-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-de-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-en-GB-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-en-US-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-en-ZA-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-es-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-et-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-fr-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-gl-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-gu-IN-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-hi-IN-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-hu-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-it-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-ja-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-km-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-ko-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-nl-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-pl-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-pt-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-pt-BR-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-ru-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-sl-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-sv-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-zh-CN-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-help-zh-TW-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-icon-theme-crystal-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-icon-theme-galaxy-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-icon-theme-hicontrast-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-icon-theme-oxygen-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-icon-theme-tango-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-icon-themes-prebuilt-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-impress-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-impress-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-impress-extensions-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-impress-extensions-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-kde4-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-kde4-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-af-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ar-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-be-BY-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-bg-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-br-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ca-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-cs-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-cy-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-da-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-de-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-el-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-en-GB-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-en-ZA-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-es-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-et-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-fi-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-fr-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ga-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-gl-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-gu-IN-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-he-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-hi-IN-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-hr-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-hu-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-it-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ja-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ka-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-km-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ko-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-lt-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-mk-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-nb-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-nl-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-nn-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-nr-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-pa-IN-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-pl-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-prebuilt-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-pt-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-pt-BR-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ru-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-rw-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-sh-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-sk-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-sl-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-sr-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ss-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-st-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-sv-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-tg-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-th-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-tr-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ts-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-uk-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-ve-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-vi-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-xh-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-zh-CN-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-zh-TW-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-l10n-zu-3.4.2.6-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-ca-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-de-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-en-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-es-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-fr-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-gl-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-it-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-nl-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-pl-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-ro-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-ru-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-sk-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-languagetool-sv-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-mailmerge-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-math-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-math-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-officebean-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-officebean-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-openclipart-3.4-1.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-pyuno-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-pyuno-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-testtool-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-testtool-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-writer-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-writer-debuginfo-3.4.2.6-2.3.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.4\", reference:\"libreoffice-writer-extensions-3.4.2.6-2.3.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"libreoffice\");\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T05:55:27", "description": "LibreOffice 3.4 includes new interesting features and fixes, see\nhttp://www.libreoffice.org/download/3-4-new-features-and-fix es/\n\nThe update fixes the following security issue :\n\n - 704311: libreoffice Lotus Word Pro filter multiple\n vulnerabilities (CVE-2011-2685)\n\n - 722075: LibreOffice: Out-of-bounds read in DOC sprm\n (CVE-2011-2713)\n\nThis update also fixes the following non-security issues :\n\n - 647959: LibO has a regression problem to show emf charts\n properly.\n\n - 650049: pptx presentation has text in boxes and circles.\n Only text is displayed.\n\n - 651250: Video and Audio does not play in slide show mode\n of LibO Impress.\n\n - 652562: LibreOffice crashes on start on 11.4-MS3 NET/DVD\n install\n\n - 653662: libreoffice build calls mkbundle2 (deprecated)\n instead of mkbundle\n\n - 663622: Writer crash during document save\n\n - 665112: could not type or edit office document\n\n - 675868: eliminate wording of ooconvert existed in\n loconvert --help\n\n - 675961: Libreoffice Copy paste of formula in Writer\n tables does not work as expected\n\n - 676858: Document with full page graphic in header will\n not allow click-drag or right-click.\n\n - 678998: Libre Office 3.3.1 does not detect KDE3\n\n - 680272: Deleting multiple sheets results in run-time\n error/crash\n\n - 681738: DDE link is lost when .xls file is opened/saved\n in Calc.\n\n - 683578: Large xlsx file takes extremely long to open\n with Libreoffice calc\n\n - 684784: Microsoft Office spreadsheet does not display\n anything\n\n - 693238: Column format in docx file is not displayed\n correctly.\n\n - 693477: Format of Word .doc file from HP is bad.\n\n - 694119: Using File-->Send-->Document as E-mail will\n crash Impress\n\n - 694344: 3rd level bulleted items are not displayed\n properly.\n\n - 695479: L3: RTF file is not displayed correctly by\n Writer.\n\n - 696630: DDE link from Calc to Excel needs Excel open to\n update link in Calc.\n\n - 702506: Writer crashes when opening docx files.\n\n - 704639: HTML document appearance changes when opened in\n open office vs LibreOffice\n\n - 704642: 16 digit numbers change in LibreOffice when\n opening a file created in MS Excel\n\n - 705949: Information missing from MS Word document when\n opened in LibreOffice (w:sdt)\n\n - 706792: PTF 3.3.1-21 introduced a crash when opening a\n pptx presentation.\n\n - 707486: Macro from excel fails on Selection.Copy when\n run in Calc.\n\n - 707779: Disappearing text\n\n - 708137: xls spreadsheet is extremely slow to open and\n check boxes are broken.\n\n - 708518: Bullet symbol is not rendered correctly in a\n specific slide.\n\n - 710061: ODP export to PDF produces broken images\n\n - 710920: RPM installation ending with redundant error.\n\n - 711977: File association for fod* files are missing.\n\n - 712358: Some extensions broken after upgrading.\n\n - 715268: Command libreoffice --help does not work when\n LibreOffice is already started\n\n - 715856: LibreOffice:Stable/libreoffice-converter: Bug\n\n - 715416: Impress crashes starting Slide show in the\n context of dual monitors extension mode.\n\n - 715931: failed to save an odp file.\n\n - 717262: libtool adds /usr/lib64 into rpath", "edition": 25, "published": "2014-06-13T00:00:00", "title": "openSUSE Security Update : libreoffice-34 (openSUSE-SU-2011:1143-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2713", "CVE-2011-2685"], "modified": "2021-01-02T00:00:00", "cpe": ["p-cpe:/a:novell:opensuse:libreoffice-openclipart", "p-cpe:/a:novell:opensuse:libreoffice-mailmerge", "p-cpe:/a:novell:opensuse:libreoffice-l10n-de", "p-cpe:/a:novell:opensuse:libreoffice-l10n-af", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ru", "p-cpe:/a:novell:opensuse:libreoffice-mono", "p-cpe:/a:novell:opensuse:libreoffice", "p-cpe:/a:novell:opensuse:libreoffice-l10n-st", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-ca", "p-cpe:/a:novell:opensuse:libreoffice-l10n-bg", "p-cpe:/a:novell:opensuse:libreoffice-l10n-pa-IN", "p-cpe:/a:novell:opensuse:libreoffice-help-ja", "p-cpe:/a:novell:opensuse:libreoffice-impress-extensions", "p-cpe:/a:novell:opensuse:libreoffice-l10n-el", "p-cpe:/a:novell:opensuse:libreoffice-help-sl", "p-cpe:/a:novell:opensuse:libreoffice-l10n-rw", "p-cpe:/a:novell:opensuse:libreoffice-officebean", "p-cpe:/a:novell:opensuse:libreoffice-help-ru", "p-cpe:/a:novell:opensuse:libreoffice-help-en-US", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ar", "p-cpe:/a:novell:opensuse:libreoffice-l10n-en-GB", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-sv", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ts", "p-cpe:/a:novell:opensuse:libreoffice-l10n-uk", "p-cpe:/a:novell:opensuse:libreoffice-help-nl", "p-cpe:/a:novell:opensuse:libreoffice-l10n-br", "p-cpe:/a:novell:opensuse:libreoffice-help-en-GB", "p-cpe:/a:novell:opensuse:libreoffice-l10n-nn", "p-cpe:/a:novell:opensuse:libreoffice-l10n-nb", "p-cpe:/a:novell:opensuse:libreoffice-help-en-ZA", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-fr", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-galaxy", "p-cpe:/a:novell:opensuse:libreoffice-icon-themes-prebuilt", "p-cpe:/a:novell:opensuse:libreoffice-help-da", "p-cpe:/a:novell:opensuse:libreoffice-help-pt", "p-cpe:/a:novell:opensuse:libreoffice-l10n-da", "p-cpe:/a:novell:opensuse:libreoffice-base", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sv", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sl", "p-cpe:/a:novell:opensuse:libreoffice-l10n-zh-CN", "p-cpe:/a:novell:opensuse:libreoffice-l10n-tg", "p-cpe:/a:novell:opensuse:libreoffice-l10n-cy", "p-cpe:/a:novell:opensuse:libreoffice-l10n-fi", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sr", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sk", "p-cpe:/a:novell:opensuse:libreoffice-l10n-es", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ko", "p-cpe:/a:novell:opensuse:libreoffice-l10n-zh-TW", "p-cpe:/a:novell:opensuse:libreoffice-draw-extensions", "p-cpe:/a:novell:opensuse:libreoffice-l10n-nl", "p-cpe:/a:novell:opensuse:libreoffice-help-gl", "p-cpe:/a:novell:opensuse:libreoffice-l10n-hu", "p-cpe:/a:novell:opensuse:libreoffice-l10n-he", "p-cpe:/a:novell:opensuse:libreoffice-l10n-th", "p-cpe:/a:novell:opensuse:libreoffice-help-pl", "p-cpe:/a:novell:opensuse:libreoffice-converter", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-hicontrast", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ss", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ve", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-it", "p-cpe:/a:novell:opensuse:libreoffice-help-cs", "p-cpe:/a:novell:opensuse:libreoffice-l10n-et", "p-cpe:/a:novell:opensuse:libreoffice-writer", "p-cpe:/a:novell:opensuse:libreoffice-base-drivers-mysql", "p-cpe:/a:novell:opensuse:libreoffice-calc-extensions", "p-cpe:/a:novell:opensuse:libreoffice-l10n-gl", "p-cpe:/a:novell:opensuse:libreoffice-help-gu-IN", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-oxygen", "p-cpe:/a:novell:opensuse:libreoffice-base-drivers-postgresql", "p-cpe:/a:novell:opensuse:libreoffice-l10n-hi-IN", "p-cpe:/a:novell:opensuse:libreoffice-draw", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-tango", "p-cpe:/a:novell:opensuse:libreoffice-l10n-vi", "p-cpe:/a:novell:opensuse:libreoffice-impress", "p-cpe:/a:novell:opensuse:libreoffice-l10n-lt", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ca", "p-cpe:/a:novell:opensuse:libreoffice-filters-optional", "p-cpe:/a:novell:opensuse:libreoffice-l10n-be-BY", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-gl", "p-cpe:/a:novell:opensuse:libreoffice-help-ko", "p-cpe:/a:novell:opensuse:libreoffice-l10n-hr", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-ru", "p-cpe:/a:novell:opensuse:libreoffice-writer-extensions", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-nl", "p-cpe:/a:novell:opensuse:libreoffice-help-fr", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ja", "p-cpe:/a:novell:opensuse:libreoffice-kde", "p-cpe:/a:novell:opensuse:libreoffice-kde4", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-es", "p-cpe:/a:novell:opensuse:libreoffice-help-km", "p-cpe:/a:novell:opensuse:libreoffice-help-it", "p-cpe:/a:novell:opensuse:libreoffice-math", "p-cpe:/a:novell:opensuse:libreoffice-help-es", "p-cpe:/a:novell:opensuse:libreoffice-help-hi-IN", "p-cpe:/a:novell:opensuse:libreoffice-l10n-pt-BR", "p-cpe:/a:novell:opensuse:libreoffice-l10n-it", "p-cpe:/a:novell:opensuse:libreoffice-l10n-nr", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ka", "p-cpe:/a:novell:opensuse:libreoffice-l10n-prebuilt", "p-cpe:/a:novell:opensuse:libreoffice-help-pt-BR", "p-cpe:/a:novell:opensuse:libreoffice-l10n-sh", "p-cpe:/a:novell:opensuse:libreoffice-l10n-en-ZA", "p-cpe:/a:novell:opensuse:libreoffice-help-sv", "p-cpe:/a:novell:opensuse:libreoffice-l10n-km", "p-cpe:/a:novell:opensuse:libreoffice-l10n-tr", "p-cpe:/a:novell:opensuse:libreoffice-l10n-pl", "p-cpe:/a:novell:opensuse:libreoffice-help-et", "p-cpe:/a:novell:opensuse:libreoffice-l10n-pt", "p-cpe:/a:novell:opensuse:libreoffice-pyuno", "p-cpe:/a:novell:opensuse:libreoffice-calc", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-de", "p-cpe:/a:novell:opensuse:libreoffice-icon-theme-crystal", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-sk", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-ro", "p-cpe:/a:novell:opensuse:libreoffice-l10n-gu-IN", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-en", "p-cpe:/a:novell:opensuse:libreoffice-l10n-cs", "cpe:/o:novell:opensuse:11.3", "p-cpe:/a:novell:opensuse:libreoffice-testtool", "p-cpe:/a:novell:opensuse:libreoffice-help-zh-CN", "p-cpe:/a:novell:opensuse:libreoffice-l10n-xh", "p-cpe:/a:novell:opensuse:libreoffice-languagetool-pl", "p-cpe:/a:novell:opensuse:libreoffice-gnome", "p-cpe:/a:novell:opensuse:libreoffice-l10n-ga", "p-cpe:/a:novell:opensuse:libreoffice-branding-upstream", "p-cpe:/a:novell:opensuse:libreoffice-help-zh-TW", "p-cpe:/a:novell:opensuse:libreoffice-l10n-fr", "p-cpe:/a:novell:opensuse:libreoffice-languagetool", "p-cpe:/a:novell:opensuse:libreoffice-help-de", "p-cpe:/a:novell:opensuse:libreoffice-base-extensions", "p-cpe:/a:novell:opensuse:libreoffice-l10n-mk", "p-cpe:/a:novell:opensuse:libreoffice-help-hu", "p-cpe:/a:novell:opensuse:libreoffice-l10n-zu"], "id": "SUSE_11_3_LIBREOFFICE-34-111007.NASL", "href": "https://www.tenable.com/plugins/nessus/75611", "sourceData": "#%NASL_MIN_LEVEL 80502\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from openSUSE Security Update libreoffice-34-5252.\n#\n# The text description of this plugin is (C) SUSE LLC.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(75611);\n script_version(\"1.6\");\n script_cvs_date(\"Date: 2019/10/25 13:36:41\");\n\n script_cve_id(\"CVE-2011-2685\", \"CVE-2011-2713\");\n\n script_name(english:\"openSUSE Security Update : libreoffice-34 (openSUSE-SU-2011:1143-1)\");\n script_summary(english:\"Check for the libreoffice-34-5252 patch\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote openSUSE host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"LibreOffice 3.4 includes new interesting features and fixes, see\nhttp://www.libreoffice.org/download/3-4-new-features-and-fix es/\n\nThe update fixes the following security issue :\n\n - 704311: libreoffice Lotus Word Pro filter multiple\n vulnerabilities (CVE-2011-2685)\n\n - 722075: LibreOffice: Out-of-bounds read in DOC sprm\n (CVE-2011-2713)\n\nThis update also fixes the following non-security issues :\n\n - 647959: LibO has a regression problem to show emf charts\n properly.\n\n - 650049: pptx presentation has text in boxes and circles.\n Only text is displayed.\n\n - 651250: Video and Audio does not play in slide show mode\n of LibO Impress.\n\n - 652562: LibreOffice crashes on start on 11.4-MS3 NET/DVD\n install\n\n - 653662: libreoffice build calls mkbundle2 (deprecated)\n instead of mkbundle\n\n - 663622: Writer crash during document save\n\n - 665112: could not type or edit office document\n\n - 675868: eliminate wording of ooconvert existed in\n loconvert --help\n\n - 675961: Libreoffice Copy paste of formula in Writer\n tables does not work as expected\n\n - 676858: Document with full page graphic in header will\n not allow click-drag or right-click.\n\n - 678998: Libre Office 3.3.1 does not detect KDE3\n\n - 680272: Deleting multiple sheets results in run-time\n error/crash\n\n - 681738: DDE link is lost when .xls file is opened/saved\n in Calc.\n\n - 683578: Large xlsx file takes extremely long to open\n with Libreoffice calc\n\n - 684784: Microsoft Office spreadsheet does not display\n anything\n\n - 693238: Column format in docx file is not displayed\n correctly.\n\n - 693477: Format of Word .doc file from HP is bad.\n\n - 694119: Using File-->Send-->Document as E-mail will\n crash Impress\n\n - 694344: 3rd level bulleted items are not displayed\n properly.\n\n - 695479: L3: RTF file is not displayed correctly by\n Writer.\n\n - 696630: DDE link from Calc to Excel needs Excel open to\n update link in Calc.\n\n - 702506: Writer crashes when opening docx files.\n\n - 704639: HTML document appearance changes when opened in\n open office vs LibreOffice\n\n - 704642: 16 digit numbers change in LibreOffice when\n opening a file created in MS Excel\n\n - 705949: Information missing from MS Word document when\n opened in LibreOffice (w:sdt)\n\n - 706792: PTF 3.3.1-21 introduced a crash when opening a\n pptx presentation.\n\n - 707486: Macro from excel fails on Selection.Copy when\n run in Calc.\n\n - 707779: Disappearing text\n\n - 708137: xls spreadsheet is extremely slow to open and\n check boxes are broken.\n\n - 708518: Bullet symbol is not rendered correctly in a\n specific slide.\n\n - 710061: ODP export to PDF produces broken images\n\n - 710920: RPM installation ending with redundant error.\n\n - 711977: File association for fod* files are missing.\n\n - 712358: Some extensions broken after upgrading.\n\n - 715268: Command libreoffice --help does not work when\n LibreOffice is already started\n\n - 715856: LibreOffice:Stable/libreoffice-converter: Bug\n\n - 715416: Impress crashes starting Slide show in the\n context of dual monitors extension mode.\n\n - 715931: failed to save an odp file.\n\n - 717262: libtool adds /usr/lib64 into rpath\"\n );\n # http://www.libreoffice.org/download/3-4-new-features-and-fix\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.libreoffice.org/download/download/\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=647959\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=650049\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=651250\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=652562\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=653662\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=663622\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=665112\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=675868\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=675961\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=676858\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=678998\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=680272\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=681738\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=683578\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=684784\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=693238\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=693477\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=694119\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=694344\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=695479\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=696630\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=702506\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=704311\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=704639\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=704642\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=705949\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=706792\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=707486\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=707779\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=708137\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=708518\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=710061\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=710920\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=711977\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=712358\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715268\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715416\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715856\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=715931\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://bugzilla.novell.com/show_bug.cgi?id=717262\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.opensuse.org/opensuse-updates/2011-10/msg00017.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libreoffice-34 packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-mysql\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-postgresql\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-base-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-branding-upstream\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-calc-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-converter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-draw-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-filters-optional\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-gnome\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-en-GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-en-US\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-en-ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-et\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-gl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-gu-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-hi-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-km\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-pt-BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-sl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-zh-CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-help-zh-TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-crystal\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-galaxy\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-hicontrast\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-oxygen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-theme-tango\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-icon-themes-prebuilt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-impress-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-kde\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-kde4\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-af\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ar\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-be-BY\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-bg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-br\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ca\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-cy\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-el\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-en-GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-en-ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-et\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-fi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ga\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-gl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-gu-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-he\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-hi-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-hr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ka\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-km\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-lt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-mk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-nb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-nn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-nr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-pa-IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-prebuilt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-pt-BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-rw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ss\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-st\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-tg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-th\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-tr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ts\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-uk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-ve\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-vi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-xh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-zh-CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-zh-TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-l10n-zu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-ca\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-en\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-gl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-ro\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-languagetool-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-mailmerge\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-mono\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-officebean\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-openclipart\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-pyuno\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-testtool\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:novell:opensuse:libreoffice-writer-extensions\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:novell:opensuse:11.3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/10/07\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2014/06/13\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"SuSE Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/SuSE/release\", \"Host/SuSE/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/SuSE/release\");\nif (isnull(release) || release =~ \"^(SLED|SLES)\") audit(AUDIT_OS_NOT, \"openSUSE\");\nif (release !~ \"^(SUSE11\\.3)$\") audit(AUDIT_OS_RELEASE_NOT, \"openSUSE\", \"11.3\", release);\nif (!get_kb_item(\"Host/SuSE/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nourarch = get_kb_item(\"Host/cpu\");\nif (!ourarch) audit(AUDIT_UNKNOWN_ARCH);\nif (ourarch !~ \"^(i586|i686|x86_64)$\") audit(AUDIT_ARCH_NOT, \"i586 / i686 / x86_64\", ourarch);\n\nflag = 0;\n\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-base-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-base-drivers-mysql-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-base-drivers-postgresql-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-base-extensions-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-branding-upstream-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-calc-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-calc-extensions-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-converter-3.3-2.4.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-draw-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-draw-extensions-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-filters-optional-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-gnome-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-cs-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-da-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-de-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-en-GB-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-en-US-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-en-ZA-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-es-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-et-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-fr-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-gl-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-gu-IN-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-hi-IN-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-hu-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-it-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-ja-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-km-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-ko-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-nl-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-pl-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-pt-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-pt-BR-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-ru-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-sl-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-sv-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-zh-CN-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-help-zh-TW-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-icon-theme-crystal-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-icon-theme-galaxy-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-icon-theme-hicontrast-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-icon-theme-oxygen-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-icon-theme-tango-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-icon-themes-prebuilt-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-impress-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-impress-extensions-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-kde-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-kde4-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-af-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ar-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-be-BY-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-bg-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-br-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ca-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-cs-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-cy-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-da-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-de-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-el-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-en-GB-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-en-ZA-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-es-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-et-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-fi-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-fr-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ga-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-gl-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-gu-IN-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-he-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-hi-IN-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-hr-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-hu-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-it-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ja-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ka-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-km-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ko-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-lt-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-mk-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-nb-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-nl-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-nn-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-nr-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-pa-IN-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-pl-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-prebuilt-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-pt-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-pt-BR-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ru-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-rw-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-sh-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-sk-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-sl-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-sr-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ss-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-st-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-sv-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-tg-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-th-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-tr-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ts-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-uk-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-ve-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-vi-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-xh-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-zh-CN-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-zh-TW-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-l10n-zu-3.4.2.6-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-ca-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-de-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-en-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-es-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-fr-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-gl-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-it-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-nl-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-pl-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-ro-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-ru-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-sk-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-languagetool-sv-1.4-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-mailmerge-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-math-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-mono-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-officebean-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-openclipart-3.4-1.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-pyuno-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-testtool-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-writer-3.4.2.6-2.2.1\") ) flag++;\nif ( rpm_check(release:\"SUSE11.3\", reference:\"libreoffice-writer-extensions-3.4.2.6-2.2.1\") ) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"libreoffice\");\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-07T11:53:30", "description": "Multiple vulnerabilies has been discovered and corrected in\nlibreoffice :\n\nStack-based buffer overflow in the Lotus Word Pro import filter in\nLibreOffice before 3.3.3 allows remote attackers to execute arbitrary\ncode via a crafted .lwp file (CVE-2011-2685).\n\noowriter in OpenOffice.org 3.3.0 and LibreOffice before 3.4.3 allows\nuser-assisted remote attackers to cause a denial of service (crash)\nvia a crafted DOC file that triggers an out-of-bounds read in the DOC\nsprm parser (CVE-2011-2713).\n\nThis update brings a new LibreOffice version 3.4.3 release linked\nagainst stdc++ and gcc_s standard libraries available in the Mandriva\n2011 and solves installing conflicts with libstdc++ (#64224).\n\nThe package clipart-openclipart was dropped from the main repository\nin the Mandriva 2011. However it is not required having\nclipart-openclipart installed in order to install\nlibreoffice-openclipart as the LibreOffice still provides some\ncliparts directly in that package (#63634).\n\nThis update fixes some OpenOffice.org leftovers in some packages\ndescription replacing that by LibreOffice (#64658).\n\nThis update brings new LibreOffice l10n locale packages: Assanese as,\nBengali bn, Dzongkha dz, Farsi fa, Irish ga, Galician gl, Gujarati gu,\nCroatian hr, Kannada kn, Lithuanian lt, Latvian lv, Maithili mai,\nMalayalam ml, Marathi mr, Ndebele nr, Northern Shoto nso, Oriya or,\nPunjabi pa_IN, Romanian ro, Secwepemctsin sh, Sinhalese si, Serbian\nsr, Swati ss, Shoto st, Telugu te, Thai th, Tswana tn, Tsonga ts,\nUkrainian uk, Venda ve and Xhosa xh. Help packages are also provided\nfor: bn, dz, gl, gu, hr, si and uk.\n\nAdditionally the gaupol packages are being provided to solve a build\ndependcy of some of the supporting tools already added into 2011.\n\nThe updated packages have been upgraded to LibreOffice version 3.4.3\nwhere these isssues has been resolved.", "edition": 24, "published": "2012-09-06T00:00:00", "title": "Mandriva Linux Security Advisory : libreoffice (MDVSA-2011:172)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2713", "CVE-2011-2685"], "modified": "2012-09-06T00:00:00", "cpe": ["p-cpe:/a:mandriva:linux:libreoffice-presentation-minimizer", "p-cpe:/a:mandriva:linux:libreoffice-pyuno", "p-cpe:/a:mandriva:linux:libreoffice-base", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ts", "p-cpe:/a:mandriva:linux:libreoffice-l10n-af", "p-cpe:/a:mandriva:linux:libreoffice-l10n-et", "p-cpe:/a:mandriva:linux:libreoffice-help-en_US", "cpe:/o:mandriva:linux:2011", "p-cpe:/a:mandriva:linux:libreoffice-help-ja", "p-cpe:/a:mandriva:linux:libreoffice-help-sl", "p-cpe:/a:mandriva:linux:libreoffice-l10n-sk", "p-cpe:/a:mandriva:linux:libreoffice-l10n-br", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ru", "p-cpe:/a:mandriva:linux:libreoffice-l10n-or", "p-cpe:/a:mandriva:linux:libreoffice-help-fr", "p-cpe:/a:mandriva:linux:libreoffice-l10n-gu", "p-cpe:/a:mandriva:linux:libreoffice-l10n-mr", "p-cpe:/a:mandriva:linux:libreoffice-l10n-zh_CN", "p-cpe:/a:mandriva:linux:libreoffice-l10n-bg", "p-cpe:/a:mandriva:linux:libreoffice-l10n-gl", "p-cpe:/a:mandriva:linux:libreoffice-help-tr", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ca", "p-cpe:/a:mandriva:linux:libreoffice-help-fi", "p-cpe:/a:mandriva:linux:libreoffice-l10n-hi", "p-cpe:/a:mandriva:linux:libreoffice-l10n-sh", "p-cpe:/a:mandriva:linux:libreoffice-help-dz", "p-cpe:/a:mandriva:linux:libreoffice-help-el", "p-cpe:/a:mandriva:linux:libreoffice-l10n-es", "p-cpe:/a:mandriva:linux:libreoffice-style-crystal", "p-cpe:/a:mandriva:linux:libreoffice-help-bs", "p-cpe:/a:mandriva:linux:libreoffice-help-he", "p-cpe:/a:mandriva:linux:libreoffice-l10n-as", "p-cpe:/a:mandriva:linux:libreoffice-l10n-nn", "p-cpe:/a:mandriva:linux:libreoffice-l10n-pa_IN", "p-cpe:/a:mandriva:linux:libreoffice-help-si", "p-cpe:/a:mandriva:linux:libreoffice-l10n-kn", "p-cpe:/a:mandriva:linux:libreoffice-testtool", "p-cpe:/a:mandriva:linux:libreoffice-help-es", "p-cpe:/a:mandriva:linux:libreoffice-help-sk", "p-cpe:/a:mandriva:linux:libreoffice-help-ru", "p-cpe:/a:mandriva:linux:libreoffice-l10n-da", "p-cpe:/a:mandriva:linux:libreoffice-l10n-nb", "p-cpe:/a:mandriva:linux:libreoffice-help-bg", "p-cpe:/a:mandriva:linux:libreoffice-l10n-nso", "p-cpe:/a:mandriva:linux:libgraphite2_2", "p-cpe:/a:mandriva:linux:libreoffice-l10n-mk", "p-cpe:/a:mandriva:linux:libreoffice-wiki-publisher", "p-cpe:/a:mandriva:linux:libreoffice-help-nb", "p-cpe:/a:mandriva:linux:libreoffice-help-mk", "p-cpe:/a:mandriva:linux:libreoffice-devel-doc", "p-cpe:/a:mandriva:linux:libreoffice-l10n-uk", "p-cpe:/a:mandriva:linux:libreoffice-l10n-hr", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ml", "p-cpe:/a:mandriva:linux:libreoffice-help-uk", "p-cpe:/a:mandriva:linux:libreoffice-l10n-eu", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ar", "p-cpe:/a:mandriva:linux:libreoffice-l10n-xh", "p-cpe:/a:mandriva:linux:gaupol", "p-cpe:/a:mandriva:linux:libreoffice-help-nl", "p-cpe:/a:mandriva:linux:libreoffice-l10n-tr", "p-cpe:/a:mandriva:linux:libreoffice-help-gl", "p-cpe:/a:mandriva:linux:libgraphite2-devel", "p-cpe:/a:mandriva:linux:libreoffice-impress", "p-cpe:/a:mandriva:linux:libreoffice-common", "p-cpe:/a:mandriva:linux:libreoffice-l10n-sv", "p-cpe:/a:mandriva:linux:libreoffice-style-tango", "p-cpe:/a:mandriva:linux:libreoffice-style-galaxy", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ga", "p-cpe:/a:mandriva:linux:libreoffice-l10n-sr", "p-cpe:/a:mandriva:linux:libreoffice-l10n-te", "p-cpe:/a:mandriva:linux:libreoffice-devel", "p-cpe:/a:mandriva:linux:libreoffice-openclipart", "p-cpe:/a:mandriva:linux:libreoffice-l10n-th", "p-cpe:/a:mandriva:linux:python-aeidon", "p-cpe:/a:mandriva:linux:libreoffice-l10n-it", "p-cpe:/a:mandriva:linux:libreoffice-l10n-hu", "p-cpe:/a:mandriva:linux:libreoffice-calc", "p-cpe:/a:mandriva:linux:libreoffice-help-bn", "p-cpe:/a:mandriva:linux:libreoffice-help-it", "p-cpe:/a:mandriva:linux:libreoffice-l10n-pt", "p-cpe:/a:mandriva:linux:libreoffice-filter-binfilter", "p-cpe:/a:mandriva:linux:libreoffice-help-da", "p-cpe:/a:mandriva:linux:libreoffice-draw", "p-cpe:/a:mandriva:linux:libreoffice-help-nn", "p-cpe:/a:mandriva:linux:libreoffice-l10n-fr", "p-cpe:/a:mandriva:linux:libreoffice", "p-cpe:/a:mandriva:linux:libreoffice-pdfimport", "p-cpe:/a:mandriva:linux:libreoffice-l10n-pl", "p-cpe:/a:mandriva:linux:libreoffice-help-pt", "p-cpe:/a:mandriva:linux:libreoffice-help-hu", "p-cpe:/a:mandriva:linux:libreoffice-l10n-fa", "p-cpe:/a:mandriva:linux:libreoffice-l10n-cy", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ss", "p-cpe:/a:mandriva:linux:libreoffice-java-common", "p-cpe:/a:mandriva:linux:libreoffice-l10n-dz", "p-cpe:/a:mandriva:linux:libreoffice-l10n-en_GB", "p-cpe:/a:mandriva:linux:libreoffice-help-zh_CN", "p-cpe:/a:mandriva:linux:libreoffice-l10n-pt_BR", "p-cpe:/a:mandriva:linux:libreoffice-l10n-mai", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ve", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ta", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ko", "p-cpe:/a:mandriva:linux:libreoffice-l10n-cs", "p-cpe:/a:mandriva:linux:libreoffice-help-hr", "p-cpe:/a:mandriva:linux:libreoffice-l10n-nl", "p-cpe:/a:mandriva:linux:libreoffice-l10n-si", "p-cpe:/a:mandriva:linux:libreoffice-help-pt_BR", "p-cpe:/a:mandriva:linux:libreoffice-l10n-de", "p-cpe:/a:mandriva:linux:lib64graphite2_2", "p-cpe:/a:mandriva:linux:libreoffice-writer", "p-cpe:/a:mandriva:linux:libreoffice-l10n-lt", "p-cpe:/a:mandriva:linux:libreoffice-l10n-nr", "p-cpe:/a:mandriva:linux:libreoffice-l10n-fi", "p-cpe:/a:mandriva:linux:libreoffice-l10n-zu", "p-cpe:/a:mandriva:linux:libreoffice-help-zh_TW", "p-cpe:/a:mandriva:linux:lib64graphite2-devel", "p-cpe:/a:mandriva:linux:libreoffice-l10n-sl", "p-cpe:/a:mandriva:linux:libreoffice-l10n-zh_TW", "p-cpe:/a:mandriva:linux:libreoffice-math", "p-cpe:/a:mandriva:linux:libreoffice-l10n-bn", "p-cpe:/a:mandriva:linux:libreoffice-l10n-he", "p-cpe:/a:mandriva:linux:libreoffice-kde4", "p-cpe:/a:mandriva:linux:libreoffice-style-oxygen", "p-cpe:/a:mandriva:linux:libreoffice-l10n-lv", "p-cpe:/a:mandriva:linux:libreoffice-help-en_GB", "p-cpe:/a:mandriva:linux:libreoffice-presenter-screen", "p-cpe:/a:mandriva:linux:libreoffice-l10n-tn", "p-cpe:/a:mandriva:linux:libreoffice-help-eu", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ro", "p-cpe:/a:mandriva:linux:libreoffice-help-ko", "p-cpe:/a:mandriva:linux:libreoffice-help-pl", "p-cpe:/a:mandriva:linux:libreoffice-gnome", "p-cpe:/a:mandriva:linux:libreoffice-core", "p-cpe:/a:mandriva:linux:libreoffice-help-sv", "p-cpe:/a:mandriva:linux:libreoffice-help-gu", "p-cpe:/a:mandriva:linux:libreoffice-l10n-ja", "p-cpe:/a:mandriva:linux:libreoffice-help-de", "p-cpe:/a:mandriva:linux:libreoffice-l10n-el", "p-cpe:/a:mandriva:linux:libreoffice-help-ca", "p-cpe:/a:mandriva:linux:libreoffice-l10n-st", "p-cpe:/a:mandriva:linux:libreoffice-l10n-bs", "p-cpe:/a:mandriva:linux:libreoffice-help-hi", "p-cpe:/a:mandriva:linux:libreoffice-help-cs", "p-cpe:/a:mandriva:linux:libreoffice-style-hicontrast", "p-cpe:/a:mandriva:linux:libreoffice-help-et"], "id": "MANDRIVA_MDVSA-2011-172.NASL", "href": "https://www.tenable.com/plugins/nessus/61936", "sourceData": "#%NASL_MIN_LEVEL 70300\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Mandriva Linux Security Advisory MDVSA-2011:172. \n# The text itself is copyright (C) Mandriva S.A.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(61936);\n script_version(\"1.7\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/06\");\n\n script_cve_id(\"CVE-2011-2685\", \"CVE-2011-2713\");\n script_bugtraq_id(48387, 49969);\n script_xref(name:\"MDVSA\", value:\"2011:172\");\n\n script_name(english:\"Mandriva Linux Security Advisory : libreoffice (MDVSA-2011:172)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote Mandriva Linux host is missing one or more security\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Multiple vulnerabilies has been discovered and corrected in\nlibreoffice :\n\nStack-based buffer overflow in the Lotus Word Pro import filter in\nLibreOffice before 3.3.3 allows remote attackers to execute arbitrary\ncode via a crafted .lwp file (CVE-2011-2685).\n\noowriter in OpenOffice.org 3.3.0 and LibreOffice before 3.4.3 allows\nuser-assisted remote attackers to cause a denial of service (crash)\nvia a crafted DOC file that triggers an out-of-bounds read in the DOC\nsprm parser (CVE-2011-2713).\n\nThis update brings a new LibreOffice version 3.4.3 release linked\nagainst stdc++ and gcc_s standard libraries available in the Mandriva\n2011 and solves installing conflicts with libstdc++ (#64224).\n\nThe package clipart-openclipart was dropped from the main repository\nin the Mandriva 2011. However it is not required having\nclipart-openclipart installed in order to install\nlibreoffice-openclipart as the LibreOffice still provides some\ncliparts directly in that package (#63634).\n\nThis update fixes some OpenOffice.org leftovers in some packages\ndescription replacing that by LibreOffice (#64658).\n\nThis update brings new LibreOffice l10n locale packages: Assanese as,\nBengali bn, Dzongkha dz, Farsi fa, Irish ga, Galician gl, Gujarati gu,\nCroatian hr, Kannada kn, Lithuanian lt, Latvian lv, Maithili mai,\nMalayalam ml, Marathi mr, Ndebele nr, Northern Shoto nso, Oriya or,\nPunjabi pa_IN, Romanian ro, Secwepemctsin sh, Sinhalese si, Serbian\nsr, Swati ss, Shoto st, Telugu te, Thai th, Tswana tn, Tsonga ts,\nUkrainian uk, Venda ve and Xhosa xh. Help packages are also provided\nfor: bn, dz, gl, gu, hr, si and uk.\n\nAdditionally the gaupol packages are being provided to solve a build\ndependcy of some of the supporting tools already added into 2011.\n\nThe updated packages have been upgraded to LibreOffice version 3.4.3\nwhere these isssues has been resolved.\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:gaupol\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:lib64graphite2-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:lib64graphite2_2\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libgraphite2-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libgraphite2_2\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-common\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-devel-doc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-filter-binfilter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-gnome\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-bg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-bn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-bs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-ca\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-dz\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-el\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-en_GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-en_US\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-et\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-eu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-fi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-gl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-gu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-he\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-hi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-hr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-mk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-nb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-nn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-pt_BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-si\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-sl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-tr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-uk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-zh_CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-help-zh_TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-java-common\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-kde4\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-af\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ar\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-as\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-bg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-bn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-br\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-bs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ca\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-cy\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-dz\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-el\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-en_GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-et\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-eu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-fa\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-fi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ga\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-gl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-gu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-he\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-hi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-hr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-kn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-lt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-lv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-mai\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-mk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ml\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-mr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-nb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-nn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-nr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-nso\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-or\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-pa_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-pt_BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ro\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-sh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-si\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-sl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-sr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ss\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-st\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ta\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-te\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-th\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-tn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-tr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ts\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-uk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-ve\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-xh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-zh_CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-zh_TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-l10n-zu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-openclipart\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-pdfimport\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-presentation-minimizer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-presenter-screen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-pyuno\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-style-crystal\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-style-galaxy\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-style-hicontrast\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-style-oxygen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-style-tango\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-testtool\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-wiki-publisher\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:python-aeidon\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:mandriva:linux:2011\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2011/11/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/09/06\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2012-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Mandriva Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/Mandrake/release\", \"Host/Mandrake/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/Mandrake/release\")) audit(AUDIT_OS_NOT, \"Mandriva / Mandake Linux\");\nif (!get_kb_item(\"Host/Mandrake/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (cpu !~ \"^(amd64|i[3-6]86|x86_64)$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Mandriva / Mandrake Linux\", cpu);\n\n\nflag = 0;\nif (rpm_check(release:\"MDK2011\", reference:\"gaupol-0.18-1.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", cpu:\"x86_64\", reference:\"lib64graphite2-devel-1.0.3-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", cpu:\"x86_64\", reference:\"lib64graphite2_2-1.0.3-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", cpu:\"i386\", reference:\"libgraphite2-devel-1.0.3-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", cpu:\"i386\", reference:\"libgraphite2_2-1.0.3-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-base-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-calc-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-common-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-core-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-devel-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-devel-doc-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-draw-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-filter-binfilter-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-gnome-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-bg-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-bn-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-bs-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-ca-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-cs-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-da-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-de-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-dz-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-el-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-en_GB-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-en_US-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-es-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-et-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-eu-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-fi-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-fr-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-gl-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-gu-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-he-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-hi-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-hr-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-hu-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-it-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-ja-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-ko-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-mk-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-nb-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-nl-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-nn-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-pl-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-pt-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-pt_BR-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-ru-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-si-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-sk-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-sl-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-sv-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-tr-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-uk-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-zh_CN-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-zh_TW-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-impress-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-java-common-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-kde4-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-af-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ar-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-as-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-bg-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-bn-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-br-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-bs-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ca-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-cs-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-cy-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-da-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-de-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-dz-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-el-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-en_GB-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-es-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-et-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-eu-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-fa-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-fi-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-fr-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ga-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-gl-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-gu-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-he-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-hi-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-hr-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-hu-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-it-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ja-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-kn-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ko-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-lt-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-lv-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-mai-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-mk-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ml-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-mr-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nb-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nl-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nn-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nr-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nso-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-or-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-pa_IN-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-pl-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-pt-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-pt_BR-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ro-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ru-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sh-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-si-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sk-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sl-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sr-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ss-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-st-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sv-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ta-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-te-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-th-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-tn-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-tr-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ts-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-uk-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ve-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-xh-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-zh_CN-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-zh_TW-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-zu-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-math-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-openclipart-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-pdfimport-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-presentation-minimizer-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-presenter-screen-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-pyuno-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-crystal-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-galaxy-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-hicontrast-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-oxygen-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-tango-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-testtool-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-wiki-publisher-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-writer-3.4.3-2.2-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"python-aeidon-0.18-1.1-mdv2011.0\", yank:\"mdv\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T06:38:01", "description": "A stack-based buffer overflow was discovered in the Lotus Word Pro\nimport filter in OpenOffice.org. The default compiler options for\naffected releases should reduce the vulnerability to a denial of\nservice. (CVE-2011-2685)\n\nHuzaifa Sidhpurwala discovered that OpenOffice.org could be made to\ncrash if it opened a specially crafted Word document. (CVE-2011-2713)\n\nInteger overflows were discovered in the graphics loading code of\nseveral different image types. If a user were tricked into opening a\nspecially crafted file, an attacker could cause OpenOffice.org to\ncrash or possibly execute arbitrary code with the privileges of the\nuser invoking the program. (CVE-2012-1149)\n\nSven Jacobi discovered an integer overflow when processing Escher\ngraphics records. If a user were tricked into opening a specially\ncrafted PowerPoint file, an attacker could cause OpenOffice.org to\ncrash or possibly execute arbitrary code with the privileges of the\nuser invoking the program. (CVE-2012-2334).\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Ubuntu security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 24, "published": "2012-07-03T00:00:00", "title": "Ubuntu 10.04 LTS : openoffice.org vulnerabilities (USN-1496-1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2011-2713", "CVE-2012-2334", "CVE-2012-1149", "CVE-2011-2685"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:canonical:ubuntu_linux:10.04:-:lts", "p-cpe:/a:canonical:ubuntu_linux:openoffice.org-core"], "id": "UBUNTU_USN-1496-1.NASL", "href": "https://www.tenable.com/plugins/nessus/59833", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Ubuntu Security Notice USN-1496-1. The text \n# itself is copyright (C) Canonical, Inc. See \n# <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered \n# trademark of Canonical, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(59833);\n script_version(\"1.8\");\n script_cvs_date(\"Date: 2019/09/19 12:54:28\");\n\n script_cve_id(\"CVE-2011-2685\", \"CVE-2011-2713\", \"CVE-2012-1149\", \"CVE-2012-2334\");\n script_bugtraq_id(49969, 53570);\n script_xref(name:\"USN\", value:\"1496-1\");\n\n script_name(english:\"Ubuntu 10.04 LTS : openoffice.org vulnerabilities (USN-1496-1)\");\n script_summary(english:\"Checks dpkg output for updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Ubuntu host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"A stack-based buffer overflow was discovered in the Lotus Word Pro\nimport filter in OpenOffice.org. The default compiler options for\naffected releases should reduce the vulnerability to a denial of\nservice. (CVE-2011-2685)\n\nHuzaifa Sidhpurwala discovered that OpenOffice.org could be made to\ncrash if it opened a specially crafted Word document. (CVE-2011-2713)\n\nInteger overflows were discovered in the graphics loading code of\nseveral different image types. If a user were tricked into opening a\nspecially crafted file, an attacker could cause OpenOffice.org to\ncrash or possibly execute arbitrary code with the privileges of the\nuser invoking the program. (CVE-2012-1149)\n\nSven Jacobi discovered an integer overflow when processing Escher\ngraphics records. If a user were tricked into opening a specially\ncrafted PowerPoint file, an attacker could cause OpenOffice.org to\ncrash or possibly execute arbitrary code with the privileges of the\nuser invoking the program. (CVE-2012-2334).\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Ubuntu security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://usn.ubuntu.com/1496-1/\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected openoffice.org-core package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:openoffice.org-core\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:10.04:-:lts\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2011/07/21\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2012/07/02\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/07/03\");\n script_set_attribute(attribute:\"generated_plugin\", value:\"current\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"Ubuntu Security Notice (C) 2012-2019 Canonical, Inc. / NASL script (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Ubuntu Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/cpu\", \"Host/Ubuntu\", \"Host/Ubuntu/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"ubuntu.inc\");\ninclude(\"misc_func.inc\");\n\nif ( ! get_kb_item(\"Host/local_checks_enabled\") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/Ubuntu/release\");\nif ( isnull(release) ) audit(AUDIT_OS_NOT, \"Ubuntu\");\nrelease = chomp(release);\nif (! preg(pattern:\"^(10\\.04)$\", string:release)) audit(AUDIT_OS_NOT, \"Ubuntu 10.04\", \"Ubuntu \" + release);\nif ( ! get_kb_item(\"Host/Debian/dpkg-l\") ) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Ubuntu\", cpu);\n\nflag = 0;\n\nif (ubuntu_check(osver:\"10.04\", pkgname:\"openoffice.org-core\", pkgver:\"1:3.2.0-7ubuntu4.3\")) flag++;\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : ubuntu_report_get()\n );\n exit(0);\n}\nelse\n{\n tested = ubuntu_pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"openoffice.org-core\");\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}], "ubuntu": [{"lastseen": "2020-07-08T23:41:50", "bulletinFamily": "unix", "cvelist": ["CVE-2011-2713", "CVE-2012-2334", "CVE-2012-1149", "CVE-2011-2685"], "description": "A stack-based buffer overflow was discovered in the Lotus Word Pro import \nfilter in OpenOffice.org. The default compiler options for affected \nreleases should reduce the vulnerability to a denial of service. \n(CVE-2011-2685)\n\nHuzaifa Sidhpurwala discovered that OpenOffice.org could be made to crash \nif it opened a specially crafted Word document. (CVE-2011-2713)\n\nInteger overflows were discovered in the graphics loading code of several \ndifferent image types. If a user were tricked into opening a specially \ncrafted file, an attacker could cause OpenOffice.org to crash or possibly \nexecute arbitrary code with the privileges of the user invoking the \nprogram. (CVE-2012-1149)\n\nSven Jacobi discovered an integer overflow when processing Escher graphics \nrecords. If a user were tricked into opening a specially crafted PowerPoint \nfile, an attacker could cause OpenOffice.org to crash or possibly execute \narbitrary code with the privileges of the user invoking the program. \n(CVE-2012-2334)", "edition": 5, "modified": "2012-07-02T00:00:00", "published": "2012-07-02T00:00:00", "id": "USN-1496-1", "href": "https://ubuntu.com/security/notices/USN-1496-1", "title": "OpenOffice.org vulnerabilities", "type": "ubuntu", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}]}