Vulnerabilities > CVE-2010-0136 - Command Injection vulnerability in multiple products

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN

Summary

OpenOffice.org (OOo) 2.0.4, 2.4.1, and 3.1.1 does not properly enforce Visual Basic for Applications (VBA) macro security settings, which allows remote attackers to run arbitrary macros via a crafted document.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Cause Web Server Misclassification
    An attack of this type exploits a Web server's decision to take action based on filename or file extension. Because different file types are handled by different server processes, misclassification may force the Web server to take unexpected action, or expected actions in an unexpected sequence. This may cause the server to exhaust resources, supply debug or system data to the attacker, or bind an attacker to a remote process. This type of vulnerability has been found in many widely used servers including IIS, Lotus Domino, and Orion. The attacker's job in this case is straightforward, standard communication protocols and methods are used and are generally appended with malicious information at the tail end of an otherwise legitimate request. The attack payload varies, but it could be special characters like a period or simply appending a tag that has a special meaning for operations on the server side like .jsp for a java application server. The essence of this attack is that the attacker deceives the server into executing functionality based on the name of the request, i.e. login.jsp, not the contents.
  • LDAP Injection
    An attacker manipulates or crafts an LDAP query for the purpose of undermining the security of the target. Some applications use user input to create LDAP queries that are processed by an LDAP server. For example, a user might provide their username during authentication and the username might be inserted in an LDAP query during the authentication process. An attacker could use this input to inject additional commands into an LDAP query that could disclose sensitive information. For example, entering a * in the aforementioned query might return information about all users on the system. This attack is very similar to an SQL injection attack in that it manipulates a query to gather additional information or coerce a particular return value.
  • Command Delimiters
    An attack of this type exploits a programs' vulnerabilities that allows an attacker's commands to be concatenated onto a legitimate command with the intent of targeting other resources such as the file system or database. The system that uses a filter or a blacklist input validation, as opposed to whitelist validation is vulnerable to an attacker who predicts delimiters (or combinations of delimiters) not present in the filter or blacklist. As with other injection attacks, the attacker uses the command delimiter payload as an entry point to tunnel through the application and activate additional attacks through SQL queries, shell commands, network scanning, and so on.
  • File System Function Injection, Content Based
    An attack of this type exploits the host's trust in executing remote content including binary files. The files are poisoned with a malicious payload (targeting the file systems accessible by the target software) by the attacker and may be passed through standard channels such as via email, and standard web content like PDF and multimedia files. The attacker exploits known vulnerabilities or handling routines in the target processes. Vulnerabilities of this type have been found in a wide variety of commercial applications from Microsoft Office to Adobe Acrobat and Apple Safari web browser. When the attacker knows the standard handling routines and can identify vulnerabilities and entry points they can be exploited by otherwise seemingly normal content. Once the attack is executed, the attackers' program can access relative directories such as C:\Program Files or other standard system directories to launch further attacks. In a worst case scenario, these programs are combined with other propagation logic and work as a virus.
  • Exploiting Multiple Input Interpretation Layers
    An attacker supplies the target software with input data that contains sequences of special characters designed to bypass input validation logic. This exploit relies on the target making multiples passes over the input data and processing a "layer" of special characters with each pass. In this manner, the attacker can disguise input that would otherwise be rejected as invalid by concealing it with layers of special/escape characters that are stripped off by subsequent processing steps. The goal is to first discover cases where the input validation layer executes before one or more parsing layers. That is, user input may go through the following logic in an application: In such cases, the attacker will need to provide input that will pass through the input validator, but after passing through parser2, will be converted into something that the input validator was supposed to stop.

