ID OPENVAS:864445 Type openvas Reporter Copyright (c) 2012 Greenbone Networks GmbH Modified 2018-01-09T00:00:00
Description
Check for the Version of libreoffice
###############################################################################
# OpenVAS Vulnerability Test
#
# Fedora Update for libreoffice FEDORA-2012-8114
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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.
###############################################################################
include("revisions-lib.inc");
tag_affected = "libreoffice on Fedora 15";
tag_insight = "LibreOffice is an Open Source, community-developed, office productivity suite.
It includes the key desktop applications, such as a word processor,
spreadsheet, presentation manager, formula editor and drawing program, with a
user interface and feature set similar to other office suites. Sophisticated
and flexible, LibreOffice also works transparently with a variety of file
formats, including Microsoft Office File Formats.";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082168.html");
script_id(864445);
script_version("$Revision: 8336 $");
script_tag(name:"last_modification", value:"$Date: 2018-01-09 08:01:48 +0100 (Tue, 09 Jan 2018) $");
script_tag(name:"creation_date", value:"2012-06-15 09:44:16 +0530 (Fri, 15 Jun 2012)");
script_cve_id("CVE-2012-1149", "CVE-2012-2334", "CVE-2011-2713");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_xref(name: "FEDORA", value: "2012-8114");
script_name("Fedora Update for libreoffice FEDORA-2012-8114");
script_tag(name: "summary" , value: "Check for the Version of libreoffice");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms");
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-rpm.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "FC15")
{
if ((res = isrpmvuln(pkg:"libreoffice", rpm:"libreoffice~3.3.4.1~5.fc15", rls:"FC15")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
{"href": "http://plugins.openvas.org/nasl.php?oid=864445", "history": [{"lastseen": "2017-07-25T10:51:16", "differentElements": ["modified", "sourceData"], "edition": 2, "bulletin": {"href": "http://plugins.openvas.org/nasl.php?oid=864445", "history": [], "naslFamily": "Fedora Local Security Checks", "id": "OPENVAS:864445", "title": "Fedora Update for libreoffice FEDORA-2012-8114", "description": "Check for the Version of libreoffice", "published": "2012-06-15T00:00:00", "type": "openvas", "bulletinFamily": "scanner", "hashmap": [{"key": "href", "hash": "f58b0ad770f4b5a4d2c9c45091d1dd09"}, {"key": "pluginID", "hash": "cc309f80ded24aa7764ff229f0ffb6e3"}, {"key": "cvss", "hash": "e5d275b3ebd62646b78320753699e02e"}, {"key": "sourceData", "hash": "b53397b151d5fbfdf639ce14c68c9515"}, {"key": "cvelist", "hash": "349d42b74c62341162f428052b33492e"}, {"key": "references", "hash": "87b85d5d97454f4f108516b59b13733d"}, {"key": "type", "hash": "47c1f692ea47a21f716dad07043ade01"}, {"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "reporter", "hash": "a282f166ddc6c378940071a6b738e1a3"}, {"key": "naslFamily", "hash": "be931514784f88df80712740ad2723e7"}, {"key": "published", "hash": "45e30c07204bf715be8eee945fb18393"}, {"key": "title", "hash": "1f2a1b0719664ee391aaedeafb0b2434"}, {"key": "description", "hash": "4e9bfcb40111f90507a91f121dbfc90f"}, {"key": "modified", "hash": "0d134bf170d66438eb1e01173ee0187f"}], "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libreoffice FEDORA-2012-8114\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_affected = \"libreoffice on Fedora 15\";\ntag_insight = \"LibreOffice is an Open Source, community-developed, office productivity suite.\n It includes the key desktop applications, such as a word processor,\n spreadsheet, presentation manager, formula editor and drawing program, with a\n user interface and feature set similar to other office suites. Sophisticated\n and flexible, LibreOffice also works transparently with a variety of file\n formats, including Microsoft Office File Formats.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082168.html\");\n script_id(864445);\n script_version(\"$Revision: 6627 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-10 08:31:14 +0200 (Mon, 10 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-06-15 09:44:16 +0530 (Fri, 15 Jun 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\", \"CVE-2011-2713\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2012-8114\");\n script_name(\"Fedora Update for libreoffice FEDORA-2012-8114\");\n\n script_summary(\"Check for the Version of libreoffice\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\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-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC15\")\n{\n\n if ((res = isrpmvuln(pkg:\"libreoffice\", rpm:\"libreoffice~3.3.4.1~5.fc15\", rls:\"FC15\")) != 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": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}, "pluginID": "864445", "hash": "17a3963032befcf370af627453b651194ca369be8967accc37601322eacb6a0f", "modified": "2017-07-10T00:00:00", "edition": 2, "cvelist": ["CVE-2011-2713", "CVE-2012-2334", "CVE-2012-1149"], "lastseen": "2017-07-25T10:51:16", "viewCount": 0, "enchantments": {"score": {"modified": "2017-07-25T10:51:16", "value": 7.5}}, "reporter": "Copyright (c) 2012 Greenbone Networks GmbH", "objectVersion": "1.3", "references": ["2012-8114", "http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082168.html"]}}, {"lastseen": "2017-07-02T21:10:52", "differentElements": ["modified", "sourceData"], "edition": 1, "bulletin": {"href": "http://plugins.openvas.org/nasl.php?oid=864445", "history": [], "naslFamily": "Fedora Local Security Checks", "id": "OPENVAS:864445", "title": "Fedora Update for libreoffice FEDORA-2012-8114", "description": "Check for the Version of libreoffice", "published": "2012-06-15T00:00:00", "type": "openvas", "bulletinFamily": "scanner", "hashmap": [{"key": "href", "hash": "f58b0ad770f4b5a4d2c9c45091d1dd09"}, {"key": "pluginID", "hash": "cc309f80ded24aa7764ff229f0ffb6e3"}, {"key": "cvss", "hash": "e5d275b3ebd62646b78320753699e02e"}, {"key": "cvelist", "hash": "349d42b74c62341162f428052b33492e"}, {"key": "references", "hash": "87b85d5d97454f4f108516b59b13733d"}, {"key": "sourceData", "hash": "b65c3a16bf2bfdb9b249f00d4debaf81"}, {"key": "modified", "hash": "5b7c6fd49f967bd86231503220ad4da6"}, {"key": "type", "hash": "47c1f692ea47a21f716dad07043ade01"}, {"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "reporter", "hash": "a282f166ddc6c378940071a6b738e1a3"}, {"key": "naslFamily", "hash": "be931514784f88df80712740ad2723e7"}, {"key": "published", "hash": "45e30c07204bf715be8eee945fb18393"}, {"key": "title", "hash": "1f2a1b0719664ee391aaedeafb0b2434"}, {"key": "description", "hash": "4e9bfcb40111f90507a91f121dbfc90f"}], "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libreoffice FEDORA-2012-8114\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_affected = \"libreoffice on Fedora 15\";\ntag_insight = \"LibreOffice is an Open Source, community-developed, office productivity suite.\n It includes the key desktop applications, such as a word processor,\n spreadsheet, presentation manager, formula editor and drawing program, with a\n user interface and feature set similar to other office suites. Sophisticated\n and flexible, LibreOffice also works transparently with a variety of file\n formats, including Microsoft Office File Formats.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082168.html\");\n script_id(864445);\n script_version(\"$Revision: 3030 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2016-04-11 14:22:57 +0200 (Mon, 11 Apr 2016) $\");\n script_tag(name:\"creation_date\", value:\"2012-06-15 09:44:16 +0530 (Fri, 15 Jun 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\", \"CVE-2011-2713\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2012-8114\");\n script_name(\"Fedora Update for libreoffice FEDORA-2012-8114\");\n\n script_summary(\"Check for the Version of libreoffice\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"HostDetails/OS/cpe:/o:fedoraproject:fedora\", \"login/SSH/success\", \"ssh/login/release\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\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-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC15\")\n{\n\n if ((res = isrpmvuln(pkg:\"libreoffice\", rpm:\"libreoffice~3.3.4.1~5.fc15\", rls:\"FC15\")) != 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": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}, "pluginID": "864445", "hash": "9e904ea06f61b3cc5dc9047d5bc60e0a48b4760e26a48e3c71b57a8e28f2e5d8", "modified": "2016-04-11T00:00:00", "edition": 1, "cvelist": ["CVE-2011-2713", "CVE-2012-2334", "CVE-2012-1149"], "lastseen": "2017-07-02T21:10:52", "viewCount": 0, "enchantments": {}, "reporter": "Copyright (c) 2012 Greenbone Networks GmbH", "objectVersion": "1.3", "references": ["2012-8114", "http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082168.html"]}}], "naslFamily": "Fedora Local Security Checks", "id": "OPENVAS:864445", "reporter": "Copyright (c) 2012 Greenbone Networks GmbH", "published": "2012-06-15T00:00:00", "description": "Check for the Version of libreoffice", "title": "Fedora Update for libreoffice FEDORA-2012-8114", "bulletinFamily": "scanner", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libreoffice FEDORA-2012-8114\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_affected = \"libreoffice on Fedora 15\";\ntag_insight = \"LibreOffice is an Open Source, community-developed, office productivity suite.\n It includes the key desktop applications, such as a word processor,\n spreadsheet, presentation manager, formula editor and drawing program, with a\n user interface and feature set similar to other office suites. Sophisticated\n and flexible, LibreOffice also works transparently with a variety of file\n formats, including Microsoft Office File Formats.\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082168.html\");\n script_id(864445);\n script_version(\"$Revision: 8336 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-09 08:01:48 +0100 (Tue, 09 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2012-06-15 09:44:16 +0530 (Fri, 15 Jun 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\", \"CVE-2011-2713\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name: \"FEDORA\", value: \"2012-8114\");\n script_name(\"Fedora Update for libreoffice FEDORA-2012-8114\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of libreoffice\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\");\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\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-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"FC15\")\n{\n\n if ((res = isrpmvuln(pkg:\"libreoffice\", rpm:\"libreoffice~3.3.4.1~5.fc15\", rls:\"FC15\")) != 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": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}, "pluginID": "864445", "hash": "87989a8105d9c4b003f5547f0a249e1028bade751f13ea491c10251a4c77ce4b", "references": ["2012-8114", "http://lists.fedoraproject.org/pipermail/package-announce/2012-June/082168.html"], "edition": 3, "cvelist": ["CVE-2011-2713", "CVE-2012-2334", "CVE-2012-1149"], "lastseen": "2018-01-11T11:07:37", "viewCount": 0, "enchantments": {"score": {"value": 6.4, "vector": "NONE", "modified": "2018-01-11T11:07:37"}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2012-1149", "CVE-2011-2713", "CVE-2012-2334"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310864445", "OPENVAS:841067", "OPENVAS:881170", "OPENVAS:1361412562310881170", "OPENVAS:136141256231071819", "OPENVAS:1361412562310123911", "OPENVAS:841068", "OPENVAS:1361412562310841067", "OPENVAS:1361412562310831613", "OPENVAS:1361412562310881184"]}, {"type": "securityvulns", "idList": ["SECURITYVULNS:DOC:28086", "SECURITYVULNS:DOC:28084", "SECURITYVULNS:VULN:12384", "SECURITYVULNS:VULN:11958", "SECURITYVULNS:DOC:27142"]}, {"type": "nessus", "idList": ["LIBREOFFICE_353.NASL", "UBUNTU_USN-1495-1.NASL", "ORACLELINUX_ELSA-2012-0705.NASL", "SL_20120604_OPENOFFICE_ORG_ON_SL5_X.NASL", "REDHAT-RHSA-2012-0705.NASL", "CENTOS_RHSA-2012-0705.NASL", "FEDORA_2012-8114.NASL", "UBUNTU_USN-1496-1.NASL", "DEBIAN_DSA-2487.NASL", "MANDRIVA_MDVSA-2012-091.NASL"]}, {"type": "oraclelinux", "idList": ["ELSA-2012-0705"]}, {"type": "debian", "idList": ["DEBIAN:DSA-2487-1:38979", "DEBIAN:BSA-074:2D479", "DEBIAN:DSA-2473-1:CC5A0", "DEBIAN:BSA-076:830BE", "DEBIAN:BSA-053:EF4D9", "DEBIAN:DSA-2315-1:1924E"]}, {"type": "redhat", "idList": ["RHSA-2012:0705"]}, {"type": "ubuntu", "idList": ["USN-1496-1", "USN-1495-1"]}, {"type": "centos", "idList": ["CESA-2012:0705"]}, {"type": "gentoo", "idList": ["GLSA-201209-05", "GLSA-201408-19"]}, {"type": "seebug", "idList": ["SSV:60135", "SSV:23114"]}], "modified": "2018-01-11T11:07:37"}, "vulnersScore": 6.4}, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cvelist", "hash": "349d42b74c62341162f428052b33492e"}, {"key": "cvss", "hash": "e5d275b3ebd62646b78320753699e02e"}, {"key": "description", "hash": "4e9bfcb40111f90507a91f121dbfc90f"}, {"key": "href", "hash": "f58b0ad770f4b5a4d2c9c45091d1dd09"}, {"key": "modified", "hash": "e51c244040f5fb6045353e4450e61da1"}, {"key": "naslFamily", "hash": "be931514784f88df80712740ad2723e7"}, {"key": "pluginID", "hash": "cc309f80ded24aa7764ff229f0ffb6e3"}, {"key": "published", "hash": "45e30c07204bf715be8eee945fb18393"}, {"key": "references", "hash": "87b85d5d97454f4f108516b59b13733d"}, {"key": "reporter", "hash": "a282f166ddc6c378940071a6b738e1a3"}, {"key": "sourceData", "hash": "2c1bcf80744646d8aad7d7633dea5f93"}, {"key": "title", "hash": "1f2a1b0719664ee391aaedeafb0b2434"}, {"key": "type", "hash": "47c1f692ea47a21f716dad07043ade01"}], "objectVersion": "1.3", "modified": "2018-01-09T00:00:00"}
{"cve": [{"lastseen": "2019-05-29T18:12:22", "bulletinFamily": "NVD", "description": "Integer overflow in filter/source/msfilter/msdffimp.cxx in OpenOffice.org (OOo) 3.3, 3.4 Beta, and possibly earlier, and LibreOffice before 3.5.3, allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via the length of an Escher graphics record in a PowerPoint (.ppt) document, which triggers a buffer overflow.", "modified": "2017-08-29T01:31:00", "id": "CVE-2012-2334", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-2334", "published": "2012-06-19T20:55:00", "title": "CVE-2012-2334", "type": "cve", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:11:13", "bulletinFamily": "NVD", "description": "oowriter in OpenOffice.org 3.3.0 and LibreOffice before 3.4.3 allows user-assisted remote attackers to cause a denial of service (crash) via a crafted DOC file that triggers an out-of-bounds read in the DOC sprm parser.", "modified": "2014-10-24T06:19:00", "id": "CVE-2011-2713", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-2713", "published": "2011-10-21T18:55:00", "title": "CVE-2011-2713", "type": "cve", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2019-05-29T18:12:21", "bulletinFamily": "NVD", "description": "Integer overflow in the vclmi.dll module in OpenOffice.org (OOo) 3.3, 3.4 Beta, and possibly earlier, and LibreOffice before 3.5.3, allows remote attackers to cause a denial of service (application crash) and possibly execute arbitrary code via a crafted embedded image object, as demonstrated by a JPEG image in a .DOC file, which triggers a heap-based buffer overflow.", "modified": "2017-08-29T01:31:00", "id": "CVE-2012-1149", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-1149", "published": "2012-06-21T15:55:00", "title": "CVE-2012-1149", "type": "cve", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "openvas": [{"lastseen": "2019-05-29T18:38:37", "bulletinFamily": "scanner", "description": "The remote host is missing an update for the ", "modified": "2019-03-15T00:00:00", "published": "2012-06-15T00:00:00", "id": "OPENVAS:1361412562310864445", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310864445", "title": "Fedora Update for libreoffice FEDORA-2012-8114", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Fedora Update for libreoffice FEDORA-2012-8114\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://lists.fedoraproject.org/pipermail/package-announce/2012-June/082168.html\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.864445\");\n script_version(\"$Revision: 14223 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2019-03-15 14:49:35 +0100 (Fri, 15 Mar 2019) $\");\n script_tag(name:\"creation_date\", value:\"2012-06-15 09:44:16 +0530 (Fri, 15 Jun 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\", \"CVE-2011-2713\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name:\"FEDORA\", value:\"2012-8114\");\n script_name(\"Fedora Update for libreoffice FEDORA-2012-8114\");\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'libreoffice'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Fedora Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/fedora\", \"ssh/login/rpms\", re:\"ssh/login/release=FC15\");\n script_tag(name:\"affected\", value:\"libreoffice on Fedora 15\");\n script_tag(name:\"solution\", value:\"Please install the updated package(s).\");\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-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release)\n exit(0);\n\nres = \"\";\n\nif(release == \"FC15\")\n{\n\n if ((res = isrpmvuln(pkg:\"libreoffice\", rpm:\"libreoffice~3.3.4.1~5.fc15\", rls:\"FC15\")) != 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": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:38:40", "bulletinFamily": "scanner", "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", "title": "Ubuntu Update for openoffice.org USN-1496-1", "type": "openvas", "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": "2018-01-11T11:07:30", "bulletinFamily": "scanner", "description": "Check for the Version of autocorr-af", "modified": "2018-01-10T00:00:00", "published": "2012-07-30T00:00:00", "href": "http://plugins.openvas.org/nasl.php?oid=881170", "id": "OPENVAS:881170", "title": "CentOS Update for autocorr-af CESA-2012:0705 centos6 ", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# CentOS Update for autocorr-af CESA-2012:0705 centos6 \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 = \"OpenOffice.org is an office productivity suite that includes desktop\n applications, such as a word processor, spreadsheet application,\n presentation manager, formula editor, and a drawing program.\n\n An integer overflow flaw, leading to a buffer overflow, was found in the\n way OpenOffice.org processed an invalid Escher graphics records length in\n Microsoft Office PowerPoint documents. An attacker could provide a\n specially-crafted Microsoft Office PowerPoint document that, when opened,\n would cause OpenOffice.org to crash or, potentially, execute arbitrary code\n with the privileges of the user running OpenOffice.org. (CVE-2012-2334)\n \n Multiple integer overflow flaws, leading to heap-based buffer overflows,\n were found in the JPEG, PNG, and BMP image file reader implementations in\n OpenOffice.org. An attacker could provide a specially-crafted JPEG, PNG,\n or BMP image file that, when opened in an OpenOffice.org application, would\n cause the application to crash or, potentially, execute arbitrary code with\n the privileges of the user running the application. (CVE-2012-1149)\n \n Upstream acknowledges Sven Jacobi as the original reporter of\n CVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original reporter\n of CVE-2012-1149.\n \n All OpenOffice.org users are advised to upgrade to these updated packages,\n which contain backported patches to correct these issues. All running\n instances of OpenOffice.org applications must be restarted for this update\n to take effect.\";\n\ntag_affected = \"autocorr-af on CentOS 6\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.centos.org/pipermail/centos-announce/2012-June/018666.html\");\n script_id(881170);\n script_version(\"$Revision: 8352 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-10 08:01:57 +0100 (Wed, 10 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2012-07-30 16:32:21 +0530 (Mon, 30 Jul 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name: \"CESA\", value: \"2012:0705\");\n script_name(\"CentOS Update for autocorr-af CESA-2012:0705 centos6 \");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of autocorr-af\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"CentOS Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/centos\", \"ssh/login/rpms\");\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-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"CentOS6\")\n{\n\n if ((res = isrpmvuln(pkg:\"autocorr-af\", rpm:\"autocorr-af~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-bg\", rpm:\"autocorr-bg~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-cs\", rpm:\"autocorr-cs~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-da\", rpm:\"autocorr-da~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-de\", rpm:\"autocorr-de~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-en\", rpm:\"autocorr-en~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-es\", rpm:\"autocorr-es~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-eu\", rpm:\"autocorr-eu~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-fa\", rpm:\"autocorr-fa~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-fi\", rpm:\"autocorr-fi~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-fr\", rpm:\"autocorr-fr~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-ga\", rpm:\"autocorr-ga~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-hu\", rpm:\"autocorr-hu~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-it\", rpm:\"autocorr-it~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-ja\", rpm:\"autocorr-ja~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-ko\", rpm:\"autocorr-ko~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-lb\", rpm:\"autocorr-lb~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-lt\", rpm:\"autocorr-lt~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-mn\", rpm:\"autocorr-mn~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-nl\", rpm:\"autocorr-nl~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-pl\", rpm:\"autocorr-pl~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-pt\", rpm:\"autocorr-pt~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-ru\", rpm:\"autocorr-ru~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-sk\", rpm:\"autocorr-sk~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-sl\", rpm:\"autocorr-sl~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-sv\", rpm:\"autocorr-sv~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-tr\", rpm:\"autocorr-tr~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-vi\", rpm:\"autocorr-vi~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-zh\", rpm:\"autocorr-zh~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"broffice.org-base\", rpm:\"broffice.org-base~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"broffice.org-brand\", rpm:\"broffice.org-brand~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"broffice.org-calc\", rpm:\"broffice.org-calc~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"broffice.org-draw\", rpm:\"broffice.org-draw~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"broffice.org-impress\", rpm:\"broffice.org-impress~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"broffice.org-math\", rpm:\"broffice.org-math~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"broffice.org-writer\", rpm:\"broffice.org-writer~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-base\", rpm:\"openoffice.org-base~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-base-core\", rpm:\"openoffice.org-base-core~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-brand\", rpm:\"openoffice.org-brand~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-bsh\", rpm:\"openoffice.org-bsh~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-calc\", rpm:\"openoffice.org-calc~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-calc-core\", rpm:\"openoffice.org-calc-core~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-core\", rpm:\"openoffice.org-core~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-devel\", rpm:\"openoffice.org-devel~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-draw\", rpm:\"openoffice.org-draw~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-draw-core\", rpm:\"openoffice.org-draw-core~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-emailmerge\", rpm:\"openoffice.org-emailmerge~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-graphicfilter\", rpm:\"openoffice.org-graphicfilter~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-headless\", rpm:\"openoffice.org-headless~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-impress\", rpm:\"openoffice.org-impress~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-impress-core\", rpm:\"openoffice.org-impress-core~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-javafilter\", rpm:\"openoffice.org-javafilter~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-af_ZA\", rpm:\"openoffice.org-langpack-af_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ar\", rpm:\"openoffice.org-langpack-ar~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-as_IN\", rpm:\"openoffice.org-langpack-as_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-bg_BG\", rpm:\"openoffice.org-langpack-bg_BG~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-bn\", rpm:\"openoffice.org-langpack-bn~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ca_ES\", rpm:\"openoffice.org-langpack-ca_ES~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-cs_CZ\", rpm:\"openoffice.org-langpack-cs_CZ~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-cy_GB\", rpm:\"openoffice.org-langpack-cy_GB~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-da_DK\", rpm:\"openoffice.org-langpack-da_DK~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-de\", rpm:\"openoffice.org-langpack-de~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-dz\", rpm:\"openoffice.org-langpack-dz~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-el_GR\", rpm:\"openoffice.org-langpack-el_GR~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-en\", rpm:\"openoffice.org-langpack-en~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-es\", rpm:\"openoffice.org-langpack-es~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-et_EE\", rpm:\"openoffice.org-langpack-et_EE~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-eu_ES\", rpm:\"openoffice.org-langpack-eu_ES~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-fi_FI\", rpm:\"openoffice.org-langpack-fi_FI~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-fr\", rpm:\"openoffice.org-langpack-fr~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ga_IE\", rpm:\"openoffice.org-langpack-ga_IE~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-gl_ES\", rpm:\"openoffice.org-langpack-gl_ES~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-gu_IN\", rpm:\"openoffice.org-langpack-gu_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-he_IL\", rpm:\"openoffice.org-langpack-he_IL~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-hi_IN\", rpm:\"openoffice.org-langpack-hi_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-hr_HR\", rpm:\"openoffice.org-langpack-hr_HR~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-hu_HU\", rpm:\"openoffice.org-langpack-hu_HU~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-it\", rpm:\"openoffice.org-langpack-it~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ja_JP\", rpm:\"openoffice.org-langpack-ja_JP~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-kn_IN\", rpm:\"openoffice.org-langpack-kn_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ko_KR\", rpm:\"openoffice.org-langpack-ko_KR~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-lt_LT\", rpm:\"openoffice.org-langpack-lt_LT~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-mai_IN\", rpm:\"openoffice.org-langpack-mai_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ml_IN\", rpm:\"openoffice.org-langpack-ml_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-mr_IN\", rpm:\"openoffice.org-langpack-mr_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ms_MY\", rpm:\"openoffice.org-langpack-ms_MY~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nb_NO\", rpm:\"openoffice.org-langpack-nb_NO~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nl\", rpm:\"openoffice.org-langpack-nl~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nn_NO\", rpm:\"openoffice.org-langpack-nn_NO~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nr_ZA\", rpm:\"openoffice.org-langpack-nr_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nso_ZA\", rpm:\"openoffice.org-langpack-nso_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-or_IN\", rpm:\"openoffice.org-langpack-or_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pa\", rpm:\"openoffice.org-langpack-pa~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pl_PL\", rpm:\"openoffice.org-langpack-pl_PL~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pt_BR\", rpm:\"openoffice.org-langpack-pt_BR~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pt_PT\", rpm:\"openoffice.org-langpack-pt_PT~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ro\", rpm:\"openoffice.org-langpack-ro~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ru\", rpm:\"openoffice.org-langpack-ru~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sk_SK\", rpm:\"openoffice.org-langpack-sk_SK~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sl_SI\", rpm:\"openoffice.org-langpack-sl_SI~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sr\", rpm:\"openoffice.org-langpack-sr~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ss_ZA\", rpm:\"openoffice.org-langpack-ss_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-st_ZA\", rpm:\"openoffice.org-langpack-st_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sv\", rpm:\"openoffice.org-langpack-sv~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ta_IN\", rpm:\"openoffice.org-langpack-ta_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-te_IN\", rpm:\"openoffice.org-langpack-te_IN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-th_TH\", rpm:\"openoffice.org-langpack-th_TH~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-tn_ZA\", rpm:\"openoffice.org-langpack-tn_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-tr_TR\", rpm:\"openoffice.org-langpack-tr_TR~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ts_ZA\", rpm:\"openoffice.org-langpack-ts_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-uk\", rpm:\"openoffice.org-langpack-uk~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ur\", rpm:\"openoffice.org-langpack-ur~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ve_ZA\", rpm:\"openoffice.org-langpack-ve_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-xh_ZA\", rpm:\"openoffice.org-langpack-xh_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-zh_CN\", rpm:\"openoffice.org-langpack-zh_CN~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-zh_TW\", rpm:\"openoffice.org-langpack-zh_TW~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-zu_ZA\", rpm:\"openoffice.org-langpack-zu_ZA~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-math\", rpm:\"openoffice.org-math~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-math-core\", rpm:\"openoffice.org-math-core~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-ogltrans\", rpm:\"openoffice.org-ogltrans~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-opensymbol-fonts\", rpm:\"openoffice.org-opensymbol-fonts~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-pdfimport\", rpm:\"openoffice.org-pdfimport~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-presentation-minimizer\", rpm:\"openoffice.org-presentation-minimizer~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-presenter-screen\", rpm:\"openoffice.org-presenter-screen~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-pyuno\", rpm:\"openoffice.org-pyuno~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-report-builder\", rpm:\"openoffice.org-report-builder~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-rhino\", rpm:\"openoffice.org-rhino~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-sdk\", rpm:\"openoffice.org-sdk~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-sdk-doc\", rpm:\"openoffice.org-sdk-doc~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-testtools\", rpm:\"openoffice.org-testtools~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-ure\", rpm:\"openoffice.org-ure~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-wiki-publisher\", rpm:\"openoffice.org-wiki-publisher~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-writer\", rpm:\"openoffice.org-writer~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-writer-core\", rpm:\"openoffice.org-writer-core~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-xsltfilter\", rpm:\"openoffice.org-xsltfilter~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org\", rpm:\"openoffice.org~3.2.1~19.6.el6_2.7\", rls:\"CentOS6\")) != 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": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2017-12-04T11:21:15", "bulletinFamily": "scanner", "description": "Ubuntu Update for Linux kernel vulnerabilities USN-1495-1", "modified": "2017-12-01T00:00:00", "published": "2012-07-03T00:00:00", "href": "http://plugins.openvas.org/nasl.php?oid=841067", "id": "OPENVAS:841067", "title": "Ubuntu Update for libreoffice USN-1495-1", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_1495_1.nasl 7960 2017-12-01 06:58:16Z santu $\n#\n# Ubuntu Update for libreoffice USN-1495-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 = \"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 LibreOffice 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 LibreOffice 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-1495-1\";\ntag_affected = \"libreoffice on Ubuntu 11.10 ,\n Ubuntu 11.04\";\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-1495-1/\");\n script_id(841067);\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:01 +0530 (Tue, 03 Jul 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name: \"USN\", value: \"1495-1\");\n script_name(\"Ubuntu Update for libreoffice USN-1495-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 == \"UBUNTU11.10\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libreoffice-core\", ver:\"3.4.4-0ubuntu1.2\", rls:\"UBUNTU11.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isdpkgvuln(pkg:\"libreoffice-l10n-common\", ver:\"3.4.4-0ubuntu1.2\", rls:\"UBUNTU11.10\")) != 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\n\nif(release == \"UBUNTU11.04\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libreoffice-core\", ver:\"3.3.4-0ubuntu1.2\", rls:\"UBUNTU11.04\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isdpkgvuln(pkg:\"libreoffice-l10n-common\", ver:\"3.3.3-1ubuntu1.2\", rls:\"UBUNTU11.04\")) != 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": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2017-12-04T11:19:34", "bulletinFamily": "scanner", "description": "Ubuntu Update for Linux kernel vulnerabilities USN-1496-1", "modified": "2017-12-01T00:00:00", "published": "2012-07-03T00:00:00", "href": "http://plugins.openvas.org/nasl.php?oid=841068", "id": "OPENVAS:841068", "title": "Ubuntu Update for openoffice.org USN-1496-1", "type": "openvas", "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/"}}, {"lastseen": "2018-01-02T10:57:12", "bulletinFamily": "scanner", "description": "Check for the Version of libreoffice", "modified": "2017-12-29T00:00:00", "published": "2012-08-03T00:00:00", "href": "http://plugins.openvas.org/nasl.php?oid=831613", "id": "OPENVAS:831613", "title": "Mandriva Update for libreoffice MDVSA-2012:091 (libreoffice)", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Mandriva Update for libreoffice MDVSA-2012:091 (libreoffice)\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 = \"Security issues were identified and fixed in libreoffice:\n\n An integer overflow vulnerability in the libreoffice graphic\n loading code could allow a remote attacker to cause a denial of\n service (application crash) or potentially execute arbitrary code\n (CVE-2012-1149).\n\n An integer overflow flaw, leading to buffer overflow, was found in the\n way libreoffice processed invalid Escher graphics records length in\n PowerPoint documents. An attacker could provide a specially-crafted\n PowerPoint document that, when opened, would cause libreoffice to\n crash or, potentially, execute arbitrary code with the privileges of\n the user running libreoffice (CVE-2012-2334).\n\n libreoffice for Mandriva Linux 2011 has been upgraded to the 3.5.4\n version which is not vulnerable to these issues.\";\n\ntag_affected = \"libreoffice on Mandriva Linux 2011.0\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://www.mandriva.com/en/support/security/advisories/?name=MDVSA-2012:091\");\n script_id(831613);\n script_version(\"$Revision: 8257 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-12-29 07:29:46 +0100 (Fri, 29 Dec 2017) $\");\n script_tag(name:\"creation_date\", value:\"2012-08-03 09:54:47 +0530 (Fri, 03 Aug 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name: \"MDVSA\", value: \"2012:091\");\n script_name(\"Mandriva Update for libreoffice MDVSA-2012:091 (libreoffice)\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of libreoffice\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Mandrake Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/mandriva_mandrake_linux\", \"ssh/login/release\");\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-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"MNDK_2011.0\")\n{\n\n if ((res = isrpmvuln(pkg:\"libreoffice\", rpm:\"libreoffice~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-base\", rpm:\"libreoffice-base~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-calc\", rpm:\"libreoffice-calc~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-common\", rpm:\"libreoffice-common~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-core\", rpm:\"libreoffice-core~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-devel\", rpm:\"libreoffice-devel~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-devel-doc\", rpm:\"libreoffice-devel-doc~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-draw\", rpm:\"libreoffice-draw~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-dtd-officedocument1.0\", rpm:\"libreoffice-dtd-officedocument1.0~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-filter-binfilter\", rpm:\"libreoffice-filter-binfilter~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-gnome\", rpm:\"libreoffice-gnome~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-bg\", rpm:\"libreoffice-help-bg~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-bn\", rpm:\"libreoffice-help-bn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-bs\", rpm:\"libreoffice-help-bs~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-ca\", rpm:\"libreoffice-help-ca~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-cs\", rpm:\"libreoffice-help-cs~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-da\", rpm:\"libreoffice-help-da~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-de\", rpm:\"libreoffice-help-de~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-dz\", rpm:\"libreoffice-help-dz~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-el\", rpm:\"libreoffice-help-el~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-en_GB\", rpm:\"libreoffice-help-en_GB~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-en_US\", rpm:\"libreoffice-help-en_US~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-es\", rpm:\"libreoffice-help-es~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-et\", rpm:\"libreoffice-help-et~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-eu\", rpm:\"libreoffice-help-eu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-fi\", rpm:\"libreoffice-help-fi~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-fr\", rpm:\"libreoffice-help-fr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-gl\", rpm:\"libreoffice-help-gl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-gu\", rpm:\"libreoffice-help-gu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-he\", rpm:\"libreoffice-help-he~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-hi\", rpm:\"libreoffice-help-hi~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-hr\", rpm:\"libreoffice-help-hr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-hu\", rpm:\"libreoffice-help-hu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-it\", rpm:\"libreoffice-help-it~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-ja\", rpm:\"libreoffice-help-ja~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-ko\", rpm:\"libreoffice-help-ko~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-mk\", rpm:\"libreoffice-help-mk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-nb\", rpm:\"libreoffice-help-nb~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-nl\", rpm:\"libreoffice-help-nl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-nn\", rpm:\"libreoffice-help-nn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-pl\", rpm:\"libreoffice-help-pl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-pt\", rpm:\"libreoffice-help-pt~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-pt_BR\", rpm:\"libreoffice-help-pt_BR~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-ru\", rpm:\"libreoffice-help-ru~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-si\", rpm:\"libreoffice-help-si~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-sk\", rpm:\"libreoffice-help-sk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-sl\", rpm:\"libreoffice-help-sl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-sv\", rpm:\"libreoffice-help-sv~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-tr\", rpm:\"libreoffice-help-tr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-uk\", rpm:\"libreoffice-help-uk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-zh_CN\", rpm:\"libreoffice-help-zh_CN~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-zh_TW\", rpm:\"libreoffice-help-zh_TW~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-impress\", rpm:\"libreoffice-impress~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-java-common\", rpm:\"libreoffice-java-common~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-kde4\", rpm:\"libreoffice-kde4~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-af\", rpm:\"libreoffice-l10n-af~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ar\", rpm:\"libreoffice-l10n-ar~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-as\", rpm:\"libreoffice-l10n-as~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-bg\", rpm:\"libreoffice-l10n-bg~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-bn\", rpm:\"libreoffice-l10n-bn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-br\", rpm:\"libreoffice-l10n-br~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-bs\", rpm:\"libreoffice-l10n-bs~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ca\", rpm:\"libreoffice-l10n-ca~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-cs\", rpm:\"libreoffice-l10n-cs~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-cy\", rpm:\"libreoffice-l10n-cy~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-da\", rpm:\"libreoffice-l10n-da~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-de\", rpm:\"libreoffice-l10n-de~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-dz\", rpm:\"libreoffice-l10n-dz~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-el\", rpm:\"libreoffice-l10n-el~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-en_GB\", rpm:\"libreoffice-l10n-en_GB~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-es\", rpm:\"libreoffice-l10n-es~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-et\", rpm:\"libreoffice-l10n-et~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-eu\", rpm:\"libreoffice-l10n-eu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-fa\", rpm:\"libreoffice-l10n-fa~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-fi\", rpm:\"libreoffice-l10n-fi~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-fr\", rpm:\"libreoffice-l10n-fr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ga\", rpm:\"libreoffice-l10n-ga~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-gl\", rpm:\"libreoffice-l10n-gl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-gu\", rpm:\"libreoffice-l10n-gu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-he\", rpm:\"libreoffice-l10n-he~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-hi\", rpm:\"libreoffice-l10n-hi~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-hr\", rpm:\"libreoffice-l10n-hr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-hu\", rpm:\"libreoffice-l10n-hu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-it\", rpm:\"libreoffice-l10n-it~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ja\", rpm:\"libreoffice-l10n-ja~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-kn\", rpm:\"libreoffice-l10n-kn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ko\", rpm:\"libreoffice-l10n-ko~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-lt\", rpm:\"libreoffice-l10n-lt~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-lv\", rpm:\"libreoffice-l10n-lv~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-mai\", rpm:\"libreoffice-l10n-mai~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-mk\", rpm:\"libreoffice-l10n-mk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ml\", rpm:\"libreoffice-l10n-ml~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-mr\", rpm:\"libreoffice-l10n-mr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nb\", rpm:\"libreoffice-l10n-nb~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nl\", rpm:\"libreoffice-l10n-nl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nn\", rpm:\"libreoffice-l10n-nn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nr\", rpm:\"libreoffice-l10n-nr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nso\", rpm:\"libreoffice-l10n-nso~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-or\", rpm:\"libreoffice-l10n-or~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-pa_IN\", rpm:\"libreoffice-l10n-pa_IN~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-pl\", rpm:\"libreoffice-l10n-pl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-pt\", rpm:\"libreoffice-l10n-pt~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-pt_BR\", rpm:\"libreoffice-l10n-pt_BR~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ro\", rpm:\"libreoffice-l10n-ro~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ru\", rpm:\"libreoffice-l10n-ru~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sh\", rpm:\"libreoffice-l10n-sh~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-si\", rpm:\"libreoffice-l10n-si~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sk\", rpm:\"libreoffice-l10n-sk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sl\", rpm:\"libreoffice-l10n-sl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sr\", rpm:\"libreoffice-l10n-sr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ss\", rpm:\"libreoffice-l10n-ss~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-st\", rpm:\"libreoffice-l10n-st~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sv\", rpm:\"libreoffice-l10n-sv~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ta\", rpm:\"libreoffice-l10n-ta~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-te\", rpm:\"libreoffice-l10n-te~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-th\", rpm:\"libreoffice-l10n-th~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-tn\", rpm:\"libreoffice-l10n-tn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-tr\", rpm:\"libreoffice-l10n-tr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ts\", rpm:\"libreoffice-l10n-ts~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-uk\", rpm:\"libreoffice-l10n-uk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ve\", rpm:\"libreoffice-l10n-ve~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-xh\", rpm:\"libreoffice-l10n-xh~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-zh_CN\", rpm:\"libreoffice-l10n-zh_CN~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-zh_TW\", rpm:\"libreoffice-l10n-zh_TW~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-zu\", rpm:\"libreoffice-l10n-zu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-math\", rpm:\"libreoffice-math~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-openclipart\", rpm:\"libreoffice-openclipart~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-pdfimport\", rpm:\"libreoffice-pdfimport~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-postgresql\", rpm:\"libreoffice-postgresql~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-presentation-minimizer\", rpm:\"libreoffice-presentation-minimizer~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-presenter-screen\", rpm:\"libreoffice-presenter-screen~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-pyuno\", rpm:\"libreoffice-pyuno~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-report-builder\", rpm:\"libreoffice-report-builder~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-crystal\", rpm:\"libreoffice-style-crystal~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-galaxy\", rpm:\"libreoffice-style-galaxy~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-hicontrast\", rpm:\"libreoffice-style-hicontrast~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-oxygen\", rpm:\"libreoffice-style-oxygen~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-tango\", rpm:\"libreoffice-style-tango~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-wiki-publisher\", rpm:\"libreoffice-wiki-publisher~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-writer\", rpm:\"libreoffice-writer~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != 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": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2019-05-29T18:39:08", "bulletinFamily": "scanner", "description": "The remote host is missing an update for the ", "modified": "2018-11-16T00:00:00", "published": "2012-08-03T00:00:00", "id": "OPENVAS:1361412562310831613", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310831613", "title": "Mandriva Update for libreoffice MDVSA-2012:091 (libreoffice)", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Mandriva Update for libreoffice MDVSA-2012:091 (libreoffice)\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.mandriva.com/en/support/security/advisories/?name=MDVSA-2012:091\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.831613\");\n script_version(\"$Revision: 12381 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-11-16 12:16:30 +0100 (Fri, 16 Nov 2018) $\");\n script_tag(name:\"creation_date\", value:\"2012-08-03 09:54:47 +0530 (Fri, 03 Aug 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name:\"MDVSA\", value:\"2012:091\");\n script_name(\"Mandriva Update for libreoffice MDVSA-2012:091 (libreoffice)\");\n\n script_tag(name:\"summary\", value:\"The remote host is missing an update for the 'libreoffice'\n package(s) announced via the referenced advisory.\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Mandrake Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/mandriva_mandrake_linux\", \"ssh/login/release\", re:\"ssh/login/release=MNDK_2011\\.0\");\n script_tag(name:\"affected\", value:\"libreoffice on Mandriva Linux 2011.0\");\n script_tag(name:\"solution\", value:\"Please Install the Updated Packages.\");\n script_tag(name:\"insight\", value:\"Security issues were identified and fixed in libreoffice:\n\n An integer overflow vulnerability in the libreoffice graphic\n loading code could allow a remote attacker to cause a denial of\n service (application crash) or potentially execute arbitrary code\n (CVE-2012-1149).\n\n An integer overflow flaw, leading to buffer overflow, was found in the\n way libreoffice processed invalid Escher graphics records length in\n PowerPoint documents. An attacker could provide a specially-crafted\n PowerPoint document that, when opened, would cause libreoffice to\n crash or, potentially, execute arbitrary code with the privileges of\n the user running libreoffice (CVE-2012-2334).\n\n libreoffice for Mandriva Linux 2011 has been upgraded to the 3.5.4\n version which is not vulnerable to these issues.\");\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-rpm.inc\");\n\nrelease = rpm_get_ssh_release();\nif(!release) exit(0);\n\nres = \"\";\n\nif(release == \"MNDK_2011.0\")\n{\n\n if ((res = isrpmvuln(pkg:\"libreoffice\", rpm:\"libreoffice~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-base\", rpm:\"libreoffice-base~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-calc\", rpm:\"libreoffice-calc~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-common\", rpm:\"libreoffice-common~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-core\", rpm:\"libreoffice-core~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-devel\", rpm:\"libreoffice-devel~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-devel-doc\", rpm:\"libreoffice-devel-doc~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-draw\", rpm:\"libreoffice-draw~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-dtd-officedocument1.0\", rpm:\"libreoffice-dtd-officedocument1.0~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-filter-binfilter\", rpm:\"libreoffice-filter-binfilter~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-gnome\", rpm:\"libreoffice-gnome~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-bg\", rpm:\"libreoffice-help-bg~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-bn\", rpm:\"libreoffice-help-bn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-bs\", rpm:\"libreoffice-help-bs~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-ca\", rpm:\"libreoffice-help-ca~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-cs\", rpm:\"libreoffice-help-cs~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-da\", rpm:\"libreoffice-help-da~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-de\", rpm:\"libreoffice-help-de~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-dz\", rpm:\"libreoffice-help-dz~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-el\", rpm:\"libreoffice-help-el~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-en_GB\", rpm:\"libreoffice-help-en_GB~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-en_US\", rpm:\"libreoffice-help-en_US~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-es\", rpm:\"libreoffice-help-es~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-et\", rpm:\"libreoffice-help-et~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-eu\", rpm:\"libreoffice-help-eu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-fi\", rpm:\"libreoffice-help-fi~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-fr\", rpm:\"libreoffice-help-fr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-gl\", rpm:\"libreoffice-help-gl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-gu\", rpm:\"libreoffice-help-gu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-he\", rpm:\"libreoffice-help-he~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-hi\", rpm:\"libreoffice-help-hi~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-hr\", rpm:\"libreoffice-help-hr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-hu\", rpm:\"libreoffice-help-hu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-it\", rpm:\"libreoffice-help-it~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-ja\", rpm:\"libreoffice-help-ja~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-ko\", rpm:\"libreoffice-help-ko~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-mk\", rpm:\"libreoffice-help-mk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-nb\", rpm:\"libreoffice-help-nb~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-nl\", rpm:\"libreoffice-help-nl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-nn\", rpm:\"libreoffice-help-nn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-pl\", rpm:\"libreoffice-help-pl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-pt\", rpm:\"libreoffice-help-pt~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-pt_BR\", rpm:\"libreoffice-help-pt_BR~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-ru\", rpm:\"libreoffice-help-ru~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-si\", rpm:\"libreoffice-help-si~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-sk\", rpm:\"libreoffice-help-sk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-sl\", rpm:\"libreoffice-help-sl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-sv\", rpm:\"libreoffice-help-sv~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-tr\", rpm:\"libreoffice-help-tr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-uk\", rpm:\"libreoffice-help-uk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-zh_CN\", rpm:\"libreoffice-help-zh_CN~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-help-zh_TW\", rpm:\"libreoffice-help-zh_TW~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-impress\", rpm:\"libreoffice-impress~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-java-common\", rpm:\"libreoffice-java-common~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-kde4\", rpm:\"libreoffice-kde4~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-af\", rpm:\"libreoffice-l10n-af~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ar\", rpm:\"libreoffice-l10n-ar~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-as\", rpm:\"libreoffice-l10n-as~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-bg\", rpm:\"libreoffice-l10n-bg~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-bn\", rpm:\"libreoffice-l10n-bn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-br\", rpm:\"libreoffice-l10n-br~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-bs\", rpm:\"libreoffice-l10n-bs~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ca\", rpm:\"libreoffice-l10n-ca~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-cs\", rpm:\"libreoffice-l10n-cs~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-cy\", rpm:\"libreoffice-l10n-cy~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-da\", rpm:\"libreoffice-l10n-da~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-de\", rpm:\"libreoffice-l10n-de~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-dz\", rpm:\"libreoffice-l10n-dz~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-el\", rpm:\"libreoffice-l10n-el~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-en_GB\", rpm:\"libreoffice-l10n-en_GB~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-es\", rpm:\"libreoffice-l10n-es~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-et\", rpm:\"libreoffice-l10n-et~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-eu\", rpm:\"libreoffice-l10n-eu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-fa\", rpm:\"libreoffice-l10n-fa~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-fi\", rpm:\"libreoffice-l10n-fi~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-fr\", rpm:\"libreoffice-l10n-fr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ga\", rpm:\"libreoffice-l10n-ga~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-gl\", rpm:\"libreoffice-l10n-gl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-gu\", rpm:\"libreoffice-l10n-gu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-he\", rpm:\"libreoffice-l10n-he~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-hi\", rpm:\"libreoffice-l10n-hi~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-hr\", rpm:\"libreoffice-l10n-hr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-hu\", rpm:\"libreoffice-l10n-hu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-it\", rpm:\"libreoffice-l10n-it~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ja\", rpm:\"libreoffice-l10n-ja~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-kn\", rpm:\"libreoffice-l10n-kn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ko\", rpm:\"libreoffice-l10n-ko~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-lt\", rpm:\"libreoffice-l10n-lt~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-lv\", rpm:\"libreoffice-l10n-lv~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-mai\", rpm:\"libreoffice-l10n-mai~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-mk\", rpm:\"libreoffice-l10n-mk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ml\", rpm:\"libreoffice-l10n-ml~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-mr\", rpm:\"libreoffice-l10n-mr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nb\", rpm:\"libreoffice-l10n-nb~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nl\", rpm:\"libreoffice-l10n-nl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nn\", rpm:\"libreoffice-l10n-nn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nr\", rpm:\"libreoffice-l10n-nr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-nso\", rpm:\"libreoffice-l10n-nso~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-or\", rpm:\"libreoffice-l10n-or~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-pa_IN\", rpm:\"libreoffice-l10n-pa_IN~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-pl\", rpm:\"libreoffice-l10n-pl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-pt\", rpm:\"libreoffice-l10n-pt~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-pt_BR\", rpm:\"libreoffice-l10n-pt_BR~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ro\", rpm:\"libreoffice-l10n-ro~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ru\", rpm:\"libreoffice-l10n-ru~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sh\", rpm:\"libreoffice-l10n-sh~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-si\", rpm:\"libreoffice-l10n-si~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sk\", rpm:\"libreoffice-l10n-sk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sl\", rpm:\"libreoffice-l10n-sl~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sr\", rpm:\"libreoffice-l10n-sr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ss\", rpm:\"libreoffice-l10n-ss~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-st\", rpm:\"libreoffice-l10n-st~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-sv\", rpm:\"libreoffice-l10n-sv~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ta\", rpm:\"libreoffice-l10n-ta~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-te\", rpm:\"libreoffice-l10n-te~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-th\", rpm:\"libreoffice-l10n-th~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-tn\", rpm:\"libreoffice-l10n-tn~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-tr\", rpm:\"libreoffice-l10n-tr~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ts\", rpm:\"libreoffice-l10n-ts~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-uk\", rpm:\"libreoffice-l10n-uk~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-ve\", rpm:\"libreoffice-l10n-ve~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-xh\", rpm:\"libreoffice-l10n-xh~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-zh_CN\", rpm:\"libreoffice-l10n-zh_CN~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-zh_TW\", rpm:\"libreoffice-l10n-zh_TW~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-l10n-zu\", rpm:\"libreoffice-l10n-zu~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-math\", rpm:\"libreoffice-math~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-openclipart\", rpm:\"libreoffice-openclipart~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-pdfimport\", rpm:\"libreoffice-pdfimport~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-postgresql\", rpm:\"libreoffice-postgresql~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-presentation-minimizer\", rpm:\"libreoffice-presentation-minimizer~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-presenter-screen\", rpm:\"libreoffice-presenter-screen~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-pyuno\", rpm:\"libreoffice-pyuno~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-report-builder\", rpm:\"libreoffice-report-builder~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-crystal\", rpm:\"libreoffice-style-crystal~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-galaxy\", rpm:\"libreoffice-style-galaxy~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-hicontrast\", rpm:\"libreoffice-style-hicontrast~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-oxygen\", rpm:\"libreoffice-style-oxygen~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-style-tango\", rpm:\"libreoffice-style-tango~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-wiki-publisher\", rpm:\"libreoffice-wiki-publisher~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"libreoffice-writer\", rpm:\"libreoffice-writer~3.5.4~0.1\", rls:\"MNDK_2011.0\")) != 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": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-29T18:38:59", "bulletinFamily": "scanner", "description": "Ubuntu Update for Linux kernel vulnerabilities USN-1495-1", "modified": "2019-03-13T00:00:00", "published": "2012-07-03T00:00:00", "id": "OPENVAS:1361412562310841067", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310841067", "title": "Ubuntu Update for libreoffice USN-1495-1", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ubuntu_USN_1495_1.nasl 14132 2019-03-13 09:25:59Z cfischer $\n#\n# Ubuntu Update for libreoffice USN-1495-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-1495-1/\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.841067\");\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:01 +0530 (Tue, 03 Jul 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name:\"USN\", value:\"1495-1\");\n script_name(\"Ubuntu Update for libreoffice USN-1495-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=UBUNTU(11\\.10|11\\.04)\");\n script_tag(name:\"summary\", value:\"Ubuntu Update for Linux kernel vulnerabilities USN-1495-1\");\n script_tag(name:\"affected\", value:\"libreoffice on Ubuntu 11.10,\n Ubuntu 11.04\");\n script_tag(name:\"solution\", value:\"Please Install the Updated Packages.\");\n script_tag(name:\"insight\", value:\"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 LibreOffice 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 LibreOffice 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 == \"UBUNTU11.10\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libreoffice-core\", ver:\"3.4.4-0ubuntu1.2\", rls:\"UBUNTU11.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isdpkgvuln(pkg:\"libreoffice-l10n-common\", ver:\"3.4.4-0ubuntu1.2\", rls:\"UBUNTU11.10\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99);\n exit(0);\n}\n\n\nif(release == \"UBUNTU11.04\")\n{\n\n if ((res = isdpkgvuln(pkg:\"libreoffice-core\", ver:\"3.3.4-0ubuntu1.2\", rls:\"UBUNTU11.04\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isdpkgvuln(pkg:\"libreoffice-l10n-common\", ver:\"3.3.3-1ubuntu1.2\", rls:\"UBUNTU11.04\")) != 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": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2018-01-06T13:07:26", "bulletinFamily": "scanner", "description": "Check for the Version of openoffice.org", "modified": "2018-01-05T00:00:00", "published": "2012-06-08T00:00:00", "href": "http://plugins.openvas.org/nasl.php?oid=870747", "id": "OPENVAS:870747", "title": "RedHat Update for openoffice.org RHSA-2012:0705-01", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# RedHat Update for openoffice.org RHSA-2012:0705-01\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 = \"OpenOffice.org is an office productivity suite that includes desktop\n applications, such as a word processor, spreadsheet application,\n presentation manager, formula editor, and a drawing program.\n\n An integer overflow flaw, leading to a buffer overflow, was found in the\n way OpenOffice.org processed an invalid Escher graphics records length in\n Microsoft Office PowerPoint documents. An attacker could provide a\n specially-crafted Microsoft Office PowerPoint document that, when opened,\n would cause OpenOffice.org to crash or, potentially, execute arbitrary code\n with the privileges of the user running OpenOffice.org. (CVE-2012-2334)\n\n Multiple integer overflow flaws, leading to heap-based buffer overflows,\n were found in the JPEG, PNG, and BMP image file reader implementations in\n OpenOffice.org. An attacker could provide a specially-crafted JPEG, PNG,\n or BMP image file that, when opened in an OpenOffice.org application, would\n cause the application to crash or, potentially, execute arbitrary code with\n the privileges of the user running the application. (CVE-2012-1149)\n\n Upstream acknowledges Sven Jacobi as the original reporter of\n CVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original reporter\n of CVE-2012-1149.\n\n All OpenOffice.org users are advised to upgrade to these updated packages,\n which contain backported patches to correct these issues. All running\n instances of OpenOffice.org applications must be restarted for this update\n to take effect.\";\n\ntag_affected = \"openoffice.org on Red Hat Enterprise Linux Desktop (v. 6),\n Red Hat Enterprise Linux Workstation (v. 6)\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"https://www.redhat.com/archives/rhsa-announce/2012-June/msg00000.html\");\n script_id(870747);\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_version(\"$Revision: 8295 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-05 07:29:18 +0100 (Fri, 05 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2012-06-08 10:11:27 +0530 (Fri, 08 Jun 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_xref(name: \"RHSA\", value: \"2012:0705-01\");\n script_name(\"RedHat Update for openoffice.org RHSA-2012:0705-01\");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of openoffice.org\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"Red Hat Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/rhel\", \"ssh/login/rpms\");\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-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"RHENT_6\")\n{\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-base\", rpm:\"openoffice.org-base~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-base-core\", rpm:\"openoffice.org-base-core~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-brand\", rpm:\"openoffice.org-brand~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-calc\", rpm:\"openoffice.org-calc~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-calc-core\", rpm:\"openoffice.org-calc-core~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-core\", rpm:\"openoffice.org-core~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-debuginfo\", rpm:\"openoffice.org-debuginfo~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-draw\", rpm:\"openoffice.org-draw~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-draw-core\", rpm:\"openoffice.org-draw-core~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-emailmerge\", rpm:\"openoffice.org-emailmerge~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-graphicfilter\", rpm:\"openoffice.org-graphicfilter~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-headless\", rpm:\"openoffice.org-headless~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-impress\", rpm:\"openoffice.org-impress~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-impress-core\", rpm:\"openoffice.org-impress-core~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-javafilter\", rpm:\"openoffice.org-javafilter~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-af_ZA\", rpm:\"openoffice.org-langpack-af_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ar\", rpm:\"openoffice.org-langpack-ar~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-as_IN\", rpm:\"openoffice.org-langpack-as_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-bg_BG\", rpm:\"openoffice.org-langpack-bg_BG~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-bn\", rpm:\"openoffice.org-langpack-bn~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ca_ES\", rpm:\"openoffice.org-langpack-ca_ES~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-cs_CZ\", rpm:\"openoffice.org-langpack-cs_CZ~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-cy_GB\", rpm:\"openoffice.org-langpack-cy_GB~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-da_DK\", rpm:\"openoffice.org-langpack-da_DK~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-de\", rpm:\"openoffice.org-langpack-de~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-dz\", rpm:\"openoffice.org-langpack-dz~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-el_GR\", rpm:\"openoffice.org-langpack-el_GR~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-en\", rpm:\"openoffice.org-langpack-en~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-es\", rpm:\"openoffice.org-langpack-es~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-et_EE\", rpm:\"openoffice.org-langpack-et_EE~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-eu_ES\", rpm:\"openoffice.org-langpack-eu_ES~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-fi_FI\", rpm:\"openoffice.org-langpack-fi_FI~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-fr\", rpm:\"openoffice.org-langpack-fr~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ga_IE\", rpm:\"openoffice.org-langpack-ga_IE~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-gl_ES\", rpm:\"openoffice.org-langpack-gl_ES~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-gu_IN\", rpm:\"openoffice.org-langpack-gu_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-he_IL\", rpm:\"openoffice.org-langpack-he_IL~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-hi_IN\", rpm:\"openoffice.org-langpack-hi_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-hr_HR\", rpm:\"openoffice.org-langpack-hr_HR~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-hu_HU\", rpm:\"openoffice.org-langpack-hu_HU~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-it\", rpm:\"openoffice.org-langpack-it~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ja_JP\", rpm:\"openoffice.org-langpack-ja_JP~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-kn_IN\", rpm:\"openoffice.org-langpack-kn_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ko_KR\", rpm:\"openoffice.org-langpack-ko_KR~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-lt_LT\", rpm:\"openoffice.org-langpack-lt_LT~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-mai_IN\", rpm:\"openoffice.org-langpack-mai_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ml_IN\", rpm:\"openoffice.org-langpack-ml_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-mr_IN\", rpm:\"openoffice.org-langpack-mr_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ms_MY\", rpm:\"openoffice.org-langpack-ms_MY~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nb_NO\", rpm:\"openoffice.org-langpack-nb_NO~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nl\", rpm:\"openoffice.org-langpack-nl~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nn_NO\", rpm:\"openoffice.org-langpack-nn_NO~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nr_ZA\", rpm:\"openoffice.org-langpack-nr_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nso_ZA\", rpm:\"openoffice.org-langpack-nso_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-or_IN\", rpm:\"openoffice.org-langpack-or_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pa\", rpm:\"openoffice.org-langpack-pa~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pl_PL\", rpm:\"openoffice.org-langpack-pl_PL~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pt_BR\", rpm:\"openoffice.org-langpack-pt_BR~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pt_PT\", rpm:\"openoffice.org-langpack-pt_PT~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ro\", rpm:\"openoffice.org-langpack-ro~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ru\", rpm:\"openoffice.org-langpack-ru~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sk_SK\", rpm:\"openoffice.org-langpack-sk_SK~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sl_SI\", rpm:\"openoffice.org-langpack-sl_SI~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sr\", rpm:\"openoffice.org-langpack-sr~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ss_ZA\", rpm:\"openoffice.org-langpack-ss_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-st_ZA\", rpm:\"openoffice.org-langpack-st_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sv\", rpm:\"openoffice.org-langpack-sv~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ta_IN\", rpm:\"openoffice.org-langpack-ta_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-te_IN\", rpm:\"openoffice.org-langpack-te_IN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-th_TH\", rpm:\"openoffice.org-langpack-th_TH~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-tn_ZA\", rpm:\"openoffice.org-langpack-tn_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-tr_TR\", rpm:\"openoffice.org-langpack-tr_TR~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ts_ZA\", rpm:\"openoffice.org-langpack-ts_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-uk\", rpm:\"openoffice.org-langpack-uk~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ur\", rpm:\"openoffice.org-langpack-ur~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ve_ZA\", rpm:\"openoffice.org-langpack-ve_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-xh_ZA\", rpm:\"openoffice.org-langpack-xh_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-zh_CN\", rpm:\"openoffice.org-langpack-zh_CN~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-zh_TW\", rpm:\"openoffice.org-langpack-zh_TW~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-zu_ZA\", rpm:\"openoffice.org-langpack-zu_ZA~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-math\", rpm:\"openoffice.org-math~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-math-core\", rpm:\"openoffice.org-math-core~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-ogltrans\", rpm:\"openoffice.org-ogltrans~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-pdfimport\", rpm:\"openoffice.org-pdfimport~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-presentation-minimizer\", rpm:\"openoffice.org-presentation-minimizer~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-presenter-screen\", rpm:\"openoffice.org-presenter-screen~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-pyuno\", rpm:\"openoffice.org-pyuno~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-report-builder\", rpm:\"openoffice.org-report-builder~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-ure\", rpm:\"openoffice.org-ure~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-wiki-publisher\", rpm:\"openoffice.org-wiki-publisher~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-writer\", rpm:\"openoffice.org-writer~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-writer-core\", rpm:\"openoffice.org-writer-core~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-xsltfilter\", rpm:\"openoffice.org-xsltfilter~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-af\", rpm:\"autocorr-af~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-bg\", rpm:\"autocorr-bg~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-cs\", rpm:\"autocorr-cs~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-da\", rpm:\"autocorr-da~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-de\", rpm:\"autocorr-de~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-en\", rpm:\"autocorr-en~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-es\", rpm:\"autocorr-es~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-eu\", rpm:\"autocorr-eu~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-fa\", rpm:\"autocorr-fa~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-fi\", rpm:\"autocorr-fi~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-fr\", rpm:\"autocorr-fr~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-ga\", rpm:\"autocorr-ga~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-hu\", rpm:\"autocorr-hu~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-it\", rpm:\"autocorr-it~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-ja\", rpm:\"autocorr-ja~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-ko\", rpm:\"autocorr-ko~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-lb\", rpm:\"autocorr-lb~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-lt\", rpm:\"autocorr-lt~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-mn\", rpm:\"autocorr-mn~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-nl\", rpm:\"autocorr-nl~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-pl\", rpm:\"autocorr-pl~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-pt\", rpm:\"autocorr-pt~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-ru\", rpm:\"autocorr-ru~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-sk\", rpm:\"autocorr-sk~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-sl\", rpm:\"autocorr-sl~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-sv\", rpm:\"autocorr-sv~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-tr\", rpm:\"autocorr-tr~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-vi\", rpm:\"autocorr-vi~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"autocorr-zh\", rpm:\"autocorr-zh~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-opensymbol-fonts\", rpm:\"openoffice.org-opensymbol-fonts~3.2.1~19.6.el6_2.7\", rls:\"RHENT_6\")) != 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": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-01-08T12:57:24", "bulletinFamily": "scanner", "description": "Check for the Version of openoffice.org-base", "modified": "2018-01-08T00:00:00", "published": "2012-07-30T00:00:00", "href": "http://plugins.openvas.org/nasl.php?oid=881184", "id": "OPENVAS:881184", "title": "CentOS Update for openoffice.org-base CESA-2012:0705 centos5 ", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# CentOS Update for openoffice.org-base CESA-2012:0705 centos5 \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 = \"OpenOffice.org is an office productivity suite that includes desktop\n applications, such as a word processor, spreadsheet application,\n presentation manager, formula editor, and a drawing program.\n\n An integer overflow flaw, leading to a buffer overflow, was found in the\n way OpenOffice.org processed an invalid Escher graphics records length in\n Microsoft Office PowerPoint documents. An attacker could provide a\n specially-crafted Microsoft Office PowerPoint document that, when opened,\n would cause OpenOffice.org to crash or, potentially, execute arbitrary code\n with the privileges of the user running OpenOffice.org. (CVE-2012-2334)\n \n Multiple integer overflow flaws, leading to heap-based buffer overflows,\n were found in the JPEG, PNG, and BMP image file reader implementations in\n OpenOffice.org. An attacker could provide a specially-crafted JPEG, PNG,\n or BMP image file that, when opened in an OpenOffice.org application, would\n cause the application to crash or, potentially, execute arbitrary code with\n the privileges of the user running the application. (CVE-2012-1149)\n \n Upstream acknowledges Sven Jacobi as the original reporter of\n CVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original reporter\n of CVE-2012-1149.\n \n All OpenOffice.org users are advised to upgrade to these updated packages,\n which contain backported patches to correct these issues. All running\n instances of OpenOffice.org applications must be restarted for this update\n to take effect.\";\n\ntag_affected = \"openoffice.org-base on CentOS 5\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://lists.centos.org/pipermail/centos-announce/2012-June/018665.html\");\n script_id(881184);\n script_version(\"$Revision: 8313 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-01-08 08:02:11 +0100 (Mon, 08 Jan 2018) $\");\n script_tag(name:\"creation_date\", value:\"2012-07-30 16:36:36 +0530 (Mon, 30 Jul 2012)\");\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_xref(name: \"CESA\", value: \"2012:0705\");\n script_name(\"CentOS Update for openoffice.org-base CESA-2012:0705 centos5 \");\n\n script_tag(name: \"summary\" , value: \"Check for the Version of openoffice.org-base\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (c) 2012 Greenbone Networks GmbH\");\n script_family(\"CentOS Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/centos\", \"ssh/login/rpms\");\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-rpm.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"CentOS5\")\n{\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-base\", rpm:\"openoffice.org-base~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-calc\", rpm:\"openoffice.org-calc~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-core\", rpm:\"openoffice.org-core~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-draw\", rpm:\"openoffice.org-draw~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-emailmerge\", rpm:\"openoffice.org-emailmerge~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-graphicfilter\", rpm:\"openoffice.org-graphicfilter~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-headless\", rpm:\"openoffice.org-headless~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-impress\", rpm:\"openoffice.org-impress~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-javafilter\", rpm:\"openoffice.org-javafilter~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-af_ZA\", rpm:\"openoffice.org-langpack-af_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ar\", rpm:\"openoffice.org-langpack-ar~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-as_IN\", rpm:\"openoffice.org-langpack-as_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-bg_BG\", rpm:\"openoffice.org-langpack-bg_BG~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-bn\", rpm:\"openoffice.org-langpack-bn~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ca_ES\", rpm:\"openoffice.org-langpack-ca_ES~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-cs_CZ\", rpm:\"openoffice.org-langpack-cs_CZ~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-cy_GB\", rpm:\"openoffice.org-langpack-cy_GB~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-da_DK\", rpm:\"openoffice.org-langpack-da_DK~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-de\", rpm:\"openoffice.org-langpack-de~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-el_GR\", rpm:\"openoffice.org-langpack-el_GR~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-es\", rpm:\"openoffice.org-langpack-es~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-et_EE\", rpm:\"openoffice.org-langpack-et_EE~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-eu_ES\", rpm:\"openoffice.org-langpack-eu_ES~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-fi_FI\", rpm:\"openoffice.org-langpack-fi_FI~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-fr\", rpm:\"openoffice.org-langpack-fr~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ga_IE\", rpm:\"openoffice.org-langpack-ga_IE~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-gl_ES\", rpm:\"openoffice.org-langpack-gl_ES~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-gu_IN\", rpm:\"openoffice.org-langpack-gu_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-he_IL\", rpm:\"openoffice.org-langpack-he_IL~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-hi_IN\", rpm:\"openoffice.org-langpack-hi_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-hr_HR\", rpm:\"openoffice.org-langpack-hr_HR~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-hu_HU\", rpm:\"openoffice.org-langpack-hu_HU~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-it\", rpm:\"openoffice.org-langpack-it~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ja_JP\", rpm:\"openoffice.org-langpack-ja_JP~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-kn_IN\", rpm:\"openoffice.org-langpack-kn_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ko_KR\", rpm:\"openoffice.org-langpack-ko_KR~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-lt_LT\", rpm:\"openoffice.org-langpack-lt_LT~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ml_IN\", rpm:\"openoffice.org-langpack-ml_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-mr_IN\", rpm:\"openoffice.org-langpack-mr_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ms_MY\", rpm:\"openoffice.org-langpack-ms_MY~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nb_NO\", rpm:\"openoffice.org-langpack-nb_NO~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nl\", rpm:\"openoffice.org-langpack-nl~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nn_NO\", rpm:\"openoffice.org-langpack-nn_NO~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nr_ZA\", rpm:\"openoffice.org-langpack-nr_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-nso_ZA\", rpm:\"openoffice.org-langpack-nso_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-or_IN\", rpm:\"openoffice.org-langpack-or_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pa_IN\", rpm:\"openoffice.org-langpack-pa_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pl_PL\", rpm:\"openoffice.org-langpack-pl_PL~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pt_BR\", rpm:\"openoffice.org-langpack-pt_BR~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-pt_PT\", rpm:\"openoffice.org-langpack-pt_PT~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ru\", rpm:\"openoffice.org-langpack-ru~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sk_SK\", rpm:\"openoffice.org-langpack-sk_SK~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sl_SI\", rpm:\"openoffice.org-langpack-sl_SI~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sr_CS\", rpm:\"openoffice.org-langpack-sr_CS~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ss_ZA\", rpm:\"openoffice.org-langpack-ss_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-st_ZA\", rpm:\"openoffice.org-langpack-st_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-sv\", rpm:\"openoffice.org-langpack-sv~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ta_IN\", rpm:\"openoffice.org-langpack-ta_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-te_IN\", rpm:\"openoffice.org-langpack-te_IN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-th_TH\", rpm:\"openoffice.org-langpack-th_TH~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-tn_ZA\", rpm:\"openoffice.org-langpack-tn_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-tr_TR\", rpm:\"openoffice.org-langpack-tr_TR~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ts_ZA\", rpm:\"openoffice.org-langpack-ts_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ur\", rpm:\"openoffice.org-langpack-ur~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-ve_ZA\", rpm:\"openoffice.org-langpack-ve_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-xh_ZA\", rpm:\"openoffice.org-langpack-xh_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-zh_CN\", rpm:\"openoffice.org-langpack-zh_CN~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-zh_TW\", rpm:\"openoffice.org-langpack-zh_TW~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-langpack-zu_ZA\", rpm:\"openoffice.org-langpack-zu_ZA~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-math\", rpm:\"openoffice.org-math~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-pyuno\", rpm:\"openoffice.org-pyuno~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-sdk\", rpm:\"openoffice.org-sdk~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-sdk-doc\", rpm:\"openoffice.org-sdk-doc~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-testtools\", rpm:\"openoffice.org-testtools~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-ure\", rpm:\"openoffice.org-ure~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-writer\", rpm:\"openoffice.org-writer~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org-xsltfilter\", rpm:\"openoffice.org-xsltfilter~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = isrpmvuln(pkg:\"openoffice.org\", rpm:\"openoffice.org~3.1.1~19.10.el5_8.3\", rls:\"CentOS5\")) != 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": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "securityvulns": [{"lastseen": "2018-08-31T11:10:44", "bulletinFamily": "software", "description": "-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA512\r\n\r\nCVE-2012-2334 Vulnerabilities related to malformed Powerpoint files\r\nin OpenOffice.org 3.3.0\r\n\r\nReference: http://www.openoffice.org/security/cves/CVE-2012-2334.html\r\n\r\nSeverity: Important\r\n\r\nVendor: The Apache Software Foundation\r\n\r\nVersions Affected:\r\n\r\nOpenOffice.org 3.3 and 3.4 Beta, on all platforms.\r\nEarlier versions may be also affected.\r\n\r\nDescription:\r\n\r\nA review of the code in filter/source/msfilter msdffimp.cxx revealed\r\nsome unchecked memory allocations, which could be exploited via\r\nmalformed Powerpoint graphics records ("escher") to cause bad_alloc\r\nexceptions. From this vulnerability a denial of service attack is\r\npossible.\r\n\r\nMitigation\r\n\r\nOpenOffice.org 3.3.0 and 3.4 beta users are advised to upgrade to\r\nApache OpenOffice 3.4. Users who are unable to upgrade immediately\r\nshould be cautious when opening untrusted documents.\r\n\r\nCredits\r\n\r\nThe Apache OpenOffice Security Team credits Sven Jacobias as the\r\ndiscoverer of this flaw.\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: GnuPG v1.4.11 (GNU/Linux)\r\n\r\niQIcBAEBCgAGBQJPs8AjAAoJEGFAoYdHzLzHPiIP/15rlvzCaozoZfXAL1/0BXBA\r\nX/gPJPqIsS88bG7CTOxmQ2fzLXj0MrCe4OIQ/piKkzglymybKcJzaOK2Kv3eCwZ1\r\nKQeC2FDu16LBtymySuZaA86iMY4nsfWRdNkrrMYS1/pdvX6ouxEEi4zHqAKTNuhu\r\nCusnujucvQAxXgdCEYTp7hU1ZtUPJm/4jQ2DkIqGTqusqE85IwwXNP/cw/eQbtmH\r\nrTTw/piY69KViJbz+iSBZ8EpfFmvEbdtrz0lxwvQNGDy4em+CwjqTH5tqV4b31Ln\r\nd5LagTQM5qdTlEAK01KDc3iPst7NrUrU5kN3ohjvpzlTGP74LqB0sTnBljm7TTCd\r\nV7RQTxsPF8GiVeutAq/TozvL83xdqmbVKyYfZR0YYmG+6RKNMERoCkgZAKhKVaJ2\r\nxhAOiywrU2c8QAkO4iQlP+jkGyDBf2tzjdOl7haga+upnXfTy7TfTcpxd/UTs1lx\r\natSPkQFpsvOexQ4yYKN687bUvmpWZzjwOEu4TmSFeOYD9KV5UGrVwt4ymkuLYl32\r\nBrdp+1PY3fp9BWIRCy7FjY62BvW4EwbExiLr7OsKl7OmB2XWMvnS3p0owNuRrb87\r\ni+536fO20e0cmp8BiFM6GhwY+eIJvnO77csDgEd5v+1tJGvskTFb7qss7yx/367Q\r\nfKJPdxJyUiuOWdg9bMV0\r\n=9Scx\r\n-----END PGP SIGNATURE-----\r\n", "modified": "2012-05-21T00:00:00", "published": "2012-05-21T00:00:00", "id": "SECURITYVULNS:DOC:28086", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:28086", "title": "CVE-2012-2334 Vulnerabilities related to malformed Powerpoint files in OpenOffice.org 3.3.0", "type": "securityvulns", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-08-31T11:10:44", "bulletinFamily": "software", "description": "-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA512\r\n\r\nCVE-2012-1149 OpenOffice.org integer overflow error in vclmi.dll module\r\nwhen allocating memory for an embedded image object\r\n\r\nReference: http://www.openoffice.org/security/cves/CVE-2012-1149.html\r\n\r\nSeverity: Important\r\n\r\nVendor: The Apache Software Foundation\r\n\r\nVersions Affected:\r\n\r\nOpenOffice.org 3.3 and 3.4 Beta, on all platforms.\r\nEarlier versions may be also affected.\r\n\r\nDescription:\r\n\r\nThe vulnerability is caused due to an integer overflow error in the\r\nvclmi.dll module when allocating memory for an embedded image object.\r\nThis can be exploited to cause a heap-based buffer overflow via, for\r\nexample using a specially crafted JPEG object within a DOC file.\r\n\r\nMitigation\r\n\r\nOpenOffice.org 3.3.0 and 3.4 beta users are advised to upgrade to\r\nApache OpenOffice 3.4. Users who are unable to upgrade immediately\r\nshould be cautious when opening untrusted documents.\r\n\r\nCredits\r\n\r\nThe Apache OpenOffice Security Team credits Tielei Wang via\r\nSecunia SVCRP as the discoverer of this flaw.\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: GnuPG v1.4.11 (GNU/Linux)\r\n\r\niQIcBAEBCgAGBQJPs8AZAAoJEGFAoYdHzLzHP18P/jAzoagU2m7A6xmlrnM0obXE\r\nJ/+jkn/1T9SeUZqoV8Kxj3Xm079824SkGCfV+Vh449aEjz9mOcYeYdzF/Q2bLHUc\r\n5+RASR10/KGUrONwTW7Y7aHgJKULqACayEAibtJdjTQf2c6bmPQtP0NvqBvqRnwO\r\nI47wgF3nz7yTzmyJxCbM4c2zZl5yZ4fV+PScu4oignKCKWdihGWpyCsC68uaCaNL\r\n/++Ef62uFg0ZhCHxbMeeg6XxG/I0AwDuCjLJucmZiTMFalVRilZ7RAJTq333pZO5\r\nLl1gOZhVFMahYWUuyRfEvSxthd1/XH8qSqaqZ7iIW636QorSReexCbyU6L8D+/J9\r\ny5Z/ldgjT37/Y2HOtshugZ2/YYasORQRDG6dcfTsagBSz0t6NI8XjZ5HrOv2A+gq\r\n2tUokw5wRWd0U/oi6HZVwbgsE93WlK2TacHKJEs3Ej7g9t/hmeQKlkgczy0DH7WB\r\nsDNadAqJLCzgc/84MY4ZDDSx9bmYUJGwXJwo0yGtZEVdSD9sJbnVqw6pLBZoLXRZ\r\nhAkaBnCJTackjfzaisd7+x+iLVUp1S2fllcTAoNUMehRhjtCP8MCwIqcEQL+QUyj\r\nyQRcFO4+r20NTGNPaAiwanu/H4tUe+HZErh2T/NEWh4LXqrxdQWbVHMTFLM4BNgX\r\ncKjC87ugWCKXVyyTQKiA\r\n=HHf0\r\n-----END PGP SIGNATURE-----\r\n", "modified": "2012-05-21T00:00:00", "published": "2012-05-21T00:00:00", "id": "SECURITYVULNS:DOC:28084", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:28084", "title": "CVE-2012-1149 OpenOffice.org integer overflow error in vclmi.dll module when allocating memory for an embedded image object", "type": "securityvulns", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-08-31T11:09:47", "bulletinFamily": "software", "description": "Multiple memory corruptions.", "modified": "2012-05-21T00:00:00", "published": "2012-05-21T00:00:00", "id": "SECURITYVULNS:VULN:12384", "href": "https://vulners.com/securityvulns/SECURITYVULNS:VULN:12384", "title": "OpenOffice multiple security vulnerabilities", "type": "securityvulns", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2018-08-31T11:09:44", "bulletinFamily": "software", "description": "Multiple memmory corruptions on .doc files import.", "modified": "2011-10-10T00:00:00", "published": "2011-10-10T00:00:00", "id": "SECURITYVULNS:VULN:11958", "href": "https://vulners.com/securityvulns/SECURITYVULNS:VULN:11958", "title": "OpenOffice multiple security vulnerabilities", "type": "securityvulns", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:NONE/A:PARTIAL/"}}, {"lastseen": "2018-08-31T11:10:42", "bulletinFamily": "software", "description": "-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA1\r\n\r\n- -------------------------------------------------------------------------\r\nDebian Security Advisory DSA-2315-1 security@debian.org\r\nhttp://www.debian.org/security/ Giuseppe Iuculano\r\nOctober 05, 2011 http://www.debian.org/security/faq\r\n- -------------------------------------------------------------------------\r\n\r\nPackage : openoffice.org\r\nVulnerability : multiple vulnerabilities\r\nProblem type : remote\r\nDebian-specific: no\r\nCVE ID : CVE-2011-2713 \r\n\r\nRed Hat, Inc. security researcher Huzaifa Sidhpurwala reported multiple\r\nvulnerabilities in the binary Microsoft Word (doc) file format importer\r\nof OpenOffice.org, a full-featured office productivity suite that\r\nprovides a near drop-in replacement for Microsoft(R) Office.\r\n\r\nFor the oldstable distribution (lenny), this problem has been fixed in\r\nversion 1:2.4.1+dfsg-1+lenny12.\r\n\r\nFor the stable distribution (squeeze), this problem has been fixed in\r\nversion 1:3.2.1-11+squeeze4.\r\n\r\nFor the testing distribution (wheezy), and the unstable distribution (sid),\r\nthis problem will be fixed soon.\r\nWe recommend that you upgrade your openoffice.org packages.\r\n\r\nFurther information about Debian Security Advisories, how to apply\r\nthese updates to your system and frequently asked questions can be\r\nfound at: http://www.debian.org/security/\r\n\r\nMailing list: debian-security-announce@lists.debian.org\r\n\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: GnuPG v1.4.11 (GNU/Linux)\r\n\r\niEYEARECAAYFAk6MZloACgkQNxpp46476aquFACePG1/V0rwdm5fHcCD/1Z6JwdM\r\n9HkAnicN4tRFTNJlamHHe7TnBnFZmQS0\r\n=vJkV\r\n-----END PGP SIGNATURE-----\r\n", "modified": "2011-10-10T00:00:00", "published": "2011-10-10T00:00:00", "id": "SECURITYVULNS:DOC:27142", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:27142", "title": "[SECURITY] [DSA 2315-1] openoffice.org security update", "type": "securityvulns", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:NONE/A:PARTIAL/"}}], "oraclelinux": [{"lastseen": "2019-05-29T18:38:51", "bulletinFamily": "unix", "description": "[1:3.2.1-19.6.0.1.el6_2.7]\n- Replaced RedHat colors with Oracle colors, OOO_VENDOR with Oracle Corp.,\n and the filename redhat.soc with oracle.soc in specfile\n[1:3.2.1-19.6.7]\n- Resolves: CVE-2012-2334 Integer overflow leading to buffer overflow by\n processing invalid Escher graphics records length in the Powerpoint\n documents\n[1:3.2.1-19.6.6]\n- Resolves: CVE-2012-1149 Integer overflows, leading to heap-buffer\n overflows in JPEG, PNG and BMP reader implementations", "modified": "2012-06-05T00:00:00", "published": "2012-06-05T00:00:00", "id": "ELSA-2012-0705", "href": "http://linux.oracle.com/errata/ELSA-2012-0705.html", "title": "openoffice.org security update", "type": "oraclelinux", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "nessus": [{"lastseen": "2019-11-01T03:14:22", "bulletinFamily": "scanner", "description": "From Red Hat Security Advisory 2012:0705 :\n\nUpdated openoffice.org packages that fix multiple security issues are\nnow available for Red Hat Enterprise Linux 5 and 6.\n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS)\nbase scores, which give detailed severity ratings, are available for\neach vulnerability from the CVE links in the References section.\n\nOpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in\nthe way OpenOffice.org processed an invalid Escher graphics records\nlength in Microsoft Office PowerPoint documents. An attacker could\nprovide a specially crafted Microsoft Office PowerPoint document that,\nwhen opened, would cause OpenOffice.org to crash or, potentially,\nexecute arbitrary code with the privileges of the user running\nOpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the JPEG, PNG, and BMP image file reader\nimplementations in OpenOffice.org. An attacker could provide a\nspecially crafted JPEG, PNG, or BMP image file that, when opened in an\nOpenOffice.org application, would cause the application to crash or,\npotentially, execute arbitrary code with the privileges of the user\nrunning the application. (CVE-2012-1149)\n\nUpstream acknowledges Sven Jacobi as the original reporter of\nCVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original\nreporter of CVE-2012-1149.\n\nAll OpenOffice.org users are advised to upgrade to these updated\npackages, which contain backported patches to correct these issues.\nAll running instances of OpenOffice.org applications must be restarted\nfor this update to take effect.", "modified": "2019-11-02T00:00:00", "id": "ORACLELINUX_ELSA-2012-0705.NASL", "href": "https://www.tenable.com/plugins/nessus/68534", "published": "2013-07-12T00:00:00", "title": "Oracle Linux 6 : openoffice.org (ELSA-2012-0705)", "type": "nessus", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were\n# extracted from Red Hat Security Advisory RHSA-2012:0705 and \n# Oracle Linux Security Advisory ELSA-2012-0705 respectively.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(68534);\n script_version(\"1.6\");\n script_cvs_date(\"Date: 2019/09/30 10:58:17\");\n\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_bugtraq_id(53570);\n script_xref(name:\"RHSA\", value:\"2012:0705\");\n\n script_name(english:\"Oracle Linux 6 : openoffice.org (ELSA-2012-0705)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Oracle Linux host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"From Red Hat Security Advisory 2012:0705 :\n\nUpdated openoffice.org packages that fix multiple security issues are\nnow available for Red Hat Enterprise Linux 5 and 6.\n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS)\nbase scores, which give detailed severity ratings, are available for\neach vulnerability from the CVE links in the References section.\n\nOpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in\nthe way OpenOffice.org processed an invalid Escher graphics records\nlength in Microsoft Office PowerPoint documents. An attacker could\nprovide a specially crafted Microsoft Office PowerPoint document that,\nwhen opened, would cause OpenOffice.org to crash or, potentially,\nexecute arbitrary code with the privileges of the user running\nOpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the JPEG, PNG, and BMP image file reader\nimplementations in OpenOffice.org. An attacker could provide a\nspecially crafted JPEG, PNG, or BMP image file that, when opened in an\nOpenOffice.org application, would cause the application to crash or,\npotentially, execute arbitrary code with the privileges of the user\nrunning the application. (CVE-2012-1149)\n\nUpstream acknowledges Sven Jacobi as the original reporter of\nCVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original\nreporter of CVE-2012-1149.\n\nAll OpenOffice.org users are advised to upgrade to these updated\npackages, which contain backported patches to correct these issues.\nAll running instances of OpenOffice.org applications must be restarted\nfor this update to take effect.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://oss.oracle.com/pipermail/el-errata/2012-June/002846.html\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected openoffice.org packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/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:oracle:linux:autocorr-af\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-bg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-en\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-eu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-fa\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-fi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-ga\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-lb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-lt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-mn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-sl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-tr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-vi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:autocorr-zh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:broffice.org-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:broffice.org-brand\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:broffice.org-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:broffice.org-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:broffice.org-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:broffice.org-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:broffice.org-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-base-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-brand\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-bsh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-calc-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-draw-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-emailmerge\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-graphicfilter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-headless\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-impress-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-javafilter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-af_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ar\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-as_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-bg_BG\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-bn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ca_ES\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-cs_CZ\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-cy_GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-da_DK\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-dz\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-el_GR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-en\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-et_EE\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-eu_ES\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-fi_FI\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ga_IE\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-gl_ES\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-gu_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-he_IL\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-hi_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-hr_HR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-hu_HU\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ja_JP\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-kn_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ko_KR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-lt_LT\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-mai_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ml_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-mr_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ms_MY\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-nb_NO\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-nn_NO\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-nr_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-nso_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-or_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-pa\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-pl_PL\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-pt_BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-pt_PT\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ro\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-sk_SK\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-sl_SI\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-sr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ss_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-st_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ta_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-te_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-th_TH\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-tn_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-tr_TR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ts_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-uk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ur\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-ve_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-xh_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-zh_CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-zh_TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-langpack-zu_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-math-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-ogltrans\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-opensymbol-fonts\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-pdfimport\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-presentation-minimizer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-presenter-screen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-pyuno\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-report-builder\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-rhino\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-sdk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-sdk-doc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-testtools\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-ure\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-wiki-publisher\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-writer-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:oracle:linux:openoffice.org-xsltfilter\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:oracle:linux:6\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2012/06/19\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2012/06/06\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/07/12\");\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) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Oracle Linux Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/OracleLinux\", \"Host/RedHat/release\", \"Host/RedHat/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/OracleLinux\")) audit(AUDIT_OS_NOT, \"Oracle Linux\");\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || !pregmatch(pattern: \"Oracle (?:Linux Server|Enterprise Linux)\", string:release)) audit(AUDIT_OS_NOT, \"Oracle Linux\");\nos_ver = pregmatch(pattern: \"Oracle (?:Linux Server|Enterprise Linux) .*release ([0-9]+(\\.[0-9]+)?)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Oracle Linux\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^6([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Oracle Linux 6\", \"Oracle Linux \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) 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, \"Oracle Linux\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-af-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-bg-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-cs-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-da-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-de-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-en-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-es-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-eu-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-fa-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-fi-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-fr-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-ga-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-hu-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-it-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-ja-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-ko-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-lb-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-lt-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-mn-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-nl-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-pl-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-pt-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-ru-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-sk-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-sl-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-sv-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-tr-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-vi-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"autocorr-zh-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"broffice.org-base-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"broffice.org-brand-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"broffice.org-calc-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"broffice.org-draw-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"broffice.org-impress-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"broffice.org-math-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"broffice.org-writer-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-base-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-base-core-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-brand-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-bsh-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-calc-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-calc-core-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-core-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-devel-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-draw-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-draw-core-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-emailmerge-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-graphicfilter-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-headless-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-impress-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-impress-core-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-javafilter-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-af_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ar-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-as_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-bg_BG-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-bn-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ca_ES-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-cs_CZ-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-cy_GB-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-da_DK-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-de-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-dz-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-el_GR-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-en-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-es-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-et_EE-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-eu_ES-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-fi_FI-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-fr-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ga_IE-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-gl_ES-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-gu_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-he_IL-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-hi_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-hr_HR-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-hu_HU-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-it-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ja_JP-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-kn_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ko_KR-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-lt_LT-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-mai_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ml_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-mr_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ms_MY-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-nb_NO-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-nl-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-nn_NO-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-nr_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-nso_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-or_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-pa-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-pl_PL-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-pt_BR-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-pt_PT-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ro-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ru-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-sk_SK-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-sl_SI-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-sr-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ss_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-st_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-sv-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ta_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-te_IN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-th_TH-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-tn_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-tr_TR-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ts_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-uk-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ur-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-ve_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-xh_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-zh_CN-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-zh_TW-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-langpack-zu_ZA-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-math-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-math-core-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-ogltrans-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-opensymbol-fonts-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-pdfimport-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-presentation-minimizer-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-presenter-screen-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-pyuno-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-report-builder-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-rhino-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-sdk-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-sdk-doc-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-testtools-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-ure-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-wiki-publisher-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-writer-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-writer-core-3.2.1-19.6.0.1.el6_2.7\")) flag++;\nif (rpm_check(release:\"EL6\", reference:\"openoffice.org-xsltfilter-3.2.1-19.6.0.1.el6_2.7\")) 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\n{\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"autocorr-af / autocorr-bg / autocorr-cs / autocorr-da / autocorr-de / etc\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-11-01T02:48:18", "bulletinFamily": "scanner", "description": "A version of LibreOffice prior to 3.5.3 is installed on the remote\nWindows host. It is, therefore, reportedly affected by multiple memory \ncorruption vulnerabilities :\n\n - An integer overflow vulnerability exists in the \n graphics object loading code that could allow a remote\n attacker to execute arbitrary code or cause an \n application crash. (CVE-2012-1149)\n\n - A denial of service vulnerability exists in the \n PowerPoint presentation import code. (CVE-2012-2334)\n\n - A memory corruption vulnerability in the code for\n handling .RTF files.", "modified": "2019-11-02T00:00:00", "id": "LIBREOFFICE_353.NASL", "href": "https://www.tenable.com/plugins/nessus/59180", "published": "2012-05-17T00:00:00", "title": "LibreOffice < 3.5.3 Multiple Memory Corruption Vulnerabilities", "type": "nessus", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\n\ninclude(\"compat.inc\");\n\n\nif (description)\n{\n script_id(59180);\n script_version(\"1.5\");\n script_cvs_date(\"Date: 2018/07/12 19:01:17\");\n\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_bugtraq_id(53142, 53570);\n script_xref(name:\"EDB-ID\", value:\"18754\");\n\n script_name(english:\"LibreOffice < 3.5.3 Multiple Memory Corruption Vulnerabilities\");\n script_summary(english:\"Checks version of LibreOffice\");\n\n script_set_attribute(\n attribute:\"synopsis\",\n value:\n\"The remote host contains an application affected by multiple memory\ncorruption vulnerabilities.\"\n );\n script_set_attribute(\n attribute:\"description\",\n value:\n\"A version of LibreOffice prior to 3.5.3 is installed on the remote\nWindows host. It is, therefore, reportedly affected by multiple memory \ncorruption vulnerabilities :\n\n - An integer overflow vulnerability exists in the \n graphics object loading code that could allow a remote\n attacker to execute arbitrary code or cause an \n application crash. (CVE-2012-1149)\n\n - A denial of service vulnerability exists in the \n PowerPoint presentation import code. (CVE-2012-2334)\n\n - A memory corruption vulnerability in the code for\n handling .RTF files.\"\n );\n script_set_attribute(attribute:\"see_also\", value:\"http://shinnai.altervista.org/exploits/SH-016-20120416.html\");\n # http://blog.documentfoundation.org/2012/05/02/the-document-foundation-announces-libreoffice-3-5-3/\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?79f70016\");\n script_set_attribute(attribute:\"solution\", value:\"Upgrade to LibreOffice version 3.5.3 or greater.\");\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:\"2012/04/16\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2012/05/02\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/05/17\");\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:\"Windows\");\n\n script_copyright(english:\"This script is Copyright (C) 2012-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\n\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\n\nkb_base = \"SMB/LibreOffice\";\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 # nb: first release of LibreOffice was 3.3.0.\n version =~ \"^3\\.[3-4]\\.\" ||\n (version =~ \"^3\\.5\\.\" && ver_compare(ver:version, fix:'3.5.3.2', 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.5.3\\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": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-11-03T12:30:37", "bulletinFamily": "scanner", "description": "Integer 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 LibreOffice to crash\nor possibly execute arbitrary code with the privileges of the user\ninvoking 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 LibreOffice to crash\nor possibly execute arbitrary code with the privileges of the user\ninvoking 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.", "modified": "2019-11-02T00:00:00", "id": "UBUNTU_USN-1495-1.NASL", "href": "https://www.tenable.com/plugins/nessus/59832", "published": "2012-07-03T00:00:00", "title": "Ubuntu 11.04 / 11.10 : libreoffice, libreoffice-l10n vulnerabilities (USN-1495-1)", "type": "nessus", "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-1495-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(59832);\n script_version(\"1.8\");\n script_cvs_date(\"Date: 2019/09/19 12:54:28\");\n\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_bugtraq_id(53570);\n script_xref(name:\"USN\", value:\"1495-1\");\n\n script_name(english:\"Ubuntu 11.04 / 11.10 : libreoffice, libreoffice-l10n vulnerabilities (USN-1495-1)\");\n script_summary(english:\"Checks dpkg output for updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote Ubuntu host is missing one or more security-related\npatches.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Integer 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 LibreOffice to crash\nor possibly execute arbitrary code with the privileges of the user\ninvoking 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 LibreOffice to crash\nor possibly execute arbitrary code with the privileges of the user\ninvoking 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/1495-1/\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Update the affected libreoffice-core and / or libreoffice-l10n-common\npackages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\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:libreoffice-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:canonical:ubuntu_linux:libreoffice-l10n-common\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:11.04\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:canonical:ubuntu_linux:11.10\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2012/06/19\");\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:\"^(11\\.04|11\\.10)$\", string:release)) audit(AUDIT_OS_NOT, \"Ubuntu 11.04 / 11.10\", \"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:\"11.04\", pkgname:\"libreoffice-core\", pkgver:\"1:3.3.4-0ubuntu1.2\")) flag++;\nif (ubuntu_check(osver:\"11.04\", pkgname:\"libreoffice-l10n-common\", pkgver:\"1:3.3.3-1ubuntu1.2\")) flag++;\nif (ubuntu_check(osver:\"11.10\", pkgname:\"libreoffice-core\", pkgver:\"1:3.4.4-0ubuntu1.2\")) flag++;\nif (ubuntu_check(osver:\"11.10\", pkgname:\"libreoffice-l10n-common\", pkgver:\"1:3.4.4-0ubuntu1.2\")) 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, \"libreoffice-core / libreoffice-l10n-common\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-11-03T12:30:37", "bulletinFamily": "scanner", "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.", "modified": "2019-11-02T00:00:00", "id": "UBUNTU_USN-1496-1.NASL", "href": "https://www.tenable.com/plugins/nessus/59833", "published": "2012-07-03T00:00:00", "title": "Ubuntu 10.04 LTS : openoffice.org vulnerabilities (USN-1496-1)", "type": "nessus", "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"}}, {"lastseen": "2019-11-01T02:21:12", "bulletinFamily": "scanner", "description": "It was discovered that OpenOffice.org would not properly process\ncrafted document files, possibly leading to arbitrary code execution.\n\n - CVE-2012-1149\n Integer overflows in PNG image handling.\n\n - CVE-2012-2334\n Integer overflow in operator new[] invocation and\n heap-based buffer overflow inside the MS-ODRAW parser.", "modified": "2019-11-02T00:00:00", "id": "DEBIAN_DSA-2487.NASL", "href": "https://www.tenable.com/plugins/nessus/59765", "published": "2012-06-29T00:00:00", "title": "Debian DSA-2487-1 : openoffice.org - buffer overflow", "type": "nessus", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Debian Security Advisory DSA-2487. The text \n# itself is copyright (C) Software in the Public Interest, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(59765);\n script_version(\"1.8\");\n script_cvs_date(\"Date: 2018/11/10 11:49:35\");\n\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_bugtraq_id(53570);\n script_xref(name:\"DSA\", value:\"2487\");\n\n script_name(english:\"Debian DSA-2487-1 : openoffice.org - buffer overflow\");\n script_summary(english:\"Checks dpkg output for the updated package\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Debian host is missing a security-related update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"It was discovered that OpenOffice.org would not properly process\ncrafted document files, possibly leading to arbitrary code execution.\n\n - CVE-2012-1149\n Integer overflows in PNG image handling.\n\n - CVE-2012-2334\n Integer overflow in operator new[] invocation and\n heap-based buffer overflow inside the MS-ODRAW parser.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://security-tracker.debian.org/tracker/CVE-2012-1149\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://security-tracker.debian.org/tracker/CVE-2012-2334\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/squeeze/openoffice.org\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.debian.org/security/2012/dsa-2487\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Upgrade the openoffice.org packages.\n\nFor the stable distribution (squeeze), this problem has been fixed in\nversion 1:3.2.1-11+squeeze6.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\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:debian:debian_linux:openoffice.org\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:6.0\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2012/06/07\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/06/29\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2012-2018 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Debian Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/Debian/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"debian_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/Debian/release\")) audit(AUDIT_OS_NOT, \"Debian\");\nif (!get_kb_item(\"Host/Debian/dpkg-l\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\nif (deb_check(release:\"6.0\", prefix:\"broffice.org\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"cli-uno-bridge\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libuno-cli-basetypes1.0-cil\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libuno-cli-cppuhelper1.0-cil\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libuno-cli-oootypes1.0-cil\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libuno-cli-ure1.0-cil\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"libuno-cli-uretypes1.0-cil\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"mozilla-openoffice.org\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-base\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-base-core\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-calc\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-common\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-core\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-dbg\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-dev\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-dev-doc\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-draw\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-dtd-officedocument1.0\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-emailmerge\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-evolution\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-filter-binfilter\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-filter-mobiledev\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-gcj\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-gnome\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-gtk\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-ca\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-cs\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-da\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-de\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-dz\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-el\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-en-gb\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-en-us\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-es\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-et\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-eu\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-fi\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-fr\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-gl\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-hi-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-hu\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-it\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-ja\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-km\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-ko\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-nl\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-om\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-pl\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-pt\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-pt-br\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-ru\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-sl\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-sv\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-zh-cn\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-help-zh-tw\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-impress\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-java-common\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-kde\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-af\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ar\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-as\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-as-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ast\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-be-by\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-bg\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-bn\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-br\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-bs\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ca\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-cs\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-cy\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-da\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-de\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-dz\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-el\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-en-gb\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-en-za\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-eo\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-es\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-et\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-eu\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-fa\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-fi\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-fr\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ga\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-gl\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-gu\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-gu-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-he\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-hi-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-hr\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-hu\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-id\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-it\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ja\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ka\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-km\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ko\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ku\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-lt\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-lv\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-mk\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ml\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ml-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-mn\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-mr\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-mr-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-nb\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ne\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-nl\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-nn\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-nr\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ns\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-oc\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-om\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-or\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-or-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-pa-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-pl\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-pt\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-pt-br\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ro\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ru\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-rw\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-si\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-sk\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-sl\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-sr\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ss\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-st\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-sv\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ta\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ta-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-te\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-te-in\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-tg\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-th\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-tn\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-tr\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ts\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ug\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-uk\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-uz\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-ve\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-vi\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-xh\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-za\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-zh-cn\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-zh-tw\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-l10n-zu\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-math\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-mysql-connector\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-officebean\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-ogltrans\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-pdfimport\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-presentation-minimizer\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-presenter-console\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-report-builder\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-report-builder-bin\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-sdbc-postgresql\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-style-andromeda\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-style-crystal\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-style-galaxy\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-style-hicontrast\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-style-industrial\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-style-oxygen\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-style-tango\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-wiki-publisher\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"openoffice.org-writer\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"python-uno\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\nif (deb_check(release:\"6.0\", prefix:\"ttf-opensymbol\", reference:\"1:3.2.1-11+squeeze6\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-11-01T02:55:11", "bulletinFamily": "scanner", "description": "Security issues were identified and fixed in libreoffice :\n\nAn integer overflow vulnerability in the libreoffice graphic loading\ncode could allow a remote attacker to cause a denial of service\n(application crash) or potentially execute arbitrary code\n(CVE-2012-1149).\n\nAn integer overflow flaw, leading to buffer overflow, was found in the\nway libreoffice processed invalid Escher graphics records length in\nPowerPoint documents. An attacker could provide a specially crafted\nPowerPoint document that, when opened, would cause libreoffice to\ncrash or, potentially, execute arbitrary code with the privileges of\nthe user running libreoffice (CVE-2012-2334).\n\nlibreoffice for Mandriva Linux 2011 has been upgraded to the 3.5.4\nversion which is not vulnerable to these issues.", "modified": "2019-11-02T00:00:00", "id": "MANDRIVA_MDVSA-2012-091.NASL", "href": "https://www.tenable.com/plugins/nessus/61955", "published": "2012-09-06T00:00:00", "title": "Mandriva Linux Security Advisory : libreoffice (MDVSA-2012:091)", "type": "nessus", "sourceData": "#%NASL_MIN_LEVEL 80502\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-2012:091. \n# The text itself is copyright (C) Mandriva S.A.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(61955);\n script_version(\"1.10\");\n script_cvs_date(\"Date: 2019/08/02 13:32:54\");\n\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_bugtraq_id(53570);\n script_xref(name:\"MDVSA\", value:\"2012:091\");\n\n script_name(english:\"Mandriva Linux Security Advisory : libreoffice (MDVSA-2012:091)\");\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\"Security issues were identified and fixed in libreoffice :\n\nAn integer overflow vulnerability in the libreoffice graphic loading\ncode could allow a remote attacker to cause a denial of service\n(application crash) or potentially execute arbitrary code\n(CVE-2012-1149).\n\nAn integer overflow flaw, leading to buffer overflow, was found in the\nway libreoffice processed invalid Escher graphics records length in\nPowerPoint documents. An attacker could provide a specially crafted\nPowerPoint document that, when opened, would cause libreoffice to\ncrash or, potentially, execute arbitrary code with the privileges of\nthe user running libreoffice (CVE-2012-2334).\n\nlibreoffice for Mandriva Linux 2011 has been upgraded to the 3.5.4\nversion which is not vulnerable to these issues.\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\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: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-dtd-officedocument1.0\");\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-postgresql\");\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-report-builder\");\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-wiki-publisher\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:mandriva:linux:libreoffice-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:mandriva:linux:2011\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2012/06/14\");\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-2019 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:\"libreoffice-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-base-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-calc-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-common-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-core-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-devel-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-devel-doc-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-draw-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-dtd-officedocument1.0-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-filter-binfilter-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-gnome-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-bg-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-bn-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-bs-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-ca-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-cs-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-da-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-de-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-dz-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-el-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-en_GB-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-en_US-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-es-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-et-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-eu-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-fi-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-fr-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-gl-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-gu-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-he-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-hi-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-hr-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-hu-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-it-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-ja-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-ko-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-mk-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-nb-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-nl-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-nn-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-pl-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-pt-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-pt_BR-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-ru-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-si-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-sk-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-sl-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-sv-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-tr-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-uk-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-zh_CN-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-help-zh_TW-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-impress-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-java-common-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-kde4-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-af-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ar-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-as-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-bg-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-bn-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-br-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-bs-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ca-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-cs-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-cy-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-da-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-de-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-dz-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-el-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-en_GB-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-es-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-et-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-eu-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-fa-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-fi-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-fr-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ga-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-gl-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-gu-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-he-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-hi-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-hr-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-hu-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-it-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ja-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-kn-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ko-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-lt-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-lv-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-mai-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-mk-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ml-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-mr-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nb-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nl-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nn-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nr-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-nso-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-or-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-pa_IN-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-pl-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-pt-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-pt_BR-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ro-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ru-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sh-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-si-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sk-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sl-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sr-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ss-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-st-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-sv-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ta-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-te-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-th-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-tn-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-tr-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ts-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-uk-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-ve-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-xh-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-zh_CN-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-zh_TW-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-l10n-zu-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-math-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-openclipart-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-pdfimport-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-postgresql-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-presentation-minimizer-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-presenter-screen-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-pyuno-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-report-builder-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-crystal-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-galaxy-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-hicontrast-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-oxygen-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-style-tango-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-wiki-publisher-3.5.4-0.1-mdv2011.0\", yank:\"mdv\")) flag++;\nif (rpm_check(release:\"MDK2011\", reference:\"libreoffice-writer-3.5.4-0.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": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-11-01T02:27:02", "bulletinFamily": "scanner", "description": "CVE-2012-1149 An integer overflow vulnerability in LibreOffice graphic\nloading code CVE-2012-2334 Denial of Service with malformed .ppt files\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "modified": "2019-11-02T00:00:00", "id": "FEDORA_2012-8114.NASL", "href": "https://www.tenable.com/plugins/nessus/59483", "published": "2012-06-14T00:00:00", "title": "Fedora 15 : libreoffice-3.3.4.1-5.fc15 (2012-8114)", "type": "nessus", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2012-8114.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(59483);\n script_version(\"$Revision: 1.10 $\");\n script_cvs_date(\"$Date: 2015/10/20 22:53:52 $\");\n\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_bugtraq_id(53570);\n script_xref(name:\"FEDORA\", value:\"2012-8114\");\n\n script_name(english:\"Fedora 15 : libreoffice-3.3.4.1-5.fc15 (2012-8114)\");\n script_summary(english:\"Checks rpm output for the updated package.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"CVE-2012-1149 An integer overflow vulnerability in LibreOffice graphic\nloading code CVE-2012-2334 Denial of Service with malformed .ppt files\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora 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://bugzilla.redhat.com/show_bug.cgi?id=822216\"\n );\n # https://lists.fedoraproject.org/pipermail/package-announce/2012-June/082168.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?96c525f3\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected libreoffice package.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/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:fedoraproject:fedora:libreoffice\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora:15\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2012/05/19\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/06/14\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2012-2015 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\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/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^15([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 15.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) 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, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC15\", reference:\"libreoffice-3.3.4.1-5.fc15\")) 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\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": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-11-01T02:15:17", "bulletinFamily": "scanner", "description": "Updated openoffice.org packages that fix multiple security issues are\nnow available for Red Hat Enterprise Linux 5 and 6.\n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS)\nbase scores, which give detailed severity ratings, are available for\neach vulnerability from the CVE links in the References section.\n\nOpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in\nthe way OpenOffice.org processed an invalid Escher graphics records\nlength in Microsoft Office PowerPoint documents. An attacker could\nprovide a specially crafted Microsoft Office PowerPoint document that,\nwhen opened, would cause OpenOffice.org to crash or, potentially,\nexecute arbitrary code with the privileges of the user running\nOpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the JPEG, PNG, and BMP image file reader\nimplementations in OpenOffice.org. An attacker could provide a\nspecially crafted JPEG, PNG, or BMP image file that, when opened in an\nOpenOffice.org application, would cause the application to crash or,\npotentially, execute arbitrary code with the privileges of the user\nrunning the application. (CVE-2012-1149)\n\nUpstream acknowledges Sven Jacobi as the original reporter of\nCVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original\nreporter of CVE-2012-1149.\n\nAll OpenOffice.org users are advised to upgrade to these updated\npackages, which contain backported patches to correct these issues.\nAll running instances of OpenOffice.org applications must be restarted\nfor this update to take effect.", "modified": "2019-11-02T00:00:00", "id": "CENTOS_RHSA-2012-0705.NASL", "href": "https://www.tenable.com/plugins/nessus/59378", "published": "2012-06-06T00:00:00", "title": "CentOS 5 / 6 : openoffice.org (CESA-2012:0705)", "type": "nessus", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Red Hat Security Advisory RHSA-2012:0705 and \n# CentOS Errata and Security Advisory 2012:0705 respectively.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(59378);\n script_version(\"1.9\");\n script_cvs_date(\"Date: 2019/10/02 15:30:17\");\n\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_bugtraq_id(53570);\n script_xref(name:\"RHSA\", value:\"2012:0705\");\n\n script_name(english:\"CentOS 5 / 6 : openoffice.org (CESA-2012:0705)\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote CentOS host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Updated openoffice.org packages that fix multiple security issues are\nnow available for Red Hat Enterprise Linux 5 and 6.\n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS)\nbase scores, which give detailed severity ratings, are available for\neach vulnerability from the CVE links in the References section.\n\nOpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in\nthe way OpenOffice.org processed an invalid Escher graphics records\nlength in Microsoft Office PowerPoint documents. An attacker could\nprovide a specially crafted Microsoft Office PowerPoint document that,\nwhen opened, would cause OpenOffice.org to crash or, potentially,\nexecute arbitrary code with the privileges of the user running\nOpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the JPEG, PNG, and BMP image file reader\nimplementations in OpenOffice.org. An attacker could provide a\nspecially crafted JPEG, PNG, or BMP image file that, when opened in an\nOpenOffice.org application, would cause the application to crash or,\npotentially, execute arbitrary code with the privileges of the user\nrunning the application. (CVE-2012-1149)\n\nUpstream acknowledges Sven Jacobi as the original reporter of\nCVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original\nreporter of CVE-2012-1149.\n\nAll OpenOffice.org users are advised to upgrade to these updated\npackages, which contain backported patches to correct these issues.\nAll running instances of OpenOffice.org applications must be restarted\nfor this update to take effect.\"\n );\n # https://lists.centos.org/pipermail/centos-announce/2012-June/018665.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?d4216818\"\n );\n # https://lists.centos.org/pipermail/centos-announce/2012-June/018666.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?e3031269\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected openoffice.org packages.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/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:centos:centos:autocorr-af\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-bg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-en\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-eu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-fa\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-fi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-ga\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-lb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-lt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-mn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-sl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-tr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-vi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:autocorr-zh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:broffice.org-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:broffice.org-brand\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:broffice.org-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:broffice.org-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:broffice.org-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:broffice.org-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:broffice.org-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-base-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-brand\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-bsh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-calc-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-draw-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-emailmerge\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-graphicfilter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-headless\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-impress-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-javafilter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-af_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ar\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-as_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-bg_BG\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-bn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ca_ES\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-cs_CZ\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-cy_GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-da_DK\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-dz\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-el_GR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-en\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-et_EE\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-eu_ES\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-fi_FI\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ga_IE\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-gl_ES\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-gu_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-he_IL\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-hi_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-hr_HR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-hu_HU\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ja_JP\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-kn_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ko_KR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-lt_LT\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-mai_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ml_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-mr_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ms_MY\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-nb_NO\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-nn_NO\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-nr_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-nso_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-or_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-pa\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-pa_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-pl_PL\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-pt_BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-pt_PT\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ro\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-sk_SK\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-sl_SI\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-sr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-sr_CS\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ss_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-st_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ta_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-te_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-th_TH\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-tn_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-tr_TR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ts_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-uk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ur\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-ve_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-xh_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-zh_CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-zh_TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-langpack-zu_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-math-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-ogltrans\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-opensymbol-fonts\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-pdfimport\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-presentation-minimizer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-presenter-screen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-pyuno\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-report-builder\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-rhino\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-sdk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-sdk-doc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-testtools\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-ure\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-wiki-publisher\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-writer-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:centos:centos:openoffice.org-xsltfilter\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:centos:centos:5\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:centos:centos:6\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2012/06/19\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2012/06/05\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/06/06\");\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) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"CentOS Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/CentOS/release\", \"Host/CentOS/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/CentOS/release\");\nif (isnull(release) || \"CentOS\" >!< release) audit(AUDIT_OS_NOT, \"CentOS\");\nos_ver = pregmatch(pattern: \"CentOS(?: Linux)? release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"CentOS\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^(5|6)([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"CentOS 5.x / 6.x\", \"CentOS \" + os_ver);\n\nif (!get_kb_item(\"Host/CentOS/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\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, \"CentOS\", cpu);\n\n\nflag = 0;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-base-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-calc-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-core-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-draw-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-emailmerge-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-graphicfilter-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-headless-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-impress-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-javafilter-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-af_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ar-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-as_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-bg_BG-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-bn-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ca_ES-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-cs_CZ-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-cy_GB-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-da_DK-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-de-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-el_GR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-es-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-et_EE-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-eu_ES-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-fi_FI-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-fr-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ga_IE-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-gl_ES-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-gu_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-he_IL-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-hi_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-hr_HR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-hu_HU-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-it-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ja_JP-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-kn_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ko_KR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-lt_LT-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ml_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-mr_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ms_MY-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-nb_NO-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-nl-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-nn_NO-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-nr_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-nso_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-or_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-pa_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-pl_PL-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-pt_BR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-pt_PT-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ru-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-sk_SK-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-sl_SI-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-sr_CS-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ss_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-st_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-sv-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ta_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-te_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-th_TH-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-tn_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-tr_TR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ts_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ur-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-ve_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-xh_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-zh_CN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-zh_TW-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-langpack-zu_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-math-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-pyuno-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-sdk-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-sdk-doc-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-testtools-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-ure-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-writer-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"CentOS-5\", reference:\"openoffice.org-xsltfilter-3.1.1-19.10.el5_8.3\")) flag++;\n\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-af-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-bg-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-cs-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-da-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-de-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-en-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-es-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-eu-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-fa-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-fi-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-fr-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-ga-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-hu-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-it-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-ja-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-ko-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-lb-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-lt-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-mn-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-nl-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-pl-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-pt-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-ru-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-sk-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-sl-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-sv-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-tr-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-vi-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"autocorr-zh-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"broffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"broffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"broffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"broffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"broffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"broffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"broffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-base-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-bsh-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-calc-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-devel-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-draw-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-emailmerge-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-graphicfilter-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-headless-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-impress-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-javafilter-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-af_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ar-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-as_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-bg_BG-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-bn-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ca_ES-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-cs_CZ-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-cy_GB-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-da_DK-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-de-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-dz-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-el_GR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-en-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-es-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-et_EE-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-eu_ES-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-fi_FI-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-fr-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ga_IE-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-gl_ES-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-gu_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-he_IL-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-hi_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-hr_HR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-hu_HU-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-it-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ja_JP-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-kn_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ko_KR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-lt_LT-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-mai_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ml_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-mr_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ms_MY-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-nb_NO-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-nl-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-nn_NO-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-nr_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-nso_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-or_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-pa-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-pl_PL-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-pt_BR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-pt_PT-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ro-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ru-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-sk_SK-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-sl_SI-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-sr-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ss_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-st_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-sv-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ta_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-te_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-th_TH-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-tn_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-tr_TR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ts_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-uk-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ur-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-ve_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-xh_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-zh_CN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-zh_TW-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-langpack-zu_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-math-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-ogltrans-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-opensymbol-fonts-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-pdfimport-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-presentation-minimizer-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-presenter-screen-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-pyuno-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-report-builder-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-rhino-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-sdk-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-sdk-doc-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-testtools-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-ure-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-wiki-publisher-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-writer-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"CentOS-6\", reference:\"openoffice.org-xsltfilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n\nif (flag)\n{\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get()\n );\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, \"autocorr-af / autocorr-bg / autocorr-cs / autocorr-da / autocorr-de / etc\");\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-11-03T12:12:57", "bulletinFamily": "scanner", "description": "OpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in\nthe way OpenOffice.org processed an invalid Escher graphics records\nlength in Microsoft Office PowerPoint documents. An attacker could\nprovide a specially crafted Microsoft Office PowerPoint document that,\nwhen opened, would cause OpenOffice.org to crash or, potentially,\nexecute arbitrary code with the privileges of the user running\nOpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the JPEG, PNG, and BMP image file reader\nimplementations in OpenOffice.org. An attacker could provide a\nspecially crafted JPEG, PNG, or BMP image file that, when opened in an\nOpenOffice.org application, would cause the application to crash or,\npotentially, execute arbitrary code with the privileges of the user\nrunning the application. (CVE-2012-1149)\n\nAll OpenOffice.org users are advised to upgrade to these updated\npackages, which contain backported patches to correct these issues.\nAll running instances of OpenOffice.org applications must be restarted\nfor this update to take effect.", "modified": "2019-11-02T00:00:00", "id": "SL_20120604_OPENOFFICE_ORG_ON_SL5_X.NASL", "href": "https://www.tenable.com/plugins/nessus/61321", "published": "2012-08-01T00:00:00", "title": "Scientific Linux Security Update : openoffice.org on SL5.x, SL6.x i386/x86_64", "type": "nessus", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text is (C) Scientific Linux.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(61321);\n script_version(\"1.3\");\n script_cvs_date(\"Date: 2018/12/31 11:35:01\");\n\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n\n script_name(english:\"Scientific Linux Security Update : openoffice.org on SL5.x, SL6.x i386/x86_64\");\n script_summary(english:\"Checks rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\n\"The remote Scientific Linux host is missing one or more security\nupdates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"OpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in\nthe way OpenOffice.org processed an invalid Escher graphics records\nlength in Microsoft Office PowerPoint documents. An attacker could\nprovide a specially crafted Microsoft Office PowerPoint document that,\nwhen opened, would cause OpenOffice.org to crash or, potentially,\nexecute arbitrary code with the privileges of the user running\nOpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the JPEG, PNG, and BMP image file reader\nimplementations in OpenOffice.org. An attacker could provide a\nspecially crafted JPEG, PNG, or BMP image file that, when opened in an\nOpenOffice.org application, would cause the application to crash or,\npotentially, execute arbitrary code with the privileges of the user\nrunning the application. (CVE-2012-1149)\n\nAll OpenOffice.org users are advised to upgrade to these updated\npackages, which contain backported patches to correct these issues.\nAll running instances of OpenOffice.org applications must be restarted\nfor this update to take effect.\"\n );\n # https://listserv.fnal.gov/scripts/wa.exe?A2=ind1206&L=scientific-linux-errata&T=0&P=203\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?a512300b\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"x-cpe:/o:fermilab:scientific_linux\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2012/06/04\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/08/01\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2012-2018 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Scientific Linux Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/cpu\", \"Host/RedHat/release\", \"Host/RedHat/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/RedHat/release\");\nif (isnull(release) || \"Scientific Linux \" >!< release) audit(AUDIT_HOST_NOT, \"running Scientific Linux\");\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (cpu >!< \"x86_64\" && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Scientific Linux\", cpu);\n\n\nflag = 0;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-base-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-calc-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-core-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-debuginfo-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-draw-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-emailmerge-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-graphicfilter-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-headless-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-impress-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-javafilter-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-af_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ar-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-as_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-bg_BG-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-bn-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ca_ES-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-cs_CZ-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-cy_GB-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-da_DK-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-de-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-el_GR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-es-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-et_EE-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-eu_ES-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-fi_FI-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-fr-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ga_IE-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-gl_ES-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-gu_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-he_IL-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-hi_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-hr_HR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-hu_HU-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-it-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ja_JP-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-kn_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ko_KR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-lt_LT-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ml_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-mr_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ms_MY-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-nb_NO-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-nl-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-nn_NO-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-nr_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-nso_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-or_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-pa_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-pl_PL-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-pt_BR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-pt_PT-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ru-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-sk_SK-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-sl_SI-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-sr_CS-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ss_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-st_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-sv-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ta_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-te_IN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-th_TH-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-tn_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-tr_TR-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ts_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ur-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-ve_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-xh_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-zh_CN-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-zh_TW-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-langpack-zu_ZA-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-math-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-pyuno-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-sdk-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-sdk-doc-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-testtools-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-ure-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-writer-3.1.1-19.10.el5_8.3\")) flag++;\nif (rpm_check(release:\"SL5\", reference:\"openoffice.org-xsltfilter-3.1.1-19.10.el5_8.3\")) flag++;\n\nif (rpm_check(release:\"SL6\", reference:\"autocorr-af-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-bg-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-cs-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-da-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-de-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-en-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-es-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-eu-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-fa-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-fi-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-fr-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-ga-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-hu-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-it-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-ja-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-ko-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-lb-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-lt-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-mn-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-nl-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-pl-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-pt-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-ru-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-sk-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-sl-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-sv-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-tr-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-vi-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"autocorr-zh-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"broffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"broffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"broffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"broffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"broffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"broffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"broffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-base-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-bsh-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-calc-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-debuginfo-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-devel-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-draw-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-emailmerge-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-graphicfilter-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-headless-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-impress-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-javafilter-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-af_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ar-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-as_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-bg_BG-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-bn-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ca_ES-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-cs_CZ-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-cy_GB-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-da_DK-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-de-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-dz-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-el_GR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-en-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-es-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-et_EE-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-eu_ES-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-fi_FI-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-fr-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ga_IE-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-gl_ES-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-gu_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-he_IL-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-hi_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-hr_HR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-hu_HU-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-it-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ja_JP-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-kn_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ko_KR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-lt_LT-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-mai_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ml_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-mr_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ms_MY-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-nb_NO-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-nl-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-nn_NO-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-nr_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-nso_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-or_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-pa-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-pl_PL-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-pt_BR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-pt_PT-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ro-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ru-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-sk_SK-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-sl_SI-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-sr-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ss_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-st_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-sv-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ta_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-te_IN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-th_TH-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-tn_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-tr_TR-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ts_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-uk-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ur-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-ve_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-xh_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-zh_CN-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-zh_TW-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-langpack-zu_ZA-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-math-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-ogltrans-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-opensymbol-fonts-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-pdfimport-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-presentation-minimizer-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-presenter-screen-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-pyuno-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-report-builder-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-rhino-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-sdk-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-sdk-doc-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-testtools-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-ure-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-wiki-publisher-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-writer-core-3.2.1-19.6.el6_2.7\")) flag++;\nif (rpm_check(release:\"SL6\", reference:\"openoffice.org-xsltfilter-3.2.1-19.6.el6_2.7\")) 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": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-11-01T03:20:36", "bulletinFamily": "scanner", "description": "Updated openoffice.org packages that fix multiple security issues are\nnow available for Red Hat Enterprise Linux 5 and 6.\n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS)\nbase scores, which give detailed severity ratings, are available for\neach vulnerability from the CVE links in the References section.\n\nOpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in\nthe way OpenOffice.org processed an invalid Escher graphics records\nlength in Microsoft Office PowerPoint documents. An attacker could\nprovide a specially crafted Microsoft Office PowerPoint document that,\nwhen opened, would cause OpenOffice.org to crash or, potentially,\nexecute arbitrary code with the privileges of the user running\nOpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the JPEG, PNG, and BMP image file reader\nimplementations in OpenOffice.org. An attacker could provide a\nspecially crafted JPEG, PNG, or BMP image file that, when opened in an\nOpenOffice.org application, would cause the application to crash or,\npotentially, execute arbitrary code with the privileges of the user\nrunning the application. (CVE-2012-1149)\n\nUpstream acknowledges Sven Jacobi as the original reporter of\nCVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original\nreporter of CVE-2012-1149.\n\nAll OpenOffice.org users are advised to upgrade to these updated\npackages, which contain backported patches to correct these issues.\nAll running instances of OpenOffice.org applications must be restarted\nfor this update to take effect.", "modified": "2019-11-02T00:00:00", "id": "REDHAT-RHSA-2012-0705.NASL", "href": "https://www.tenable.com/plugins/nessus/59363", "published": "2012-06-05T00:00:00", "title": "RHEL 5 / 6 : openoffice.org (RHSA-2012:0705)", "type": "nessus", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Red Hat Security Advisory RHSA-2012:0705. The text \n# itself is copyright (C) Red Hat, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(59363);\n script_version (\"1.19\");\n script_cvs_date(\"Date: 2019/10/24 15:35:35\");\n\n script_cve_id(\"CVE-2012-1149\", \"CVE-2012-2334\");\n script_bugtraq_id(53570);\n script_xref(name:\"RHSA\", value:\"2012:0705\");\n\n script_name(english:\"RHEL 5 / 6 : openoffice.org (RHSA-2012:0705)\");\n script_summary(english:\"Checks the rpm output for the updated packages\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Red Hat host is missing one or more security updates.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Updated openoffice.org packages that fix multiple security issues are\nnow available for Red Hat Enterprise Linux 5 and 6.\n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS)\nbase scores, which give detailed severity ratings, are available for\neach vulnerability from the CVE links in the References section.\n\nOpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in\nthe way OpenOffice.org processed an invalid Escher graphics records\nlength in Microsoft Office PowerPoint documents. An attacker could\nprovide a specially crafted Microsoft Office PowerPoint document that,\nwhen opened, would cause OpenOffice.org to crash or, potentially,\nexecute arbitrary code with the privileges of the user running\nOpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer\noverflows, were found in the JPEG, PNG, and BMP image file reader\nimplementations in OpenOffice.org. An attacker could provide a\nspecially crafted JPEG, PNG, or BMP image file that, when opened in an\nOpenOffice.org application, would cause the application to crash or,\npotentially, execute arbitrary code with the privileges of the user\nrunning the application. (CVE-2012-1149)\n\nUpstream acknowledges Sven Jacobi as the original reporter of\nCVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original\nreporter of CVE-2012-1149.\n\nAll OpenOffice.org users are advised to upgrade to these updated\npackages, which contain backported patches to correct these issues.\nAll running instances of OpenOffice.org applications must be restarted\nfor this update to take effect.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/errata/RHSA-2012:0705\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2012-2334\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://access.redhat.com/security/cve/cve-2012-1149\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Update the affected packages.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/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:redhat:enterprise_linux:autocorr-af\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-bg\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-cs\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-da\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-en\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-eu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-fa\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-fi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-ga\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-hu\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-ja\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-ko\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-lb\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-lt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-mn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-pl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-pt\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-sk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-sl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-tr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-vi\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:autocorr-zh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:broffice.org-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:broffice.org-brand\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:broffice.org-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:broffice.org-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:broffice.org-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:broffice.org-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:broffice.org-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-base\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-base-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-brand\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-bsh\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-calc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-calc-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-devel\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-draw\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-draw-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-emailmerge\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-graphicfilter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-headless\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-impress\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-impress-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-javafilter\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-af_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ar\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-as_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-bg_BG\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-bn\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ca_ES\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-cs_CZ\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-cy_GB\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-da_DK\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-de\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-dz\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-el_GR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-en\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-es\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-et_EE\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-eu_ES\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-fi_FI\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-fr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ga_IE\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-gl_ES\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-gu_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-he_IL\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-hi_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-hr_HR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-hu_HU\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-it\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ja_JP\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-kn_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ko_KR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-lt_LT\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-mai_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ml_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-mr_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ms_MY\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-nb_NO\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-nl\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-nn_NO\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-nr_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-nso_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-or_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-pa\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-pa_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-pl_PL\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-pt_BR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-pt_PT\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ro\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ru\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-sk_SK\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-sl_SI\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-sr\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-sr_CS\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ss_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-st_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-sv\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ta_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-te_IN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-th_TH\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-tn_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-tr_TR\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ts_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-uk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ur\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-ve_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-xh_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-zh_CN\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-zh_TW\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-langpack-zu_ZA\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-math\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-math-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-ogltrans\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-opensymbol-fonts\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-pdfimport\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-presentation-minimizer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-presenter-screen\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-pyuno\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-report-builder\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-rhino\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-sdk\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-sdk-doc\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-testtools\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-ure\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-wiki-publisher\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-writer\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-writer-core\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:redhat:enterprise_linux:openoffice.org-xsltfilter\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:redhat:enterprise_linux:5\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:redhat:enterprise_linux:6\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:redhat:enterprise_linux:6.2\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2012/06/19\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2012/06/04\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/06/05\");\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) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"Red Hat Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\", \"Host/cpu\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Red Hat\" >!< release) audit(AUDIT_OS_NOT, \"Red Hat\");\nos_ver = pregmatch(pattern: \"Red Hat Enterprise Linux.*release ([0-9]+(\\.[0-9]+)?)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Red Hat\");\nos_ver = os_ver[1];\nif (! preg(pattern:\"^(5|6)([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Red Hat 5.x / 6.x\", \"Red Hat \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) 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$\" && \"s390\" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Red Hat\", cpu);\n\nyum_updateinfo = get_kb_item(\"Host/RedHat/yum-updateinfo\");\nif (!empty_or_null(yum_updateinfo)) \n{\n rhsa = \"RHSA-2012:0705\";\n yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);\n if (!empty_or_null(yum_report))\n {\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : yum_report \n );\n exit(0);\n }\n else\n {\n audit_message = \"affected by Red Hat security advisory \" + rhsa;\n audit(AUDIT_OS_NOT, audit_message);\n }\n}\nelse\n{\n flag = 0;\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-base-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-base-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-calc-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-calc-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-core-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-core-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-debuginfo-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-debuginfo-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-draw-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-draw-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-emailmerge-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-emailmerge-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-graphicfilter-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-graphicfilter-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-headless-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-headless-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-impress-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-impress-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-javafilter-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-javafilter-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-af_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-af_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ar-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ar-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-as_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-as_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-bg_BG-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-bg_BG-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-bn-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-bn-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ca_ES-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ca_ES-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-cs_CZ-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-cs_CZ-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-cy_GB-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-cy_GB-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-da_DK-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-da_DK-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-de-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-de-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-el_GR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-el_GR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-es-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-es-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-et_EE-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-et_EE-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-eu_ES-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-eu_ES-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-fi_FI-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-fi_FI-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-fr-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-fr-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ga_IE-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ga_IE-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-gl_ES-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-gl_ES-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-gu_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-gu_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-he_IL-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-he_IL-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-hi_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-hi_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-hr_HR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-hr_HR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-hu_HU-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-hu_HU-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-it-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-it-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ja_JP-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ja_JP-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-kn_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-kn_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ko_KR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ko_KR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-lt_LT-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-lt_LT-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ml_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ml_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-mr_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-mr_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ms_MY-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ms_MY-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-nb_NO-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nb_NO-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-nl-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nl-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-nn_NO-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nn_NO-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-nr_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nr_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-nso_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nso_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-or_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-or_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-pa_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-pa_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-pl_PL-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-pl_PL-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-pt_BR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-pt_BR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-pt_PT-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-pt_PT-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ru-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ru-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-sk_SK-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-sk_SK-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-sl_SI-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-sl_SI-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-sr_CS-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-sr_CS-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ss_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ss_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-st_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-st_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-sv-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-sv-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ta_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ta_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-te_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-te_IN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-th_TH-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-th_TH-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-tn_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-tn_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-tr_TR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-tr_TR-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ts_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ts_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ur-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ur-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-ve_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ve_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-xh_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-xh_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-zh_CN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-zh_CN-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-zh_TW-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-zh_TW-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-langpack-zu_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-zu_ZA-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-math-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-math-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-pyuno-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-pyuno-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-sdk-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-sdk-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-sdk-doc-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-sdk-doc-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-testtools-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-testtools-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-ure-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-ure-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-writer-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-writer-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"i386\", reference:\"openoffice.org-xsltfilter-3.1.1-19.10.el5_8.3\")) flag++;\n\n if (rpm_check(release:\"RHEL5\", cpu:\"x86_64\", reference:\"openoffice.org-xsltfilter-3.1.1-19.10.el5_8.3\")) flag++;\n\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-af-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-bg-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-cs-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-da-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-de-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-en-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-es-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-eu-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-fa-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-fi-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-fr-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-ga-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-hu-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-it-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-ja-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-ko-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-lb-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-lt-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-mn-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-nl-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-pl-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-pt-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-ru-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-sk-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-sl-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-sv-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-tr-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-vi-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"autocorr-zh-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"broffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"broffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"broffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"broffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"broffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"broffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"broffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"broffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"broffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"broffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"broffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"broffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"broffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"broffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"broffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"broffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"broffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"broffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"broffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"broffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"broffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-base-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-base-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-base-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-base-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-brand-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-bsh-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-bsh-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-bsh-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-calc-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-calc-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-calc-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-calc-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"openoffice.org-debuginfo-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"openoffice.org-devel-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-draw-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-draw-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-draw-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-draw-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-emailmerge-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-emailmerge-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-emailmerge-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-graphicfilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-graphicfilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-graphicfilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-headless-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-headless-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-headless-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-impress-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-impress-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-impress-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-impress-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-javafilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-javafilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-javafilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-af_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-af_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-af_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ar-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ar-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ar-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-as_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-as_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-as_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-bg_BG-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-bg_BG-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-bg_BG-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-bn-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-bn-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-bn-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ca_ES-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ca_ES-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ca_ES-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-cs_CZ-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-cs_CZ-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-cs_CZ-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-cy_GB-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-cy_GB-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-cy_GB-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-da_DK-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-da_DK-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-da_DK-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-de-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-de-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-de-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-dz-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-dz-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-dz-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-el_GR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-el_GR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-el_GR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-en-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-en-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-en-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-es-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-es-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-es-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-et_EE-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-et_EE-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-et_EE-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-eu_ES-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-eu_ES-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-eu_ES-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-fi_FI-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-fi_FI-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-fi_FI-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-fr-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-fr-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-fr-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ga_IE-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ga_IE-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ga_IE-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-gl_ES-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-gl_ES-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-gl_ES-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-gu_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-gu_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-gu_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-he_IL-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-he_IL-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-he_IL-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-hi_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-hi_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-hi_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-hr_HR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-hr_HR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-hr_HR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-hu_HU-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-hu_HU-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-hu_HU-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-it-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-it-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-it-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ja_JP-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ja_JP-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ja_JP-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-kn_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-kn_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-kn_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ko_KR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ko_KR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ko_KR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-lt_LT-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-lt_LT-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-lt_LT-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-mai_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-mai_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-mai_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ml_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ml_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ml_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-mr_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-mr_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-mr_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ms_MY-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ms_MY-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ms_MY-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-nb_NO-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-nb_NO-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nb_NO-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-nl-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-nl-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nl-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-nn_NO-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-nn_NO-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nn_NO-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-nr_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-nr_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nr_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-nso_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-nso_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-nso_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-or_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-or_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-or_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-pa-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-pa-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-pa-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-pl_PL-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-pl_PL-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-pl_PL-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-pt_BR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-pt_BR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-pt_BR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-pt_PT-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-pt_PT-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-pt_PT-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ro-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ro-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ro-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ru-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ru-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ru-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-sk_SK-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-sk_SK-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-sk_SK-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-sl_SI-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-sl_SI-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-sl_SI-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-sr-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-sr-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-sr-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ss_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ss_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ss_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-st_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-st_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-st_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-sv-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-sv-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-sv-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ta_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ta_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ta_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-te_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-te_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-te_IN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-th_TH-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-th_TH-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-th_TH-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-tn_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-tn_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-tn_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-tr_TR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-tr_TR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-tr_TR-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ts_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ts_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ts_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-uk-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-uk-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-uk-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ur-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ur-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ur-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-ve_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-ve_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-ve_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-xh_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-xh_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-xh_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-zh_CN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-zh_CN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-zh_CN-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-zh_TW-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-zh_TW-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-zh_TW-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-langpack-zu_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-langpack-zu_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-langpack-zu_ZA-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-math-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-math-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-math-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-math-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-ogltrans-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-ogltrans-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-ogltrans-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", reference:\"openoffice.org-opensymbol-fonts-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-pdfimport-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-pdfimport-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-pdfimport-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-presentation-minimizer-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-presentation-minimizer-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-presentation-minimizer-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-presenter-screen-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-presenter-screen-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-presenter-screen-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-pyuno-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-pyuno-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-pyuno-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-report-builder-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-report-builder-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-report-builder-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-rhino-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-rhino-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-rhino-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-sdk-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-sdk-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-sdk-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-sdk-doc-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-sdk-doc-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-sdk-doc-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-testtools-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-testtools-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-testtools-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-ure-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-ure-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-ure-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-wiki-publisher-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-wiki-publisher-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-wiki-publisher-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-writer-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-writer-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-writer-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-writer-core-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"i686\", reference:\"openoffice.org-xsltfilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"s390x\", reference:\"openoffice.org-xsltfilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n if (rpm_check(release:\"RHEL6\", cpu:\"x86_64\", reference:\"openoffice.org-xsltfilter-3.2.1-19.6.el6_2.7\")) flag++;\n\n\n if (flag)\n {\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : rpm_report_get() + redhat_report_package_caveat()\n );\n exit(0);\n }\n else\n {\n tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"autocorr-af / autocorr-bg / autocorr-cs / autocorr-da / autocorr-de / etc\");\n }\n}\n", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "ubuntu": [{"lastseen": "2019-05-29T17:21:18", "bulletinFamily": "unix", "description": "A stack-based buffer overflow was discovered in the Lotus Word Pro import filter in OpenOffice.org. The default compiler options for affected releases should reduce the vulnerability to a denial of service. (CVE-2011-2685)\n\nHuzaifa Sidhpurwala discovered that OpenOffice.org could be made to crash if it opened a specially crafted Word document. (CVE-2011-2713)\n\nInteger overflows were discovered in the graphics loading code of several different image types. If a user were tricked into opening a specially crafted file, an attacker could cause OpenOffice.org to crash or possibly execute arbitrary code with the privileges of the user invoking the program. (CVE-2012-1149)\n\nSven Jacobi discovered an integer overflow when processing Escher graphics records. If a user were tricked into opening a specially crafted PowerPoint file, an attacker could cause OpenOffice.org to crash or possibly execute arbitrary code with the privileges of the user invoking the program. (CVE-2012-2334)", "modified": "2012-07-02T00:00:00", "published": "2012-07-02T00:00:00", "id": "USN-1496-1", "href": "https://usn.ubuntu.com/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"}}, {"lastseen": "2019-05-29T17:22:31", "bulletinFamily": "unix", "description": "Integer overflows were discovered in the graphics loading code of several different image types. If a user were tricked into opening a specially crafted file, an attacker could cause LibreOffice to crash or possibly execute arbitrary code with the privileges of the user invoking the program. (CVE-2012-1149)\n\nSven Jacobi discovered an integer overflow when processing Escher graphics records. If a user were tricked into opening a specially crafted PowerPoint file, an attacker could cause LibreOffice to crash or possibly execute arbitrary code with the privileges of the user invoking the program. (CVE-2012-2334)", "modified": "2012-07-02T00:00:00", "published": "2012-07-02T00:00:00", "id": "USN-1495-1", "href": "https://usn.ubuntu.com/1495-1/", "title": "LibreOffice vulnerabilities", "type": "ubuntu", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "centos": [{"lastseen": "2019-05-29T18:33:44", "bulletinFamily": "unix", "description": "**CentOS Errata and Security Advisory** CESA-2012:0705\n\n\nOpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in the\nway OpenOffice.org processed an invalid Escher graphics records length in\nMicrosoft Office PowerPoint documents. An attacker could provide a\nspecially-crafted Microsoft Office PowerPoint document that, when opened,\nwould cause OpenOffice.org to crash or, potentially, execute arbitrary code\nwith the privileges of the user running OpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer overflows,\nwere found in the JPEG, PNG, and BMP image file reader implementations in\nOpenOffice.org. An attacker could provide a specially-crafted JPEG, PNG,\nor BMP image file that, when opened in an OpenOffice.org application, would\ncause the application to crash or, potentially, execute arbitrary code with\nthe privileges of the user running the application. (CVE-2012-1149)\n\nUpstream acknowledges Sven Jacobi as the original reporter of\nCVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original reporter\nof CVE-2012-1149.\n\nAll OpenOffice.org users are advised to upgrade to these updated packages,\nwhich contain backported patches to correct these issues. All running\ninstances of OpenOffice.org applications must be restarted for this update\nto take effect.\n\n\n**Merged security bulletin from advisories:**\nhttp://lists.centos.org/pipermail/centos-announce/2012-June/018665.html\nhttp://lists.centos.org/pipermail/centos-announce/2012-June/018666.html\n\n**Affected packages:**\nautocorr-af\nautocorr-bg\nautocorr-cs\nautocorr-da\nautocorr-de\nautocorr-en\nautocorr-es\nautocorr-eu\nautocorr-fa\nautocorr-fi\nautocorr-fr\nautocorr-ga\nautocorr-hu\nautocorr-it\nautocorr-ja\nautocorr-ko\nautocorr-lb\nautocorr-lt\nautocorr-mn\nautocorr-nl\nautocorr-pl\nautocorr-pt\nautocorr-ru\nautocorr-sk\nautocorr-sl\nautocorr-sv\nautocorr-tr\nautocorr-vi\nautocorr-zh\nbroffice.org-base\nbroffice.org-brand\nbroffice.org-calc\nbroffice.org-draw\nbroffice.org-impress\nbroffice.org-math\nbroffice.org-writer\nopenoffice.org\nopenoffice.org-base\nopenoffice.org-base-core\nopenoffice.org-brand\nopenoffice.org-bsh\nopenoffice.org-calc\nopenoffice.org-calc-core\nopenoffice.org-core\nopenoffice.org-devel\nopenoffice.org-draw\nopenoffice.org-draw-core\nopenoffice.org-emailmerge\nopenoffice.org-graphicfilter\nopenoffice.org-headless\nopenoffice.org-impress\nopenoffice.org-impress-core\nopenoffice.org-javafilter\nopenoffice.org-langpack-af_ZA\nopenoffice.org-langpack-ar\nopenoffice.org-langpack-as_IN\nopenoffice.org-langpack-bg_BG\nopenoffice.org-langpack-bn\nopenoffice.org-langpack-ca_ES\nopenoffice.org-langpack-cs_CZ\nopenoffice.org-langpack-cy_GB\nopenoffice.org-langpack-da_DK\nopenoffice.org-langpack-de\nopenoffice.org-langpack-dz\nopenoffice.org-langpack-el_GR\nopenoffice.org-langpack-en\nopenoffice.org-langpack-es\nopenoffice.org-langpack-et_EE\nopenoffice.org-langpack-eu_ES\nopenoffice.org-langpack-fi_FI\nopenoffice.org-langpack-fr\nopenoffice.org-langpack-ga_IE\nopenoffice.org-langpack-gl_ES\nopenoffice.org-langpack-gu_IN\nopenoffice.org-langpack-he_IL\nopenoffice.org-langpack-hi_IN\nopenoffice.org-langpack-hr_HR\nopenoffice.org-langpack-hu_HU\nopenoffice.org-langpack-it\nopenoffice.org-langpack-ja_JP\nopenoffice.org-langpack-kn_IN\nopenoffice.org-langpack-ko_KR\nopenoffice.org-langpack-lt_LT\nopenoffice.org-langpack-mai_IN\nopenoffice.org-langpack-ml_IN\nopenoffice.org-langpack-mr_IN\nopenoffice.org-langpack-ms_MY\nopenoffice.org-langpack-nb_NO\nopenoffice.org-langpack-nl\nopenoffice.org-langpack-nn_NO\nopenoffice.org-langpack-nr_ZA\nopenoffice.org-langpack-nso_ZA\nopenoffice.org-langpack-or_IN\nopenoffice.org-langpack-pa\nopenoffice.org-langpack-pa_IN\nopenoffice.org-langpack-pl_PL\nopenoffice.org-langpack-pt_BR\nopenoffice.org-langpack-pt_PT\nopenoffice.org-langpack-ro\nopenoffice.org-langpack-ru\nopenoffice.org-langpack-sk_SK\nopenoffice.org-langpack-sl_SI\nopenoffice.org-langpack-sr\nopenoffice.org-langpack-sr_CS\nopenoffice.org-langpack-ss_ZA\nopenoffice.org-langpack-st_ZA\nopenoffice.org-langpack-sv\nopenoffice.org-langpack-ta_IN\nopenoffice.org-langpack-te_IN\nopenoffice.org-langpack-th_TH\nopenoffice.org-langpack-tn_ZA\nopenoffice.org-langpack-tr_TR\nopenoffice.org-langpack-ts_ZA\nopenoffice.org-langpack-uk\nopenoffice.org-langpack-ur\nopenoffice.org-langpack-ve_ZA\nopenoffice.org-langpack-xh_ZA\nopenoffice.org-langpack-zh_CN\nopenoffice.org-langpack-zh_TW\nopenoffice.org-langpack-zu_ZA\nopenoffice.org-math\nopenoffice.org-math-core\nopenoffice.org-ogltrans\nopenoffice.org-opensymbol-fonts\nopenoffice.org-pdfimport\nopenoffice.org-presentation-minimizer\nopenoffice.org-presenter-screen\nopenoffice.org-pyuno\nopenoffice.org-report-builder\nopenoffice.org-rhino\nopenoffice.org-sdk\nopenoffice.org-sdk-doc\nopenoffice.org-testtools\nopenoffice.org-ure\nopenoffice.org-wiki-publisher\nopenoffice.org-writer\nopenoffice.org-writer-core\nopenoffice.org-xsltfilter\n\n**Upstream details at:**\nhttps://rhn.redhat.com/errata/RHSA-2012-0705.html", "modified": "2012-06-05T09:05:33", "published": "2012-06-05T06:03:16", "href": "http://lists.centos.org/pipermail/centos-announce/2012-June/018665.html", "id": "CESA-2012:0705", "title": "autocorr, broffice.org, openoffice.org security update", "type": "centos", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "redhat": [{"lastseen": "2019-08-13T18:46:26", "bulletinFamily": "unix", "description": "OpenOffice.org is an office productivity suite that includes desktop\napplications, such as a word processor, spreadsheet application,\npresentation manager, formula editor, and a drawing program.\n\nAn integer overflow flaw, leading to a buffer overflow, was found in the\nway OpenOffice.org processed an invalid Escher graphics records length in\nMicrosoft Office PowerPoint documents. An attacker could provide a\nspecially-crafted Microsoft Office PowerPoint document that, when opened,\nwould cause OpenOffice.org to crash or, potentially, execute arbitrary code\nwith the privileges of the user running OpenOffice.org. (CVE-2012-2334)\n\nMultiple integer overflow flaws, leading to heap-based buffer overflows,\nwere found in the JPEG, PNG, and BMP image file reader implementations in\nOpenOffice.org. An attacker could provide a specially-crafted JPEG, PNG,\nor BMP image file that, when opened in an OpenOffice.org application, would\ncause the application to crash or, potentially, execute arbitrary code with\nthe privileges of the user running the application. (CVE-2012-1149)\n\nUpstream acknowledges Sven Jacobi as the original reporter of\nCVE-2012-2334, and Tielei Wang via Secunia SVCRP as the original reporter\nof CVE-2012-1149.\n\nAll OpenOffice.org users are advised to upgrade to these updated packages,\nwhich contain backported patches to correct these issues. All running\ninstances of OpenOffice.org applications must be restarted for this update\nto take effect.\n", "modified": "2018-06-06T20:24:19", "published": "2012-06-04T04:00:00", "id": "RHSA-2012:0705", "href": "https://access.redhat.com/errata/RHSA-2012:0705", "type": "redhat", "title": "(RHSA-2012:0705) Important: openoffice.org security update", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "debian": [{"lastseen": "2019-05-30T02:22:30", "bulletinFamily": "unix", "description": "- -------------------------------------------------------------------------\nDebian Security Advisory DSA-2487-1 security@debian.org\nhttp://www.debian.org/security/ Florian Weimer\nJune 07, 2012 http://www.debian.org/security/faq\n- -------------------------------------------------------------------------\n\nPackage : openoffice.org\nVulnerability : buffer overflow\nProblem type : local (remote)\nDebian-specific: no\nCVE ID : CVE-2012-1149 CVE-2012-2334\n\nIt was discovered that OpenOffice.org would not properly process\ncrafted document files, possibly leading to arbitrary code execution.\n\nCVE-2012-1149\n\tInteger overflows in PNG image handling\n\nCVE-2012-2334\n\tInteger overflow in operator new[] invocation and heap-based\n\tbuffer overflow inside the MS-ODRAW parser\n\nFor the stable distribution (squeeze), this problem has been fixed in\nversion 1:3.2.1-11+squeeze6.\n\nFor the unstable distribution (sid), these problems have been fixed in\nversion 1:3.5.2~rc2-1 of the libreoffice package.\n\nWe recommend that you upgrade your openoffice.org packages.\n\nFurther information about Debian Security Advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: http://www.debian.org/security/\n\nMailing list: debian-security-announce@lists.debian.org\n", "modified": "2012-06-07T19:54:13", "published": "2012-06-07T19:54:13", "id": "DEBIAN:DSA-2487-1:38979", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2012/msg00127.html", "title": "[SECURITY] [DSA 2487-1] openoffice.org security update", "type": "debian", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-30T02:21:38", "bulletinFamily": "unix", "description": "Rene Engelhard uploaded new packages for libreoffice which fixed\nthe following security problem:\n\nCVE-2012-1149\n Integer overflows in PNG image handling\n\nFor the squeeze-backports distribution the problems have been fixed in\nversion 1:3.4.6-2~bpo60+2.\n", "modified": "2012-07-19T15:26:21", "published": "2012-07-19T15:26:21", "id": "DEBIAN:BSA-074:2D479", "href": "https://lists.debian.org/debian-backports-announce/2012/debian-backports-announce-201207/msg00001.html", "title": "[BSA-074] Security update for libreoffice", "type": "debian", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-30T02:21:42", "bulletinFamily": "unix", "description": "- -------------------------------------------------------------------------\nDebian Security Advisory DSA-2473-1 security@debian.org\nhttp://www.debian.org/security/ Florian Weimer\nMay 16, 2012 http://www.debian.org/security/faq\n- -------------------------------------------------------------------------\n\nPackage : openoffice.org\nVulnerability : buffer overflow\nProblem type : local (remote)\nDebian-specific: no\nCVE ID : CVE-2012-1149\n\nTielei Wang discovered that OpenOffice.org does not allocate a large\nenough memory region when processing a specially crafted JPEG object,\nleading to a heap-based buffer overflow and potentially arbitrary code\nexecution.\n\nFor the stable distribution (squeeze), this problem has been fixed in\nversion 1:3.2.1-11+squeeze5.\n\nFor the testing distribution (wheezy) and the unstable distribution\n(sid), this problem has been fixed in version 1:3.4.5-1 of the\nlibreoffice package.\n\nWe recommend that you upgrade your openoffice.org packages.\n\nFurther information about Debian Security Advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: http://www.debian.org/security/\n\nMailing list: debian-security-announce@lists.debian.org\n", "modified": "2012-05-16T22:05:03", "published": "2012-05-16T22:05:03", "id": "DEBIAN:DSA-2473-1:CC5A0", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2012/msg00110.html", "title": "[SECURITY] [DSA 2473-1] openoffice.org security update", "type": "debian", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2019-05-30T02:22:45", "bulletinFamily": "unix", "description": "Rene Engelhard uploaded new packages for libreoffice which fixed the\nfollowing security problems:\n\nCVE-2011-2713\n Red Hat, Inc. security researcher Huzaifa Sidhpurwala reported multiple\n vulnerabilities in the binary Microsoft Word (doc) file format importer\n of OpenOffice.org, a full-featured office productivity suite that\n provides a near drop-in replacement for Microsoft(R) Office.\n\n\nFor the squeeze-backports distribution the problems have been fixed in\nversion 1:3.4.3-3~bpo60+1.\n\nGr\u00fc\u00dfe/Regards,\n\nRen\u00e9\n--\n .''`. Ren\u00e9 Engelhard -- Debian GNU/Linux Developer\n : :' : http://www.debian.org | http://people.debian.org/~rene/\n `. `' rene@debian.org | GnuPG-Key ID: D03E3E70\n `- Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70\n", "modified": "2011-11-11T11:47:16", "published": "2011-11-11T11:47:16", "id": "DEBIAN:BSA-053:EF4D9", "href": "https://lists.debian.org/debian-backports-announce/2011/debian-backports-announce-201111/msg00001.html", "title": "[BSA-053] Security update for libreoffice", "type": "debian", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2019-05-30T02:23:02", "bulletinFamily": "unix", "description": "- -------------------------------------------------------------------------\nDebian Security Advisory DSA-2315-1 security@debian.org\nhttp://www.debian.org/security/ Giuseppe Iuculano\nOctober 05, 2011 http://www.debian.org/security/faq\n- -------------------------------------------------------------------------\n\nPackage : openoffice.org\nVulnerability : multiple vulnerabilities\nProblem type : remote\nDebian-specific: no\nCVE ID : CVE-2011-2713 \n\nRed Hat, Inc. security researcher Huzaifa Sidhpurwala reported multiple\nvulnerabilities in the binary Microsoft Word (doc) file format importer\nof OpenOffice.org, a full-featured office productivity suite that\nprovides a near drop-in replacement for Microsoft(R) Office.\n\nFor the oldstable distribution (lenny), this problem has been fixed in\nversion 1:2.4.1+dfsg-1+lenny12.\n\nFor the stable distribution (squeeze), this problem has been fixed in\nversion 1:3.2.1-11+squeeze4.\n\nFor the testing distribution (wheezy), and the unstable distribution (sid),\nthis problem will be fixed soon.\nWe recommend that you upgrade your openoffice.org packages.\n\nFurther information about Debian Security Advisories, how to apply\nthese updates to your system and frequently asked questions can be\nfound at: http://www.debian.org/security/\n\nMailing list: debian-security-announce@lists.debian.org\n\n", "modified": "2011-10-05T14:33:08", "published": "2011-10-05T14:33:08", "id": "DEBIAN:DSA-2315-1:1924E", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2011/msg00192.html", "title": "[SECURITY] [DSA 2315-1] openoffice.org security update", "type": "debian", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:N/A:P"}}, {"lastseen": "2019-05-30T02:22:37", "bulletinFamily": "unix", "description": "Rene Engelhard uploaded new packages for libreoffice which fixed\nthe following security problems:\n\nCVE-2012-1149\n multiple heap-based buffer overflows in OpenOffice.orgs\n XML manifest encryption tag parsing code\n\nFor the squeeze-backports distribution the problems have been fixed in\nversion 1:3.5.4-7~bpo60+1.\n \n", "modified": "2012-09-11T07:33:59", "published": "2012-09-11T07:33:59", "id": "DEBIAN:BSA-076:830BE", "href": "https://lists.debian.org/debian-backports-announce/2012/debian-backports-announce-201209/msg00000.html", "title": "[BSA 076] Security update for libreoffice", "type": "debian", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}], "gentoo": [{"lastseen": "2016-09-06T19:46:55", "bulletinFamily": "unix", "description": "### Background\n\nLibreOffice is a full office productivity suite.\n\n### Description\n\nMultiple vulnerabilities have been found in LibreOffice:\n\n * The Microsoft Word Document parser contains an out-of-bounds read error (CVE-2011-2713). \n * The Raptor RDF parser contains an XML External Entity expansion error (CVE-2012-0037). \n * The graphic loading parser contains an integer overflow error which could cause a heap-based buffer overflow (CVE-2012-1149). \n * Multiple errors in the XML manifest handling code could cause a heap-based buffer overflow (CVE-2012-2665). \n\n### Impact\n\nA remote attacker could entice a user to open a specially crafted document file using LibreOffice, possibly resulting in execution of arbitrary code with the privileges of the process or a Denial of Service condition. \n\n### Workaround\n\nThere is no known workaround at this time.\n\n### Resolution\n\nAll LibreOffice users should upgrade to the latest version:\n \n \n # emerge --sync\n # emerge --ask --oneshot --verbose \">=app-office/libreoffice-3.5.5.3\"\n \n\nAll users of the LibreOffice binary package should upgrade to the latest version: \n \n \n # emerge --sync\n # emerge --ask --oneshot --verbose\n \">=app-office/libreoffice-bin-3.5.5.3\"", "modified": "2012-09-24T00:00:00", "published": "2012-09-24T00:00:00", "id": "GLSA-201209-05", "href": "https://security.gentoo.org/glsa/201209-05", "type": "gentoo", "title": "LibreOffice: Multiple vulnerabilities", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2016-09-06T19:46:15", "bulletinFamily": "unix", "description": "### Background\n\nOpenOffice is the open source version of StarOffice, a full office productivity suite. LibreOffice is a fork of OpenOffice. \n\n### Description\n\nMultiple vulnerabilities have been discovered in OpenOffice and Libreoffice. Please review the CVE identifiers referenced below for details. \n\n### Impact\n\nA remote attacker could entice a user to open a specially crafted file using OpenOffice, possibly resulting in execution of arbitrary code with the privileges of the process, a Denial of Service condition, execution of arbitrary Python code, authentication bypass, or reading and writing of arbitrary files. \n\n### Workaround\n\nThere is no known workaround at this time.\n\n### Resolution\n\nAll OpenOffice (binary) users should upgrade to the latest version:\n \n \n # emerge --sync\n # emerge --ask --oneshot --verbose\n \">=app-office/openoffice-bin-3.5.5.3\"\n \n\nAll LibreOffice users should upgrade to the latest version:\n \n \n # emerge --sync\n # emerge --ask --oneshot --verbose \">=app-office/libreoffice-4.2.5.2\"\n \n\nAll LibreOffice (binary) users should upgrade to the latest version:\n \n \n # emerge --sync\n # emerge --ask --oneshot --verbose\n \">=app-office/libreoffice-bin-4.2.5.2\"\n \n\nWe recommend that users unmerge OpenOffice:\n \n \n # emerge --unmerge \"app-office/openoffice\"", "modified": "2014-08-31T00:00:00", "published": "2014-08-31T00:00:00", "id": "GLSA-201408-19", "href": "https://security.gentoo.org/glsa/201408-19", "type": "gentoo", "title": "OpenOffice, LibreOffice: Multiple vulnerabilities", "cvss": {"score": 10.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}], "seebug": [{"lastseen": "2017-11-19T17:56:24", "bulletinFamily": "exploit", "description": "BUGTRAQ ID: 53570\r\nCVE ID: CVE-2012-2334\r\n\r\nOpenOffice\u539f\u662fSun\u516c\u53f8\u7684\u4e00\u5957\u5546\u4e1a\u7ea7Office\u8f6f\u4ef6\uff0dStarOffice\uff0c\u7ecf\u8fc7Sun\u516c\u53f8\u516c\u5f00\u7a0b\u5e8f\u7801\u4e4b\u540e\uff0c\u6b63\u5f0f\u547d\u540d\u4e3aOpenOffice\u53d1\u5c55\u8ba1\u5212\u3002\r\n\r\nOpenOffice 3.3\u548c3.4 Beta\u7684filter/source/msfilter msdffimp.cxx\u4ee3\u7801\u53ef\u6cc4\u9732\u67d0\u4e9b\u672a\u68c0\u67e5\u7684\u5185\u5b58\u5206\u914d\uff0c\u53ef\u901a\u8fc7\u7578\u5f62Powerpoint\u56fe\u5f62\u8bb0\u5f55("escher")\u9020\u6210bad_alloc\u5f02\u5e38\uff0c\u53ef\u80fd\u4f1a\u5bfc\u81f4\u62d2\u7edd\u670d\u52a1\n0\nOpenOffice < 3.4\n\u5382\u5546\u8865\u4e01\uff1a\r\n\r\nOpenOffice\r\n----------\r\n\u76ee\u524d\u5382\u5546\u5df2\u7ecf\u53d1\u5e03\u4e86\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u8fd9\u4e2a\u5b89\u5168\u95ee\u9898\uff0c\u8bf7\u5230\u5382\u5546\u7684\u4e3b\u9875\u4e0b\u8f7d\uff1a\r\n\r\nhttp://www.openoffice.org/", "modified": "2012-05-19T00:00:00", "published": "2012-05-19T00:00:00", "href": "https://www.seebug.org/vuldb/ssvid-60135", "id": "SSV:60135", "type": "seebug", "title": "OpenOffice 3.4\u4e4b\u524d\u7248\u672c filter/source/msfilter msdffimp.cxx\u62d2\u7edd\u670d\u52a1\u6f0f\u6d1e", "sourceData": "", "sourceHref": "", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}, {"lastseen": "2017-11-19T17:58:38", "bulletinFamily": "exploit", "description": "BUGTRAQ ID: 49969\r\nCVE ID: CVE-2011-2713\r\n\r\nOpenOffice\u539f\u662fSun\u516c\u53f8\u7684\u4e00\u5957\u5546\u4e1a\u7ea7Office\u8f6f\u4ef6\uff0dStarOffice\uff0c\u7ecf\u8fc7Sun\u516c\u53f8\u516c\u5f00\u7a0b\u5e8f\u7801\u4e4b\u540e\uff0c\u6b63\u5f0f\u547d\u540d\u4e3aOpenOffice\u53d1\u5c55\u8ba1\u5212\u3002\r\n\r\nOpenOffice.org\u7684\u4e8c\u8fdb\u5236.doc\u6587\u4ef6\u683c\u5f0f\u8f93\u5165\u7a0b\u5e8f\u5728\u5b9e\u73b0\u4e0a\u5b58\u5728\u591a\u4e2a\u6f0f\u6d1e\uff0c\u76ee\u524d\u6280\u672f\u7ec6\u8282\u4e0d\u660e\u3002\n\nDebian Linux 6.0 x\r\nOpenOffice OpenOffice < 3.2.1\n\u5382\u5546\u8865\u4e01\uff1a\r\n\r\nOpenOffice\r\n----------\r\n\u76ee\u524d\u5382\u5546\u5df2\u7ecf\u53d1\u5e03\u4e86\u5347\u7ea7\u8865\u4e01\u4ee5\u4fee\u590d\u8fd9\u4e2a\u5b89\u5168\u95ee\u9898\uff0c\u8bf7\u5230\u5382\u5546\u7684\u4e3b\u9875\u4e0b\u8f7d\uff1a\r\n\r\nhttp://www.openoffice.org/", "modified": "2011-10-21T00:00:00", "published": "2011-10-21T00:00:00", "href": "https://www.seebug.org/vuldb/ssvid-23114", "id": "SSV:23114", "title": "OpenOffice Microsoft Word\u6587\u4ef6\u683c\u5f0f\u8f93\u5165\u7a0b\u5e8f\u591a\u4e2a\u5b89\u5168\u6f0f\u6d1e", "type": "seebug", "sourceData": "", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:NONE/A:PARTIAL/"}, "sourceHref": ""}]}