Nessus

  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-903-1.NASL
    descriptionIt was discovered that the XML HMAC signature system did not correctly check certain lengths. If an attacker sent a truncated HMAC, it could bypass authentication, leading to potential privilege escalation. (CVE-2009-0217) Sebastian Apelt and Frank Reissner discovered that OpenOffice did not correctly import XPM and GIF images. If a user were tricked into opening a specially crafted image, an attacker could execute arbitrary code with user privileges. (CVE-2009-2949, CVE-2009-2950) Nicolas Joly discovered that OpenOffice did not correctly handle certain Word documents. If a user were tricked into opening a specially crafted document, an attacker could execute arbitrary code with user privileges. (CVE-2009-3301, CVE-2009-3302) It was discovered that OpenOffice did not correctly handle certain VBA macros correctly. If a user were tricked into opening a specially crafted document, an attacker could execute arbitrary macro commands, bypassing security controls. (CVE-2010-0136). Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id44912
    published2010-02-25
    reporterUbuntu Security Notice (C) 2010-2019 Canonical, Inc. / NASL script (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/44912
    titleUbuntu 8.04 LTS / 8.10 / 9.04 / 9.10 : openoffice.org vulnerabilities (USN-903-1)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_0_OPENOFFICE_ORG-100211.NASL
    descriptionThis update of OpenOffice_org includes fixes for the following vulnerabilities : - CVE-2009-0217: XML signature weakness - CVE-2009-2949: XPM Import Integer Overflow - CVE-2009-2950: GIF Import Heap Overflow - CVE-2009-3301: MS Word sprmTDefTable Memory Corruption - CVE-2009-3302: MS Word sprmTDefTable Memory Corruption - CVE-2010-0136: In the ooo-build variant of OpenOffice_org VBA Macro support does not honor Macro security settings.
    last seen2020-06-01
    modified2020-06-02
    plugin id45071
    published2010-03-17
    reporterThis script is Copyright (C) 2010-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/45071
    titleopenSUSE Security Update : OpenOffice_org (OpenOffice_org-1979)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-1995.NASL
    descriptionSeveral vulnerabilities have been discovered in the OpenOffice.org office suite. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2010-0136 It was discovered that macro security settings were insufficiently enforced for VBA macros. - CVE-2009-0217 It was discovered that the W3C XML Signature recommendation contains a protocol-level vulnerability related to HMAC output truncation. This also affects the integrated libxmlsec library. - CVE-2009-2949 Sebastian Apelt discovered that an integer overflow in the XPM import code may lead to the execution of arbitrary code. - CVE-2009-2950 Sebastian Apelt and Frank Reissner discovered that a buffer overflow in the GIF import code may lead to the execution of arbitrary code. - CVE-2009-3301/ CVE-2009-3302 Nicolas Joly discovered multiple vulnerabilities in the parser for Word document files, which may lead to the execution of arbitrary code.
    last seen2020-06-01
    modified2020-06-02
    plugin id44859
    published2010-02-24
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/44859
    titleDebian DSA-1995-1 : openoffice.org - several vulnerabilities
  • NASL familySuSE Local Security Checks
    NASL idSUSE_OPENOFFICE_ORG-6883.NASL
    descriptionThis update of OpenOffice_org includes fixes for the following vulnerabilities : - XML signature weakness CVE-2009-2949: XPM Import Integer Overflow CVE-2009-2950: GIF Import Heap Overflow CVE-2009-3301: MS Word sprmTDefTable Memory Corruption CVE-2009-3302: MS Word sprmTDefTable Memory Corruption CVE-2010-0136: In the ooo-build variant of OpenOffice_org VBA Macro support does not honor Macro security settings. (CVE-2009-0217) This also provides the maintenance update to OpenOffice.org-3.2.
    last seen2020-06-01
    modified2020-06-02
    plugin id51684
    published2011-01-27
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/51684
    titleSuSE 10 Security Update : OpenOffice_org (ZYPP Patch Number 6883)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_OPENOFFICE_ORG-6884.NASL
    descriptionThis update of OpenOffice_org includes fixes for the following vulnerabilities : - XML signature weakness CVE-2009-2949: XPM Import Integer Overflow CVE-2009-2950: GIF Import Heap Overflow CVE-2009-3301: MS Word sprmTDefTable Memory Corruption CVE-2009-3302: MS Word sprmTDefTable Memory Corruption CVE-2010-0136: In the ooo-build variant of OpenOffice_org VBA Macro support does not honor Macro security settings. (CVE-2009-0217) This also provides the maintenance update to OpenOffice.org-3.2.
    last seen2020-06-01
    modified2020-06-02
    plugin id51685
    published2011-01-27
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/51685
    titleSuSE 10 Security Update : OpenOffice_org (ZYPP Patch Number 6884)
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2010-221.NASL
    descriptionMultiple vulnerabilities was discovered and corrected in the OpenOffice.org : Integer overflow allows remote attackers to execute arbitrary code via a crafted XPM file that triggers a heap-based buffer overflow (CVE-2009-2949). Heap-based buffer overflow allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted GIF file, related to LZW decompression (CVE-2009-2950). Integer underflow allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted sprmTDefTable table property modifier in a Word document (CVE-2009-3301). boundary error flaw allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted sprmTSetBrc table property modifier in a Word document (CVE-2009-3302). Lack of properly enforcing Visual Basic for Applications (VBA) macro security settings, which allows remote attackers to run arbitrary macros via a crafted document (CVE-2010-0136). User-assisted remote attackers are able to bypass Python macro security restrictions and execute arbitrary Python code via a crafted OpenDocument Text (ODT) file that triggers code execution when the macro directory structure is previewed (CVE-2010-0395). Impress module does not properly handle integer values associated with dictionary property items, which allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted PowerPoint document that triggers a heap-based buffer overflow, related to an integer truncation error (CVE-2010-2935). Integer overflow in the Impress allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via crafted polygons in a PowerPoint document that triggers a heap-based buffer overflow (CVE-2010-2936). Packages for 2009.0 are provided as of the Extended Maintenance Program. Please visit this link to learn more: http://store.mandriva.com/product_info.php?cPath=149&products_id=4 90 This update provides OpenOffice.org packages have been patched to correct these issues and additional dependent packages.
    last seen2020-06-01
    modified2020-06-02
    plugin id50503
    published2010-11-07
    reporterThis script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/50503
    titleMandriva Linux Security Advisory : openoffice.org (MDVSA-2010:221)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_OPENOFFICE_ORG-100225.NASL
    descriptionThis update of OpenOffice_org includes fixes for the following vulnerabilities : - XML signature weakness. (CVE-2009-0217) - XPM Import Integer Overflow. (CVE-2009-2949) - GIF Import Heap Overflow. (CVE-2009-2950) - MS Word sprmTDefTable Memory Corruption. (CVE-2009-3301) - MS Word sprmTDefTable Memory Corruption. (CVE-2009-3302) - In the ooo-build variant of OpenOffice_org VBA Macro support does not honor Macro security settings. (CVE-2010-0136) This also provides the maintenance update to OpenOffice.org-3.2. Details about all upstream changes can be found at http://development.openoffice.org/releases/3.2.0.html
    last seen2020-06-01
    modified2020-06-02
    plugin id51594
    published2011-01-21
    reporterThis script is Copyright (C) 2011-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/51594
    titleSuSE 11 Security Update : OpenOffice_org (SAT Patch Number 2080)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_1_OPENOFFICE_ORG-BASE-DRIVERS-POSTGRESQL-100211.NASL
    descriptionThis update of OpenOffice_org includes fixes for the following vulnerabilities : - CVE-2009-0217: XML signature weakness - CVE-2009-2949: XPM Import Integer Overflow - CVE-2009-2950: GIF Import Heap Overflow - CVE-2009-3301: MS Word sprmTDefTable Memory Corruption - CVE-2009-3302: MS Word sprmTDefTable Memory Corruption - CVE-2010-0136: In the ooo-build variant of OpenOffice_org VBA Macro support does not honor Macro security settings.
    last seen2020-06-01
    modified2020-06-02
    plugin id45073
    published2010-03-17
    reporterThis script is Copyright (C) 2010-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/45073
    titleopenSUSE Security Update : OpenOffice_org-base-drivers-postgresql (OpenOffice_org-base-drivers-postgresql-1981)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_OPENOFFICE_ORG-100226.NASL
    descriptionThis update of OpenOffice_org includes fixes for the following vulnerabilities : - XML signature weakness. (CVE-2009-0217) - XPM Import Integer Overflow. (CVE-2009-2949) - GIF Import Heap Overflow. (CVE-2009-2950) - MS Word sprmTDefTable Memory Corruption. (CVE-2009-3301) - MS Word sprmTDefTable Memory Corruption. (CVE-2009-3302) - In the ooo-build variant of OpenOffice_org VBA Macro support does not honor Macro security settings. (CVE-2010-0136) This also provides the maintenance update to OpenOffice.org-3.2. Details about all upstream changes can be found at http://development.openoffice.org/releases/3.2.0.html
    last seen2020-06-01
    modified2020-06-02
    plugin id45064
    published2010-03-16
    reporterThis script is Copyright (C) 2010-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/45064
    titleSuSE 11 Security Update : OpenOffice_org (SAT Patch Number 2080)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_2_OPENOFFICE_ORG-BASE-DRIVERS-POSTGRESQL-100216.NASL
    descriptionThis update of OpenOffice_org includes fixes for the following vulnerabilities : - CVE-2009-0217: XML signature weakness - CVE-2009-2949: XPM Import Integer Overflow - CVE-2009-2950: GIF Import Heap Overflow - CVE-2009-3301: MS Word sprmTDefTable Memory Corruption - CVE-2009-3302: MS Word sprmTDefTable Memory Corruption - CVE-2010-0136: In the ooo-build variant of OpenOffice_org VBA Macro support does not honor Macro security settings.
    last seen2020-06-01
    modified2020-06-02
    plugin id45075
    published2010-03-17
    reporterThis script is Copyright (C) 2010-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/45075
    titleopenSUSE Security Update : OpenOffice_org-base-drivers-postgresql (OpenOffice_org-base-drivers-postgresql-1980)

Seebug

bulletinFamilyexploit
descriptionBugtraq ID:38245 CVE:CVE-2010-0136 OpenOffice is prone to a remote security-bypass vulnerability. An attacker can exploit this issue to bypass intended restrictions on macro code, which may allow the attacker to obtain sensitive information or launch further attacks. Details on this issue are not available. We will update this BID as more information emerges. Ubuntu Ubuntu Linux 9.10 sparc Ubuntu Ubuntu Linux 9.10 powerpc Ubuntu Ubuntu Linux 9.10 lpia Ubuntu Ubuntu Linux 9.10 i386 Ubuntu Ubuntu Linux 9.10 amd64 Ubuntu Ubuntu Linux 9.04 sparc Ubuntu Ubuntu Linux 9.04 powerpc Ubuntu Ubuntu Linux 9.04 lpia Ubuntu Ubuntu Linux 9.04 i386 Ubuntu Ubuntu Linux 9.04 amd64 Ubuntu Ubuntu Linux 8.10 sparc Ubuntu Ubuntu Linux 8.10 powerpc Ubuntu Ubuntu Linux 8.10 lpia Ubuntu Ubuntu Linux 8.10 i386 Ubuntu Ubuntu Linux 8.10 amd64 Ubuntu Ubuntu Linux 8.04 LTS sparc Ubuntu Ubuntu Linux 8.04 LTS powerpc Ubuntu Ubuntu Linux 8.04 LTS lpia Ubuntu Ubuntu Linux 8.04 LTS i386 Ubuntu Ubuntu Linux 8.04 LTS amd64 SuSE OpenOffice for Windows 0 S.u.S.E. SUSE Linux Enterprise Desktop 10 SP3 S.u.S.E. SUSE Linux Enterprise Desktop 10 SP2 S.u.S.E. SLED 11 S.u.S.E. SLE SDK 10 SP3 S.u.S.E. SLE SDK 10 SP2 S.u.S.E. SLE 11 S.u.S.E. openSUSE 11.2 S.u.S.E. openSUSE 11.1 S.u.S.E. openSUSE 11.0 S.u.S.E. Novell Linux Desktop 9 OpenOffice OpenOffice 3.1.1 OpenOffice OpenOffice 3.1 OpenOffice OpenOffice 2.4.3 OpenOffice OpenOffice 2.4.2 OpenOffice OpenOffice 2.4.1 OpenOffice OpenOffice 2.3.1 OpenOffice OpenOffice 2.3 OpenOffice OpenOffice 2.2.1 OpenOffice OpenOffice 2.2 OpenOffice OpenOffice 2.0.4 OpenOffice OpenOffice 2.0.3 -1 OpenOffice OpenOffice 2.0.3 OpenOffice OpenOffice 2.0.2 OpenOffice OpenOffice 2.0.1 OpenOffice OpenOffice 2.0 Beta OpenOffice OpenOffice 3.2 OpenOffice OpenOffice 2.4 OpenOffice OpenOffice 2.2 OpenOffice OpenOffice 2.1 Debian Linux 5.0 sparc Debian Linux 5.0 s/390 Debian Linux 5.0 powerpc Debian Linux 5.0 mipsel Debian Linux 5.0 mips Debian Linux 5.0 m68k Debian Linux 5.0 ia-64 Debian Linux 5.0 ia-32 Debian Linux 5.0 hppa Debian Linux 5.0 armel Debian Linux 5.0 arm Debian Linux 5.0 amd64 Debian Linux 5.0 alpha Debian Linux 5.0 Debian Linux 4.0 sparc Debian Linux 4.0 s/390 Debian Linux 4.0 powerpc Debian Linux 4.0 mipsel Debian Linux 4.0 mips Debian Linux 4.0 m68k Debian Linux 4.0 ia-64 Debian Linux 4.0 ia-32 Debian Linux 4.0 hppa Debian Linux 4.0 armel Debian Linux 4.0 arm Debian Linux 4.0 amd64 Debian Linux 4.0 alpha Debian Linux 4.0 .u.S.E. openSUSE 11.0 * SuSE OpenOffice_org-devel-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-devel -2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-filters-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-filter s-2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-kde-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-kde-2. 4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-mono-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-mono-2 .4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-draw-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-draw-2 .4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-2.4.0. 14-1.6.ppc.rpm * SuSE OpenOffice_org-icon-themes-prebuilt-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-icon-t hemes-prebuilt-2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-math-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-math-2 .4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-impress-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-impres s-2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-writer-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-write r-2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-pyuno-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-pyuno -2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-base-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-base-2 .4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-mailmerge-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-mai lmerge-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-sdk-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-sdk-2. 4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-calc-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-calc-2 .4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-gnome-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-gnome -2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-sdk-doc-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-sdk-do c-2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-branding-upstream-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-bra nding-upstream-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-base-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-base- 2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-sdk-doc-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-sdk-d oc-2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-impress-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-impre ss-2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-draw-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-draw- 2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-filters-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-filte rs-2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-testtool-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-tes ttool-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-mailmerge-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-mailme rge-2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-math-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-math- 2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-branding-upstream-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-brandi ng-upstream-2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-mono-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-mono- 2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-calc-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-calc- 2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-icon-themes-prebuilt-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-icon- themes-prebuilt-2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-2.4.0 .14-1.6.i586.rpm * SuSE OpenOffice_org-draw-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-dra w-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-writer-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-wri ter-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-kde-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-kde-2 .4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-branding-upstream-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-brand ing-upstream-2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-calc-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-cal c-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-mono-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-mon o-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-impress-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-imp ress-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-pyuno-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-pyu no-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-icon-themes-prebuilt-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-ico n-themes-prebuilt-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-kde-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-kde -2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-base-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-bas e-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-testtool-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-testto ol-2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-mailmerge-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-mailm erge-2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-testtool-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-testt ool-2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-sdk-doc-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-sdk -doc-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-sdk-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-sdk-2 .4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-filters-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-fil ters-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-gnome-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-gno me-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-officebean-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-office bean-2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-officebean-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-off icebean-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-gnome-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-gnome- 2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-pyuno-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-pyuno- 2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-devel-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-devel- 2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-writer-2.4.0.14-1.6.ppc.rpm http://download.opensuse.org/update/11.0/rpm/ppc/OpenOffice_org-writer -2.4.0.14-1.6.ppc.rpm * SuSE OpenOffice_org-devel-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-dev el-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-math-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-mat h-2.4.0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-officebean-2.4.0.14-1.6.i586.rpm http://download.opensuse.org/update/11.0/rpm/i586/OpenOffice_org-offic ebean-2.4.0.14-1.6.i586.rpm * SuSE OpenOffice_org-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-2.4 .0.14-1.6.x86_64.rpm * SuSE OpenOffice_org-sdk-2.4.0.14-1.6.x86_64.rpm http://download.opensuse.org/update/11.0/rpm/x86_64/OpenOffice_org-sdk -2.4.0.14-1.6.x86_64.rpm S.u.S.E. openSUSE 11.1 * SuSE OpenOffice_org-writer-devel-3.0.0.9-2.9.16.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-write r-devel-3.0.0.9-2.9.16.i586.rpm * SuSE OpenOffice_org-libs-extern-3.0.0.9-1.15.19.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-lib s-extern-3.0.0.9-1.15.19.x86_64.rpm * SuSE OpenOffice_org-math-3.0.0.9-2.9.16.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-mat h-3.0.0.9-2.9.16.x86_64.rpm * SuSE OpenOffice_org-writer-devel-3.0.0.9-2.9.16.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-wri ter-devel-3.0.0.9-2.9.16.x86_64.rpm * SuSE OpenOffice_org-libs-gui-3.0.0.9-1.12.22.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-libs-g ui-3.0.0.9-1.12.22.ppc.rpm * SuSE OpenOffice_org-libs-core-devel-3.0.0.9-1.11.23.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-lib s-core-devel-3.0.0.9-1.11.23.x86_64.rpm * SuSE OpenOffice_org-libs-core-l10n-prebuilt-3.0.0.9-1.11.23.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-libs-c ore-l10n-prebuilt-3.0.0.9-1.11.23.ppc.rpm * SuSE OpenOffice_org-mailmerge-3.0.0.9-1.11.23.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-mailme rge-3.0.0.9-1.11.23.ppc.rpm * SuSE OpenOffice_org-libs-extern-l10n-prebuilt-3.0.0.9-1.15.19.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-libs-e xtern-l10n-prebuilt-3.0.0.9-1.15.19.ppc.rpm * SuSE OpenOffice_org-libs-core-devel-3.0.0.9-1.11.23.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-libs-c ore-devel-3.0.0.9-1.11.23.ppc.rpm * SuSE OpenOffice_org-writer-l10n-prebuilt-3.0.0.9-2.9.16.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-wri ter-l10n-prebuilt-3.0.0.9-2.9.16.x86_64.rpm * SuSE OpenOffice_org-writer-l10n-prebuilt-3.0.0.9-2.9.16.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-write r-l10n-prebuilt-3.0.0.9-2.9.16.i586.rpm * SuSE OpenOffice_org-kde-3.0.0.9-1.11.23.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-kde-3 .0.0.9-1.11.23.i586.rpm * SuSE OpenOffice_org-libs-core-l10n-prebuilt-3.0.0.9-1.11.23.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-lib s-core-l10n-prebuilt-3.0.0.9-1.11.23.x86_64.rpm * SuSE OpenOffice_org-kde-3.0.0.9-1.11.23.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-kde -3.0.0.9-1.11.23.x86_64.rpm * SuSE OpenOffice_org-math-3.0.0.9-2.9.16.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-math- 3.0.0.9-2.9.16.i586.rpm * SuSE OpenOffice_org-base-drivers-postgresql-3.0.0.9-1.11.23.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-base-d rivers-postgresql-3.0.0.9-1.11.23.ppc.rpm * SuSE OpenOffice_org-writer-l10n-prebuilt-3.0.0.9-2.9.16.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-writer -l10n-prebuilt-3.0.0.9-2.9.16.ppc.rpm * SuSE OpenOffice_org-libs-gui-3.0.0.9-1.12.22.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-libs- gui-3.0.0.9-1.12.22.i586.rpm * SuSE OpenOffice_org-libs-core-devel-3.0.0.9-1.11.23.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-libs- core-devel-3.0.0.9-1.11.23.i586.rpm * SuSE OpenOffice_org-gnome-3.0.0.9-1.11.23.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-gnome -3.0.0.9-1.11.23.i586.rpm * SuSE OpenOffice_org-libs-core-l10n-prebuilt-3.0.0.9-1.11.23.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-libs- core-l10n-prebuilt-3.0.0.9-1.11.23.i586.rpm * SuSE OpenOffice_org-writer-3.0.0.9-2.9.16.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-wri ter-3.0.0.9-2.9.16.x86_64.rpm * SuSE OpenOffice_org-math-3.0.0.9-2.9.16.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-math-3 .0.0.9-2.9.16.ppc.rpm * SuSE OpenOffice_org-kde-3.0.0.9-1.11.23.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-kde-3. 0.0.9-1.11.23.ppc.rpm * SuSE OpenOffice_org-writer-3.0.0.9-2.9.16.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-write r-3.0.0.9-2.9.16.i586.rpm * SuSE OpenOffice_org-libs-gui-3.0.0.9-1.12.22.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-lib s-gui-3.0.0.9-1.12.22.x86_64.rpm * SuSE OpenOffice_org-writer-devel-3.0.0.9-2.9.16.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-writer -devel-3.0.0.9-2.9.16.ppc.rpm * SuSE OpenOffice_org-base-drivers-postgresql-3.0.0.9-1.11.23.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-base- drivers-postgresql-3.0.0.9-1.11.23.i586.rpm * SuSE OpenOffice_org-gnome-3.0.0.9-1.11.23.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-gno me-3.0.0.9-1.11.23.x86_64.rpm * SuSE OpenOffice_org-base-drivers-postgresql-3.0.0.9-1.11.23.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-bas e-drivers-postgresql-3.0.0.9-1.11.23.x86_64.rpm * SuSE OpenOffice_org-libs-core-3.0.0.9-1.11.23.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-libs-c ore-3.0.0.9-1.11.23.ppc.rpm * SuSE OpenOffice_org-libs-extern-3.0.0.9-1.15.19.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-libs- extern-3.0.0.9-1.15.19.i586.rpm * SuSE OpenOffice_org-libs-extern-devel-3.0.0.9-1.15.19.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-libs-e xtern-devel-3.0.0.9-1.15.19.ppc.rpm * SuSE OpenOffice_org-libs-extern-3.0.0.9-1.15.19.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-libs-e xtern-3.0.0.9-1.15.19.ppc.rpm * SuSE OpenOffice_org-libs-core-3.0.0.9-1.11.23.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-libs- core-3.0.0.9-1.11.23.i586.rpm * SuSE OpenOffice_org-libs-gui-devel-3.0.0.9-1.12.22.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-lib s-gui-devel-3.0.0.9-1.12.22.x86_64.rpm * SuSE OpenOffice_org-mailmerge-3.0.0.9-1.11.23.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-mai lmerge-3.0.0.9-1.11.23.x86_64.rpm * SuSE OpenOffice_org-mailmerge-3.0.0.9-1.11.23.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-mailm erge-3.0.0.9-1.11.23.i586.rpm * SuSE OpenOffice_org-libs-extern-l10n-prebuilt-3.0.0.9-1.15.19.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-libs- extern-l10n-prebuilt-3.0.0.9-1.15.19.i586.rpm * SuSE OpenOffice_org-libs-gui-devel-3.0.0.9-1.12.22.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-libs- gui-devel-3.0.0.9-1.12.22.i586.rpm * SuSE OpenOffice_org-libs-core-3.0.0.9-1.11.23.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-lib s-core-3.0.0.9-1.11.23.x86_64.rpm * SuSE OpenOffice_org-libs-extern-l10n-prebuilt-3.0.0.9-1.15.19.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-lib s-extern-l10n-prebuilt-3.0.0.9-1.15.19.x86_64.rpm * SuSE OpenOffice_org-libs-gui-l10n-prebuilt-3.0.0.9-1.12.22.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-libs- gui-l10n-prebuilt-3.0.0.9-1.12.22.i586.rpm * SuSE OpenOffice_org-libs-gui-l10n-prebuilt-3.0.0.9-1.12.22.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-lib s-gui-l10n-prebuilt-3.0.0.9-1.12.22.x86_64.rpm * SuSE OpenOffice_org-libs-extern-devel-3.0.0.9-1.15.19.x86_64.rpm http://download.opensuse.org/update/11.1/rpm/x86_64/OpenOffice_org-lib s-extern-devel-3.0.0.9-1.15.19.x86_64.rpm * SuSE OpenOffice_org-libs-extern-devel-3.0.0.9-1.15.19.i586.rpm http://download.opensuse.org/update/11.1/rpm/i586/OpenOffice_org-libs- extern-devel-3.0.0.9-1.15.19.i586.rpm * SuSE OpenOffice_org-libs-gui-l10n-prebuilt-3.0.0.9-1.12.22.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-libs-g ui-l10n-prebuilt-3.0.0.9-1.12.22.ppc.rpm * SuSE OpenOffice_org-writer-3.0.0.9-2.9.16.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-writer -3.0.0.9-2.9.16.ppc.rpm * SuSE OpenOffice_org-libs-gui-devel-3.0.0.9-1.12.22.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-libs-g ui-devel-3.0.0.9-1.12.22.ppc.rpm * SuSE OpenOffice_org-gnome-3.0.0.9-1.11.23.ppc.rpm http://download.opensuse.org/update/11.1/rpm/ppc/OpenOffice_org-gnome- 3.0.0.9-1.11.23.ppc.rpm S.u.S.E. openSUSE 11.2 * SuSE OpenOffice_org-libs-core-devel-3.1.1.4-1.2.2.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-lib s-core-devel-3.1.1.4-1.2.2.x86_64.rpm * SuSE OpenOffice_org-components-3.1.1.4-1.2.3.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-com ponents-3.1.1.4-1.2.3.x86_64.rpm * SuSE OpenOffice_org-libs-extern-l10n-prebuilt-3.1.1.4-1.1.6.1.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-libs- extern-l10n-prebuilt-3.1.1.4-1.1.6.1.i586.rpm * SuSE OpenOffice_org-base-drivers-postgresql-3.1.1.4-1.2.2.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-bas e-drivers-postgresql-3.1.1.4-1.2.2.x86_64.rpm * SuSE OpenOffice_org-libs-core-l10n-prebuilt-3.1.1.4-1.2.2.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-lib s-core-l10n-prebuilt-3.1.1.4-1.2.2.x86_64.rpm * SuSE OpenOffice_org-libs-gui-3.1.1.4-1.1.6.1.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-lib s-gui-3.1.1.4-1.1.6.1.x86_64.rpm * SuSE OpenOffice_org-officebean-3.1.1.4-1.2.3.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-off icebean-3.1.1.4-1.2.3.x86_64.rpm * SuSE OpenOffice_org-kde-3.1.1.4-1.2.2.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-kde -3.1.1.4-1.2.2.x86_64.rpm * SuSE OpenOffice_org-libs-extern-3.1.1.4-1.1.6.1.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-lib s-extern-3.1.1.4-1.1.6.1.x86_64.rpm * SuSE OpenOffice_org-gnome-3.1.1.4-1.2.2.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-gno me-3.1.1.4-1.2.2.x86_64.rpm * SuSE OpenOffice_org-libs-extern-3.1.1.4-1.1.6.1.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-libs- extern-3.1.1.4-1.1.6.1.i586.rpm * SuSE OpenOffice_org-components-devel-3.1.1.4-1.2.3.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-compo nents-devel-3.1.1.4-1.2.3.i586.rpm * SuSE OpenOffice_org-math-3.1.1.4-1.2.3.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-math- 3.1.1.4-1.2.3.i586.rpm * SuSE OpenOffice_org-components-l10n-prebuilt-3.1.1.4-1.2.3.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-compo nents-l10n-prebuilt-3.1.1.4-1.2.3.i586.rpm * SuSE OpenOffice_org-gnome-3.1.1.4-1.2.2.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-gnome -3.1.1.4-1.2.2.i586.rpm * SuSE OpenOffice_org-libs-extern-devel-3.1.1.4-1.1.6.1.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-lib s-extern-devel-3.1.1.4-1.1.6.1.x86_64.rpm * SuSE OpenOffice_org-libs-gui-l10n-prebuilt-3.1.1.4-1.1.6.1.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-libs- gui-l10n-prebuilt-3.1.1.4-1.1.6.1.i586.rpm * SuSE OpenOffice_org-libs-gui-devel-3.1.1.4-1.1.6.1.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-libs- gui-devel-3.1.1.4-1.1.6.1.i586.rpm * SuSE OpenOffice_org-writer-devel-3.1.1.4-1.2.3.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-write r-devel-3.1.1.4-1.2.3.i586.rpm * SuSE OpenOffice_org-libs-extern-l10n-prebuilt-3.1.1.4-1.1.6.1.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-lib s-extern-l10n-prebuilt-3.1.1.4-1.1.6.1.x86_64.rpm * SuSE OpenOffice_org-kde4-3.1.1.4-1.2.2.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-kde4- 3.1.1.4-1.2.2.i586.rpm * SuSE OpenOffice_org-testtool-3.1.1.4-1.2.3.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-testt ool-3.1.1.4-1.2.3.i586.rpm * SuSE OpenOffice_org-writer-l10n-prebuilt-3.1.1.4-1.2.3.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-write r-l10n-prebuilt-3.1.1.4-1.2.3.i586.rpm * SuSE OpenOffice_org-kde-3.1.1.4-1.2.2.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-kde-3 .1.1.4-1.2.2.i586.rpm * SuSE OpenOffice_org-libs-extern-devel-3.1.1.4-1.1.6.1.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-libs- extern-devel-3.1.1.4-1.1.6.1.i586.rpm * SuSE OpenOffice_org-components-3.1.1.4-1.2.3.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-compo nents-3.1.1.4-1.2.3.i586.rpm * SuSE OpenOffice_org-mailmerge-3.1.1.4-1.2.2.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-mailm erge-3.1.1.4-1.2.2.i586.rpm * SuSE OpenOffice_org-libs-gui-devel-3.1.1.4-1.1.6.1.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-lib s-gui-devel-3.1.1.4-1.1.6.1.x86_64.rpm * SuSE OpenOffice_org-components-devel-3.1.1.4-1.2.3.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-com ponents-devel-3.1.1.4-1.2.3.x86_64.rpm * SuSE OpenOffice_org-libs-gui-3.1.1.4-1.1.6.1.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-libs- gui-3.1.1.4-1.1.6.1.i586.rpm * SuSE OpenOffice_org-components-l10n-prebuilt-3.1.1.4-1.2.3.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-com ponents-l10n-prebuilt-3.1.1.4-1.2.3.x86_64.rpm * SuSE OpenOffice_org-libs-gui-l10n-prebuilt-3.1.1.4-1.1.6.1.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-lib s-gui-l10n-prebuilt-3.1.1.4-1.1.6.1.x86_64.rpm * SuSE OpenOffice_org-writer-devel-3.1.1.4-1.2.3.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-wri ter-devel-3.1.1.4-1.2.3.x86_64.rpm * SuSE OpenOffice_org-officebean-3.1.1.4-1.2.3.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-offic ebean-3.1.1.4-1.2.3.i586.rpm * SuSE OpenOffice_org-writer-l10n-prebuilt-3.1.1.4-1.2.3.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-wri ter-l10n-prebuilt-3.1.1.4-1.2.3.x86_64.rpm * SuSE OpenOffice_org-math-3.1.1.4-1.2.3.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-mat h-3.1.1.4-1.2.3.x86_64.rpm * SuSE OpenOffice_org-writer-3.1.1.4-1.2.3.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-write r-3.1.1.4-1.2.3.i586.rpm * SuSE OpenOffice_org-mailmerge-3.1.1.4-1.2.2.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-mai lmerge-3.1.1.4-1.2.2.x86_64.rpm * SuSE OpenOffice_org-base-drivers-postgresql-3.1.1.4-1.2.2.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-base- drivers-postgresql-3.1.1.4-1.2.2.i586.rpm * SuSE OpenOffice_org-libs-core-l10n-prebuilt-3.1.1.4-1.2.2.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-libs- core-l10n-prebuilt-3.1.1.4-1.2.2.i586.rpm * SuSE OpenOffice_org-libs-core-devel-3.1.1.4-1.2.2.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-libs- core-devel-3.1.1.4-1.2.2.i586.rpm * SuSE OpenOffice_org-libs-core-3.1.1.4-1.2.2.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-lib s-core-3.1.1.4-1.2.2.x86_64.rpm * SuSE OpenOffice_org-writer-3.1.1.4-1.2.3.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-wri ter-3.1.1.4-1.2.3.x86_64.rpm * SuSE OpenOffice_org-libs-core-3.1.1.4-1.2.2.i586.rpm http://download.opensuse.org/update/11.2/rpm/i586/OpenOffice_org-libs- core-3.1.1.4-1.2.2.i586.rpm * SuSE OpenOffice_org-testtool-3.1.1.4-1.2.3.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-tes ttool-3.1.1.4-1.2.3.x86_64.rpm * SuSE OpenOffice_org-kde4-3.1.1.4-1.2.2.x86_64.rpm http://download.opensuse.org/update/11.2/rpm/x86_64/OpenOffice_org-kde 4-3.1.1.4-1.2.2.x86_64.rpm
idSSV:19281
last seen2017-11-19
modified2010-03-17
published2010-03-17
reporterRoot
titleOpenOffice VBA Macro Restrictions Remote Security Bypass Vulnerability

Statements

contributorTomas Hoger
lastmodified2010-03-05
organizationRed Hat
statementNot vulnerable. This issue did not affect the versions of openoffice.org as shipped with Red Hat Enterprise Linux 3, 4, or 5.