Vulnerabilities > CVE-2018-16858 - Path Traversal vulnerability in Libreoffice

047910
CVSS 7.5 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
low complexity
libreoffice
CWE-22
nessus
exploit available
metasploit

Summary

It was found that libreoffice before versions 6.0.7 and 6.1.3 was vulnerable to a directory traversal attack which could be used to execute arbitrary macros bundled with a document. An attacker could craft a document, which when opened by LibreOffice, would execute a Python method from a script in any arbitrary file system location, specified relative to the LibreOffice install location.

Vulnerable Configurations

Part Description Count
Application
Libreoffice
353

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Relative Path Traversal
    An attacker exploits a weakness in input validation on the target by supplying a specially constructed path utilizing dot and slash characters for the purpose of obtaining access to arbitrary files or resources. An attacker modifies a known path on the target in order to reach material that is not available through intended channels. These attacks normally involve adding additional path separators (/ or \) and/or dots (.), or encodings thereof, in various combinations in order to reach parent directories or entirely separate trees of the target's directory structure.
  • Directory Traversal
    An attacker with access to file system resources, either directly or via application logic, will use various file path specification or navigation mechanisms such as ".." in path strings and absolute paths to extend their range of access to inappropriate areas of the file system. The attacker attempts to either explore the file system for recon purposes or access directories and files that are intended to be restricted from their access. Exploring the file system can be achieved through constructing paths presented to directory listing programs, such as "ls" and 'dir', or through specially crafted programs that attempt to explore the file system. The attacker engaging in this type of activity is searching for information that can be used later in a more exploitive attack. Access to restricted directories or files can be achieved through modification of path references utilized by system applications.
  • 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.
  • Using Slashes and URL Encoding Combined to Bypass Validation Logic
    This attack targets the encoding of the URL combined with the encoding of the slash characters. An attacker can take advantage of the multiple way of encoding an URL and abuse the interpretation of the URL. An URL may contain special character that need special syntax handling in order to be interpreted. Special characters are represented using a percentage character followed by two digits representing the octet code of the original character (%HEX-CODE). For instance US-ASCII space character would be represented with %20. This is often referred as escaped ending or percent-encoding. Since the server decodes the URL from the requests, it may restrict the access to some URL paths by validating and filtering out the URL requests it received. An attacker will try to craft an URL with a sequence of special characters which once interpreted by the server will be equivalent to a forbidden URL. It can be difficult to protect against this attack since the URL can contain other format of encoding such as UTF-8 encoding, Unicode-encoding, etc.
  • Manipulating Input to File System Calls
    An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.

Exploit-Db

fileexploits/multiple/local/46727.rb
idEDB-ID:46727
last seen2019-04-18
modified2019-04-18
platformmultiple
port
published2019-04-18
reporterExploit-DB
sourcehttps://www.exploit-db.com/download/46727
titleLibreOffice < 6.0.7 / 6.1.3 - Macro Code Execution (Metasploit)
typelocal

Metasploit

descriptionLibreOffice comes bundled with sample macros written in Python and allows the ability to bind program events to them. A macro can be tied to a program event by including the script that contains the macro and the function name to be executed. Additionally, a directory traversal vulnerability exists in the component that references the Python script to be executed. This allows a program event to execute functions from Python scripts relative to the path of the samples macros folder. The pydoc.py script included with LibreOffice contains the tempfilepager function that passes arguments to os.system, allowing RCE. This module generates an ODT file with a mouse over event that when triggered, will execute arbitrary code.
idMSF:EXPLOIT/MULTI/FILEFORMAT/LIBREOFFICE_MACRO_EXEC
last seen2020-06-12
modified2019-04-17
published2019-04-05
references
reporterRapid7
sourcehttps://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/multi/fileformat/libreoffice_macro_exec.rb
titleLibreOffice Macro Code Execution

Nessus

  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-1448-1.NASL
    descriptionThis update for libreoffice and libraries fixes the following issues : LibreOffice was updated to 6.2.3.2 (fate#327121 bsc#1128845 bsc#1123455), bringing lots of bug and stability fixes. Additional bugfixes : If there is no firebird engine we still need java to run hsqldb (bsc#1135189) PPTX: Rectangle turns from green to blue and loses transparency when transparency is set (bsc#1135228) Slide deck compression doesn
    last seen2020-06-01
    modified2020-06-02
    plugin id125798
    published2019-06-10
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125798
    titleSUSE SLED12 Security Update : LibreOffice (SUSE-SU-2019:1448-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from SUSE update advisory SUSE-SU-2019:1448-1.
    # The text itself is copyright (C) SUSE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(125798);
      script_version("1.3");
      script_cvs_date("Date: 2019/09/10 13:51:51");
    
      script_cve_id("CVE-2018-16858");
    
      script_name(english:"SUSE SLED12 Security Update : LibreOffice (SUSE-SU-2019:1448-1)");
      script_summary(english:"Checks rpm output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote SUSE host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "This update for libreoffice and libraries fixes the following issues :
    
    LibreOffice was updated to 6.2.3.2 (fate#327121 bsc#1128845
    bsc#1123455), bringing lots of bug and stability fixes.
    
    Additional bugfixes :
    
    If there is no firebird engine we still need java to run hsqldb
    (bsc#1135189)
    
    PPTX: Rectangle turns from green to blue and loses transparency when
    transparency is set (bsc#1135228)
    
    Slide deck compression doesn't, hmm, compress too much (bsc#1127760)
    
    Psychedelic graphics in LibreOffice (but not PowerPoint) (bsc#1124869)
    
    Image from PPTX shown in a square, not a circle (bsc#1121874)
    
    libixion was updated to 0.14.1: Updated for new orcus
    
    liborcus was updated to 0.14.1: Boost 1.67 support
    
    Various cell handling issues fixed
    
    libwps was updated to 0.4.10: QuattroPro: add parser of .qwp files
    
    all: support complex encoding
    
    mdds was updated to 1.4.3: Api change to 1.4
    
    More multivector opreations and tweaks
    
    Various multi vector fixes
    
    flat_segment_tree: add segment iterator and functions
    
    fix to handle out-of-range insertions on flat_segment_tree
    
    Another api version -> rename to mdds-1_2
    
    myspell-dictionaries was updated to 20190423: Serbian dictionary
    updated
    
    Update af_ZA hunspell
    
    Update Spanish dictionary
    
    Update Slovenian dictionary
    
    Update Breton dictionary
    
    Update Galician dictionary
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the SUSE security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1089811"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1116451"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1121874"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1123131"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1123455"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1124062"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1124869"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1127760"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1127857"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1128845"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1135189"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1135228"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2018-16858/"
      );
      # https://www.suse.com/support/update/announcement/2019/suse-su-20191448-1/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?8bbeb6ff"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "To install this SUSE Security Update use the SUSE recommended
    installation methods like YaST online_update or 'zypper patch'.
    
    Alternatively you can run the command listed for your product :
    
    SUSE Linux Enterprise Workstation Extension 12-SP4:zypper in -t patch
    SUSE-SLE-WE-12-SP4-2019-1448=1
    
    SUSE Linux Enterprise Workstation Extension 12-SP3:zypper in -t patch
    SUSE-SLE-WE-12-SP3-2019-1448=1
    
    SUSE Linux Enterprise Software Development Kit 12-SP4:zypper in -t
    patch SUSE-SLE-SDK-12-SP4-2019-1448=1
    
    SUSE Linux Enterprise Software Development Kit 12-SP3:zypper in -t
    patch SUSE-SLE-SDK-12-SP3-2019-1448=1
    
    SUSE Linux Enterprise Desktop 12-SP4:zypper in -t patch
    SUSE-SLE-DESKTOP-12-SP4-2019-1448=1
    
    SUSE Linux Enterprise Desktop 12-SP3:zypper in -t patch
    SUSE-SLE-DESKTOP-12-SP3-2019-1448=1"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
      script_set_attribute(attribute:"metasploit_name", value:'LibreOffice Macro Code Execution');
      script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libixion-0_14");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libixion-0_14-0-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libixion-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:liborcus-0_14");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:liborcus-0_14-0-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:liborcus-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-base");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-base-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-base-drivers-postgresql");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-base-drivers-postgresql-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-calc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-calc-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-calc-extensions");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-draw");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-draw-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-filters-optional");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-gnome");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-gnome-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-gtk2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-gtk2-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-impress");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-impress-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-mailmerge");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-math");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-math-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-officebean");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-officebean-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-pyuno");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-pyuno-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-writer");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-writer-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libreoffice-writer-extensions");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwps-0_4");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwps-0_4-4-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwps-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:myspell-dictionaries");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:myspell-lightproof-en");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:myspell-lightproof-hu_HU");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:myspell-lightproof-pt_BR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:myspell-lightproof-ru_RU");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:12");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/03/25");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/06/07");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/06/10");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/SuSE/release");
    if (isnull(release) || release !~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "SUSE");
    os_ver = pregmatch(pattern: "^(SLE(S|D)\d+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "SUSE");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(SLED12)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE SLED12", "SUSE " + os_ver);
    
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^i[3-6]86$" && "x86_64" >!< cpu && "s390x" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "SUSE " + os_ver, cpu);
    if (cpu >!< "x86_64") audit(AUDIT_ARCH_NOT, "x86_64", cpu);
    
    
    sp = get_kb_item("Host/SuSE/patchlevel");
    if (isnull(sp)) sp = "0";
    if (os_ver == "SLED12" && (! preg(pattern:"^(3|4)$", string:sp))) audit(AUDIT_OS_NOT, "SLED12 SP3/4", os_ver + " SP" + sp);
    
    
    flag = 0;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libixion-0_14-0-0.14.1-13.9.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libixion-0_14-0-debuginfo-0.14.1-13.9.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libixion-debugsource-0.14.1-13.9.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"liborcus-0_14-0-0.14.1-10.12.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"liborcus-0_14-0-debuginfo-0.14.1-10.12.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"liborcus-debugsource-0.14.1-10.12.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-base-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-base-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-base-drivers-postgresql-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-base-drivers-postgresql-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-calc-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-calc-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-calc-extensions-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-debugsource-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-draw-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-draw-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-filters-optional-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-gnome-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-gnome-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-gtk2-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-gtk2-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-impress-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-impress-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-mailmerge-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-math-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-math-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-officebean-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-officebean-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-pyuno-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-pyuno-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-writer-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-writer-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libreoffice-writer-extensions-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libwps-0_4-4-0.4.10-10.13.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libwps-0_4-4-debuginfo-0.4.10-10.13.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libwps-debugsource-0.4.10-10.13.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"myspell-dictionaries-20190423-16.18.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"myspell-lightproof-en-20190423-16.18.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"myspell-lightproof-hu_HU-20190423-16.18.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"myspell-lightproof-pt_BR-20190423-16.18.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"myspell-lightproof-ru_RU-20190423-16.18.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libixion-0_14-0-0.14.1-13.9.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libixion-0_14-0-debuginfo-0.14.1-13.9.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libixion-debugsource-0.14.1-13.9.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"liborcus-0_14-0-0.14.1-10.12.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"liborcus-0_14-0-debuginfo-0.14.1-10.12.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"liborcus-debugsource-0.14.1-10.12.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-base-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-base-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-base-drivers-postgresql-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-base-drivers-postgresql-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-calc-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-calc-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-calc-extensions-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-debugsource-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-draw-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-draw-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-filters-optional-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-gnome-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-gnome-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-gtk2-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-gtk2-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-impress-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-impress-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-mailmerge-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-math-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-math-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-officebean-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-officebean-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-pyuno-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-pyuno-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-writer-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-writer-debuginfo-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libreoffice-writer-extensions-6.2.3.2-43.49.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libwps-0_4-4-0.4.10-10.13.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libwps-0_4-4-debuginfo-0.4.10-10.13.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"libwps-debugsource-0.4.10-10.13.2")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"myspell-dictionaries-20190423-16.18.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"myspell-lightproof-en-20190423-16.18.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"myspell-lightproof-hu_HU-20190423-16.18.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"myspell-lightproof-pt_BR-20190423-16.18.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"3", cpu:"x86_64", reference:"myspell-lightproof-ru_RU-20190423-16.18.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "LibreOffice");
    }
    
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2019-1929.NASL
    descriptionThis update for libreoffice and libraries fixes the following issues : LibreOffice was updated to 6.2.5.2 (fate#327121 bsc#1128845 bsc#1123455), bringing lots of bug and stability fixes. Additional bugfixes : - If there is no firebird engine we still need java to run hsqldb (bsc#1135189) - PPTX: Rectangle turns from green to blue and loses transparency when transparency is set (bsc#1135228) - Slide deck compression doesn
    last seen2020-06-01
    modified2020-06-02
    plugin id128014
    published2019-08-20
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/128014
    titleopenSUSE Security Update : LibreOffice (openSUSE-2019-1929)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from openSUSE Security Update openSUSE-2019-1929.
    #
    # The text description of this plugin is (C) SUSE LLC.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(128014);
      script_version("1.2");
      script_cvs_date("Date: 2019/09/24 11:01:33");
    
      script_cve_id("CVE-2018-16858");
    
      script_name(english:"openSUSE Security Update : LibreOffice (openSUSE-2019-1929)");
      script_summary(english:"Check for the openSUSE-2019-1929 patch");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote openSUSE host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "This update for libreoffice and libraries fixes the following issues :
    
    LibreOffice was updated to 6.2.5.2 (fate#327121 bsc#1128845
    bsc#1123455), bringing lots of bug and stability fixes.
    
    Additional bugfixes :
    
      - If there is no firebird engine we still need java to run
        hsqldb (bsc#1135189)
    
      - PPTX: Rectangle turns from green to blue and loses
        transparency when transparency is set (bsc#1135228)
    
      - Slide deck compression doesn't, hmm, compress too much
        (bsc#1127760)
    
      - Psychedelic graphics in LibreOffice (but not PowerPoint)
        (bsc#1124869)
    
      - Image from PPTX shown in a square, not a circle
        (bsc#1121874)
    
    libixion was updated to 0.14.1 :
    
      - Updated for new orcus
    
    liborcus was updated to 0.14.1 :
    
      - Boost 1.67 support
    
      - Various cell handling issues fixed
    
    libwps was updated to 0.4.10 :
    
      - QuattroPro: add parser of .qwp files
    
      - all: support complex encoding
    
    mdds was updated to 1.4.3 :
    
      - Api change to 1.4
    
      - More multivector operations and tweaks
    
      - Various multi vector fixes
    
      - flat_segment_tree: add segment iterator and functions
    
      - fix to handle out-of-range insertions on
        flat_segment_tree
    
      - Another api version -> rename to mdds-1_2
    
    myspell-dictionaries was updated to 20190423 :
    
      - Serbian dictionary updated
    
      - Update af_ZA hunspell
    
      - Update Spanish dictionary
    
      - Update Slovenian dictionary
    
      - Update Breton dictionary
    
      - Update Galician dictionary
    
    This update was imported from the SUSE:SLE-15:Update update project."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1089811"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1116451"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1121874"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1123131"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1123455"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1124062"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1124869"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1127760"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1127857"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1128845"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1135189"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1135228"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://features.opensuse.org/327121"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected LibreOffice packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
      script_set_attribute(attribute:"metasploit_name", value:'LibreOffice Macro Code Execution');
      script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libixion-0_14-0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libixion-0_14-0-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libixion-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libixion-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libixion-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libixion-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libixion-tools-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:liborcus-0_14-0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:liborcus-0_14-0-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:liborcus-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:liborcus-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:liborcus-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:liborcus-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:liborcus-tools-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-base");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-base-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-firebird");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-firebird-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-postgresql");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-base-drivers-postgresql-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-branding-upstream");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-calc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-calc-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-calc-extensions");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-draw");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-draw-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-filters-optional");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-gdb-pretty-printers");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-glade");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-gnome");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-gnome-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-gtk2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-gtk2-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-gtk3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-gtk3-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-icon-themes");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-impress");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-impress-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-af");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-am");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ar");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-as");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ast");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-be");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-bg");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-bn");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-bn_IN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-bo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-br");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-brx");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-bs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ca");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ca_valencia");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-cs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-cy");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-da");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-de");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-dgo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-dsb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-dz");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-el");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-en");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-en_GB");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-en_ZA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-eo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-es");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-et");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-eu");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-fa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-fi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-fr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-fy");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ga");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-gd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-gl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-gu");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-gug");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-he");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-hi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-hr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-hsb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-hu");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-id");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-is");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-it");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ja");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ka");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-kab");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-kk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-km");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-kmr_Latn");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-kn");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ko");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-kok");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ks");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-lb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-lo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-lt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-lv");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-mai");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-mk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ml");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-mn");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-mni");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-mr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-my");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-nb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ne");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-nl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-nn");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-nr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-nso");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-oc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-om");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-or");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-pa");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-pl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-pt_BR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-pt_PT");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ro");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ru");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-rw");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sa_IN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sat");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-si");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sid");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sq");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ss");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-st");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sv");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-sw_TZ");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ta");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-te");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-tg");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-th");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-tn");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-tr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ts");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-tt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ug");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-uk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-uz");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-ve");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-vec");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-vi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-xh");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-zh_CN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-zh_TW");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-l10n-zu");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-mailmerge");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-math");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-math-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-officebean");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-officebean-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-pyuno");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-pyuno-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-qt5");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-qt5-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-sdk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-sdk-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-writer");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-writer-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreoffice-writer-extensions");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreofficekit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libreofficekit-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwps-0_4-4");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwps-0_4-4-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwps-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwps-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwps-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwps-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwps-tools-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mdds-1_4-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-af_NA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-af_ZA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-an");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-an_ES");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_AE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_BH");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_DZ");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_EG");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_IQ");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_JO");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_KW");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_LB");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_LY");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_MA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_OM");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_QA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_SA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_SD");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_SY");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_TN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ar_YE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-be_BY");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-bg_BG");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-bn_BD");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-bn_IN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-bo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-bo_CN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-bo_IN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-br_FR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-bs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-bs_BA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ca");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ca_AD");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ca_ES");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ca_ES_valencia");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ca_FR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ca_IT");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-cs_CZ");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-da_DK");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-de");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-de_AT");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-de_CH");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-de_DE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-dictionaries");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-el_GR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_AU");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_BS");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_BZ");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_CA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_GB");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_GH");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_IE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_IN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_JM");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_MW");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_NA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_NZ");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_PH");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_TT");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_US");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_ZA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-en_ZW");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_AR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_BO");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_CL");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_CO");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_CR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_CU");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_DO");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_EC");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_ES");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_GT");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_HN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_MX");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_NI");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_PA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_PE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_PR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_PY");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_SV");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_UY");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-es_VE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-et_EE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-fr_BE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-fr_CA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-fr_CH");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-fr_FR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-fr_LU");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-fr_MC");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-gd_GB");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-gl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-gl_ES");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-gu_IN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-gug");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-gug_PY");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-he_IL");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-hi_IN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-hr_HR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-hu_HU");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-id");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-id_ID");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-is");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-is_IS");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-it_IT");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-kmr_Latn");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-kmr_Latn_SY");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-kmr_Latn_TR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-lightproof-en");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-lightproof-hu_HU");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-lightproof-pt_BR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-lightproof-ru_RU");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-lo_LA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-lt_LT");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-lv_LV");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-nb_NO");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ne_NP");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-nl_BE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-nl_NL");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-nn_NO");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-no");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-oc_FR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-pl_PL");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-pt_AO");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-pt_BR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-pt_PT");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ro");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ro_RO");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-ru_RU");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-si_LK");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sk_SK");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sl_SI");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sq_AL");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sr_CS");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sr_Latn_CS");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sr_Latn_RS");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sr_RS");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sv_FI");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sv_SE");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-sw_TZ");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-te");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-te_IN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-th_TH");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-tr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-tr_TR");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-uk_UA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-vi");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-vi_VN");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:myspell-zu_ZA");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:python3-libixion");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:python3-libixion-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:python3-liborcus");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:python3-liborcus-debuginfo");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:15.0");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:15.1");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/03/25");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/08/18");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/08/20");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/SuSE/release");
    if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE");
    if (release !~ "^(SUSE15\.0|SUSE15\.1)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "15.0 / 15.1", release);
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    ourarch = get_kb_item("Host/cpu");
    if (!ourarch) audit(AUDIT_UNKNOWN_ARCH);
    if (ourarch !~ "^(i586|i686|x86_64)$") audit(AUDIT_ARCH_NOT, "i586 / i686 / x86_64", ourarch);
    
    flag = 0;
    
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-branding-upstream-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-gdb-pretty-printers-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-glade-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-icon-themes-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-af-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-am-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ar-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-as-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ast-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-be-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-bg-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-bn-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-bn_IN-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-bo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-br-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-brx-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-bs-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ca-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ca_valencia-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-cs-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-cy-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-da-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-de-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-dgo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-dsb-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-dz-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-el-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-en-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-en_GB-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-en_ZA-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-eo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-es-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-et-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-eu-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-fa-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-fi-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-fr-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-fy-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ga-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-gd-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-gl-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-gu-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-gug-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-he-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-hi-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-hr-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-hsb-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-hu-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-id-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-is-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-it-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ja-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ka-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-kab-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-kk-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-km-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-kmr_Latn-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-kn-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ko-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-kok-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ks-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-lb-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-lo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-lt-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-lv-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-mai-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-mk-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ml-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-mn-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-mni-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-mr-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-my-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-nb-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ne-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-nl-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-nn-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-nr-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-nso-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-oc-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-om-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-or-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-pa-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-pl-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-pt_BR-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-pt_PT-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ro-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ru-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-rw-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sa_IN-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sat-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sd-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-si-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sid-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sk-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sl-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sq-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sr-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ss-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-st-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sv-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-sw_TZ-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ta-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-te-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-tg-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-th-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-tn-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-tr-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ts-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-tt-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ug-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-uk-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-uz-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-ve-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-vec-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-vi-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-xh-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-zh_CN-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-zh_TW-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"libreoffice-l10n-zu-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"mdds-1_4-devel-1.4.3-lp150.2.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-af_NA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-af_ZA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-an-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-an_ES-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_AE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_BH-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_DZ-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_EG-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_IQ-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_JO-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_KW-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_LB-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_LY-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_MA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_OM-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_QA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_SA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_SD-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_SY-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_TN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ar_YE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-be_BY-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-bg_BG-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-bn_BD-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-bn_IN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-bo-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-bo_CN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-bo_IN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-br_FR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-bs-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-bs_BA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ca-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ca_AD-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ca_ES-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ca_ES_valencia-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ca_FR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ca_IT-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-cs_CZ-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-da_DK-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-de-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-de_AT-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-de_CH-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-de_DE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-dictionaries-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-el_GR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_AU-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_BS-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_BZ-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_CA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_GB-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_GH-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_IE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_IN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_JM-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_MW-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_NA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_NZ-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_PH-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_TT-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_US-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_ZA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-en_ZW-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_AR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_BO-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_CL-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_CO-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_CR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_CU-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_DO-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_EC-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_ES-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_GT-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_HN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_MX-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_NI-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_PA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_PE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_PR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_PY-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_SV-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_UY-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-es_VE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-et_EE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-fr_BE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-fr_CA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-fr_CH-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-fr_FR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-fr_LU-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-fr_MC-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-gd_GB-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-gl-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-gl_ES-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-gu_IN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-gug-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-gug_PY-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-he_IL-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-hi_IN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-hr_HR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-hu_HU-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-id-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-id_ID-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-is-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-is_IS-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-it_IT-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-kmr_Latn-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-kmr_Latn_SY-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-kmr_Latn_TR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-lightproof-en-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-lightproof-hu_HU-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-lightproof-pt_BR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-lightproof-ru_RU-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-lo_LA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-lt_LT-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-lv_LV-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-nb_NO-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ne_NP-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-nl_BE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-nl_NL-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-nn_NO-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-no-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-oc_FR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-pl_PL-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-pt_AO-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-pt_BR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-pt_PT-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ro-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ro_RO-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-ru_RU-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-si_LK-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sk_SK-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sl_SI-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sq_AL-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sr-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sr_CS-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sr_Latn_CS-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sr_Latn_RS-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sr_RS-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sv_FI-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sv_SE-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-sw_TZ-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-te-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-te_IN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-th_TH-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-tr-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-tr_TR-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-uk_UA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-vi-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-vi_VN-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", reference:"myspell-zu_ZA-20190423-lp150.2.10.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libixion-0_14-0-0.14.1-lp150.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libixion-0_14-0-debuginfo-0.14.1-lp150.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libixion-debuginfo-0.14.1-lp150.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libixion-debugsource-0.14.1-lp150.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libixion-devel-0.14.1-lp150.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libixion-tools-0.14.1-lp150.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libixion-tools-debuginfo-0.14.1-lp150.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"liborcus-0_14-0-0.14.1-lp150.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"liborcus-0_14-0-debuginfo-0.14.1-lp150.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"liborcus-debuginfo-0.14.1-lp150.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"liborcus-debugsource-0.14.1-lp150.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"liborcus-devel-0.14.1-lp150.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"liborcus-tools-0.14.1-lp150.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"liborcus-tools-debuginfo-0.14.1-lp150.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-base-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-base-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-base-drivers-firebird-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-base-drivers-firebird-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-base-drivers-postgresql-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-base-drivers-postgresql-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-calc-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-calc-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-calc-extensions-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-debugsource-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-draw-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-draw-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-filters-optional-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-gnome-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-gnome-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-gtk2-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-gtk2-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-gtk3-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-gtk3-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-impress-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-impress-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-mailmerge-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-math-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-math-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-officebean-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-officebean-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-pyuno-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-pyuno-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-qt5-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-qt5-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-sdk-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-sdk-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-writer-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-writer-debuginfo-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreoffice-writer-extensions-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreofficekit-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libreofficekit-devel-6.2.5.2-lp150.2.13.3") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libwps-0_4-4-0.4.10-lp150.7.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libwps-0_4-4-debuginfo-0.4.10-lp150.7.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libwps-debuginfo-0.4.10-lp150.7.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libwps-debugsource-0.4.10-lp150.7.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libwps-devel-0.4.10-lp150.7.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libwps-tools-0.4.10-lp150.7.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"libwps-tools-debuginfo-0.4.10-lp150.7.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"python3-libixion-0.14.1-lp150.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"python3-libixion-debuginfo-0.14.1-lp150.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"python3-liborcus-0.14.1-lp150.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.0", cpu:"x86_64", reference:"python3-liborcus-debuginfo-0.14.1-lp150.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-branding-upstream-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-gdb-pretty-printers-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-glade-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-icon-themes-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-af-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-am-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ar-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-as-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ast-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-be-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-bg-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-bn-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-bn_IN-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-bo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-br-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-brx-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-bs-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ca-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ca_valencia-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-cs-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-cy-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-da-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-de-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-dgo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-dsb-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-dz-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-el-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-en-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-en_GB-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-en_ZA-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-eo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-es-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-et-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-eu-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-fa-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-fi-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-fr-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-fy-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ga-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-gd-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-gl-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-gu-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-gug-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-he-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-hi-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-hr-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-hsb-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-hu-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-id-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-is-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-it-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ja-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ka-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-kab-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-kk-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-km-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-kmr_Latn-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-kn-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ko-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-kok-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ks-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-lb-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-lo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-lt-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-lv-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-mai-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-mk-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ml-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-mn-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-mni-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-mr-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-my-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-nb-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ne-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-nl-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-nn-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-nr-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-nso-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-oc-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-om-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-or-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-pa-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-pl-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-pt_BR-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-pt_PT-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ro-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ru-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-rw-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sa_IN-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sat-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sd-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-si-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sid-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sk-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sl-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sq-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sr-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ss-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-st-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sv-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-sw_TZ-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ta-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-te-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-tg-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-th-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-tn-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-tr-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ts-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-tt-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ug-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-uk-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-uz-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-ve-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-vec-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-vi-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-xh-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-zh_CN-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-zh_TW-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libreoffice-l10n-zu-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mdds-1_4-devel-1.4.3-lp151.2.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-af_NA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-af_ZA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-an-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-an_ES-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_AE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_BH-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_DZ-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_EG-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_IQ-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_JO-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_KW-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_LB-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_LY-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_MA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_OM-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_QA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_SA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_SD-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_SY-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_TN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ar_YE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-be_BY-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-bg_BG-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-bn_BD-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-bn_IN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-bo-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-bo_CN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-bo_IN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-br_FR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-bs-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-bs_BA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ca-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ca_AD-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ca_ES-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ca_ES_valencia-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ca_FR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ca_IT-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-cs_CZ-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-da_DK-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-de-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-de_AT-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-de_CH-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-de_DE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-dictionaries-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-el_GR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_AU-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_BS-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_BZ-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_CA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_GB-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_GH-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_IE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_IN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_JM-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_MW-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_NA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_NZ-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_PH-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_TT-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_US-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_ZA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-en_ZW-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_AR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_BO-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_CL-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_CO-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_CR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_CU-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_DO-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_EC-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_ES-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_GT-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_HN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_MX-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_NI-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_PA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_PE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_PR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_PY-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_SV-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_UY-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-es_VE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-et_EE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-fr_BE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-fr_CA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-fr_CH-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-fr_FR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-fr_LU-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-fr_MC-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-gd_GB-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-gl-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-gl_ES-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-gu_IN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-gug-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-gug_PY-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-he_IL-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-hi_IN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-hr_HR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-hu_HU-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-id-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-id_ID-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-is-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-is_IS-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-it_IT-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-kmr_Latn-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-kmr_Latn_SY-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-kmr_Latn_TR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-lightproof-en-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-lightproof-hu_HU-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-lightproof-pt_BR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-lightproof-ru_RU-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-lo_LA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-lt_LT-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-lv_LV-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-nb_NO-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ne_NP-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-nl_BE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-nl_NL-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-nn_NO-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-no-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-oc_FR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-pl_PL-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-pt_AO-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-pt_BR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-pt_PT-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ro-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ro_RO-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-ru_RU-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-si_LK-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sk_SK-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sl_SI-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sq_AL-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sr-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sr_CS-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sr_Latn_CS-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sr_Latn_RS-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sr_RS-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sv_FI-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sv_SE-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-sw_TZ-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-te-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-te_IN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-th_TH-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-tr-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-tr_TR-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-uk_UA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-vi-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-vi_VN-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"myspell-zu_ZA-20190423-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libixion-0_14-0-0.14.1-lp151.4.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libixion-0_14-0-debuginfo-0.14.1-lp151.4.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libixion-debuginfo-0.14.1-lp151.4.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libixion-debugsource-0.14.1-lp151.4.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libixion-devel-0.14.1-lp151.4.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libixion-tools-0.14.1-lp151.4.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libixion-tools-debuginfo-0.14.1-lp151.4.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"liborcus-0_14-0-0.14.1-lp151.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"liborcus-0_14-0-debuginfo-0.14.1-lp151.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"liborcus-debuginfo-0.14.1-lp151.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"liborcus-debugsource-0.14.1-lp151.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"liborcus-devel-0.14.1-lp151.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"liborcus-tools-0.14.1-lp151.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"liborcus-tools-debuginfo-0.14.1-lp151.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-base-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-base-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-base-drivers-firebird-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-base-drivers-firebird-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-base-drivers-postgresql-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-base-drivers-postgresql-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-calc-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-calc-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-calc-extensions-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-debugsource-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-draw-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-draw-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-filters-optional-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-gnome-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-gnome-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-gtk2-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-gtk2-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-gtk3-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-gtk3-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-impress-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-impress-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-mailmerge-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-math-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-math-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-officebean-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-officebean-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-pyuno-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-pyuno-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-qt5-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-qt5-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-sdk-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-sdk-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-writer-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-writer-debuginfo-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreoffice-writer-extensions-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreofficekit-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libreofficekit-devel-6.2.5.2-lp151.3.3.4") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libwps-0_4-4-0.4.10-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libwps-0_4-4-debuginfo-0.4.10-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libwps-debuginfo-0.4.10-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libwps-debugsource-0.4.10-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libwps-devel-0.4.10-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libwps-tools-0.4.10-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libwps-tools-debuginfo-0.4.10-lp151.2.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"python3-libixion-0.14.1-lp151.4.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"python3-libixion-debuginfo-0.14.1-lp151.4.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"python3-liborcus-0.14.1-lp151.3.3.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"python3-liborcus-debuginfo-0.14.1-lp151.3.3.1") ) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libixion-0_14-0 / libixion-0_14-0-debuginfo / libixion-debuginfo / etc");
    }
    
  • NASL familyMacOS X Local Security Checks
    NASL idMACOS_LIBREOFFICE_6132.NASL
    descriptionThe version of LibreOffice installed on the remote macOS host is 6.1.x prior to 6.1.3.2. It is, therefore, affected by an an arbitrary code execution vulnerability as a result of a path traversal vulnerability allowing the ability to run any local python script, in addition to being able to pass user defined parameters to default python modules and functions included with libreoffice. Note that Nessus has not tested for these issues but has instead relied only on the application
    last seen2020-06-01
    modified2020-06-02
    plugin id121543
    published2019-02-01
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/121543
    titleLibreOffice 6.1.x < 6.1.3.2 Arbitrary Code Execution (macOS)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-2003-1.NASL
    descriptionThis update for libreoffice fixes the following issues : LibreOffice was updated to 6.2.5.2 (fate#327121). Security issue fixed : CVE-2018-16858: LibreOffice was vulnerable to a directory traversal attack which could be used to execute arbitrary macros bundled with a document. An attacker could craft a document, which when opened by LibreOffice, would execute a Python method from a script in any arbitrary file system location, specified relative to the LibreOffice install location. (bsc#1124062) Other bugfixes: If there is no firebird engine we still need java to run hsqldb (bsc#1135189) Require firebird as default driver for base if enabled PPTX: Rectangle turns from green to blue and loses transparency when transparency is set (bsc1135228) Slide deck compression doesn
    last seen2020-06-01
    modified2020-06-02
    plugin id127746
    published2019-08-12
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/127746
    titleSUSE SLED15 / SLES15 Security Update : libreoffice (SUSE-SU-2019:2003-1)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DLA-1669.NASL
    descriptionAlex Infuehr discovered a directory traversal vulnerability which could result in the execution of Python script code when opening a malformed document. For Debian 8
    last seen2020-06-01
    modified2020-06-02
    plugin id122067
    published2019-02-11
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/122067
    titleDebian DLA-1669-1 : libreoffice security update
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2019-CF9DDF9FFF.NASL
    descriptionCVE-2018-16858 Directory traversal flaw in script execution Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. 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 id122041
    published2019-02-08
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/122041
    titleFedora 28 : 1:libreoffice (2019-cf9ddf9fff)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2019-2130.NASL
    descriptionAn update for libreoffice is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link (s) in the References section. LibreOffice is an open source, community-developed office productivity suite. It includes key desktop applications, such as a word processor, a spreadsheet, a presentation manager, a formula editor, and a drawing program. LibreOffice replaces OpenOffice and provides a similar but enhanced and extended office suite. Security Fix(es) : * libreoffice: Arbitrary python functions in arbitrary modules on the filesystem can be executed without warning (CVE-2018-16858) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Additional Changes : For detailed information on changes in this release, see the Red Hat Enterprise Linux 7.7 Release Notes linked from the References section.
    last seen2020-06-01
    modified2020-06-02
    plugin id128358
    published2019-08-30
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/128358
    titleCentOS 7 : libreoffice (CESA-2019:2130)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-1894-1.NASL
    descriptionThis update for libreoffice and libraries fixes the following issues : LibreOffice was updated to 6.2.5.2 (fate#327121 bsc#1128845 bsc#1123455), bringing lots of bug and stability fixes. Additional bugfixes : If there is no firebird engine we still need java to run hsqldb (bsc#1135189) PPTX: Rectangle turns from green to blue and loses transparency when transparency is set (bsc#1135228) Slide deck compression doesn
    last seen2020-06-01
    modified2020-06-02
    plugin id126813
    published2019-07-19
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126813
    titleSUSE SLED15 / SLES15 Security Update : LibreOffice (SUSE-SU-2019:1894-1)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-2130.NASL
    descriptionAn update for libreoffice is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Low. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link (s) in the References section. LibreOffice is an open source, community-developed office productivity suite. It includes key desktop applications, such as a word processor, a spreadsheet, a presentation manager, a formula editor, and a drawing program. LibreOffice replaces OpenOffice and provides a similar but enhanced and extended office suite. Security Fix(es) : * libreoffice: Arbitrary python functions in arbitrary modules on the filesystem can be executed without warning (CVE-2018-16858) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Additional Changes : For detailed information on changes in this release, see the Red Hat Enterprise Linux 7.7 Release Notes linked from the References section.
    last seen2020-06-01
    modified2020-06-02
    plugin id127678
    published2019-08-12
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/127678
    titleRHEL 7 : libreoffice (RHSA-2019:2130)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2019-1976.NASL
    descriptionAccording to the versions of the libreoffice packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - libreoffice: Arbitrary python functions in arbitrary modules on the filesystem can be executed without warning (CVE-2018-16858) - LibreOffice has a feature where documents can specify that pre-installed scripts can be executed on various document events such as mouse-over, etc. LibreOffice is typically also bundled with LibreLogo, a programmable turtle vector graphics script, which can be manipulated into executing arbitrary python commands. By using the document event feature to trigger LibreLogo to execute python contained within a document a malicious document could be constructed which would execute arbitrary python commands silently without warning. In the fixed versions, LibreLogo cannot be called from a document event handler. This issue affects: Document Foundation LibreOffice versions prior to 6.2.5.(CVE-2019-9848) - LibreOffice is typically bundled with LibreLogo, a programmable turtle vector graphics script, which can execute arbitrary python commands contained with the document it is launched from. LibreOffice also has a feature where documents can specify that pre-installed scripts can be executed on various document script events such as mouse-over, etc. Protection was added, to address CVE-2019-9848, to block calling LibreLogo from script event handers. However an insufficient url validation vulnerability in LibreOffice allowed malicious to bypass that protection and again trigger calling LibreLogo from script event handlers. This issue affects: Document Foundation LibreOffice versions prior to 6.2.6.(CVE-2019-9850) - LibreOffice is typically bundled with LibreLogo, a programmable turtle vector graphics script, which can execute arbitrary python commands contained with the document it is launched from. Protection was added, to address CVE-2019-9848, to block calling LibreLogo from document event script handers, e.g. mouse over. However LibreOffice also has a separate feature where documents can specify that pre-installed scripts can be executed on various global script events such as document-open, etc. In the fixed versions, global script event handlers are validated equivalently to document script event handlers. This issue affects: Document Foundation LibreOffice versions prior to 6.2.6.(CVE-2019-9851) - LibreOffice has a feature where documents can specify that pre-installed macros can be executed on various script events such as mouse-over, document-open etc. Access is intended to be restricted to scripts under the share/Scripts/python, user/Scripts/python sub-directories of the LibreOffice install. Protection was added, to address CVE-2018-16858, to avoid a directory traversal attack where scripts in arbitrary locations on the file system could be executed. However this new protection could be bypassed by a URL encoding attack. In the fixed versions, the parsed url describing the script location is correctly encoded before further processing. This issue affects: Document Foundation LibreOffice versions prior to 6.2.6.(CVE-2019-9852) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-08
    modified2019-09-23
    plugin id129133
    published2019-09-23
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/129133
    titleEulerOS 2.0 SP5 : libreoffice (EulerOS-SA-2019-1976)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-4381.NASL
    descriptionAlex Infuehr discovered a directory traversal vulnerability which could result in the execution of Python script code when opening a malformed document.
    last seen2020-06-01
    modified2020-06-02
    plugin id121559
    published2019-02-04
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/121559
    titleDebian DSA-4381-1 : libreoffice - security update
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2019-2082.NASL
    descriptionAccording to the versions of the libreoffice packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - libreoffice: Arbitrary python functions in arbitrary modules on the filesystem can be executed without warning (CVE-2018-16858) - LibreOffice has a feature where documents can specify that pre-installed scripts can be executed on various document events such as mouse-over, etc. LibreOffice is typically also bundled with LibreLogo, a programmable turtle vector graphics script, which can be manipulated into executing arbitrary python commands. By using the document event feature to trigger LibreLogo to execute python contained within a document a malicious document could be constructed which would execute arbitrary python commands silently without warning. In the fixed versions, LibreLogo cannot be called from a document event handler. This issue affects: Document Foundation LibreOffice versions prior to 6.2.5.(CVE-2019-9848) - LibreOffice is typically bundled with LibreLogo, a programmable turtle vector graphics script, which can execute arbitrary python commands contained with the document it is launched from. LibreOffice also has a feature where documents can specify that pre-installed scripts can be executed on various document script events such as mouse-over, etc. Protection was added, to address CVE-2019-9848, to block calling LibreLogo from script event handers. However an insufficient url validation vulnerability in LibreOffice allowed malicious to bypass that protection and again trigger calling LibreLogo from script event handlers. This issue affects: Document Foundation LibreOffice versions prior to 6.2.6.(CVE-2019-9850) - LibreOffice is typically bundled with LibreLogo, a programmable turtle vector graphics script, which can execute arbitrary python commands contained with the document it is launched from. Protection was added, to address CVE-2019-9848, to block calling LibreLogo from document event script handers, e.g. mouse over. However LibreOffice also has a separate feature where documents can specify that pre-installed scripts can be executed on various global script events such as document-open, etc. In the fixed versions, global script event handlers are validated equivalently to document script event handlers. This issue affects: Document Foundation LibreOffice versions prior to 6.2.6.(CVE-2019-9851) - LibreOffice has a feature where documents can specify that pre-installed macros can be executed on various script events such as mouse-over, document-open etc. Access is intended to be restricted to scripts under the share/Scripts/python, user/Scripts/python sub-directories of the LibreOffice install. Protection was added, to address CVE-2018-16858, to avoid a directory traversal attack where scripts in arbitrary locations on the file system could be executed. However this new protection could be bypassed by a URL encoding attack. In the fixed versions, the parsed url describing the script location is correctly encoded before further processing. This issue affects: Document Foundation LibreOffice versions prior to 6.2.6.(CVE-2019-9852) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-03
    modified2019-09-30
    plugin id129441
    published2019-09-30
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/129441
    titleEulerOS 2.0 SP8 : libreoffice (EulerOS-SA-2019-2082)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-3883-1.NASL
    descriptionIt was discovered that LibreOffice incorrectly handled certain document files. If a user were tricked into opening a specially crafted document, a remote attacker could cause LibreOffice to crash, and possibly execute arbitrary code. (CVE-2018-10119, CVE-2018-10120, CVE-2018-11790) It was discovered that LibreOffice incorrectly handled embedded SMB connections in document files. If a user were tricked in to opening a specially crafted document, a remote attacker could possibly exploit this to obtain sensitive information. (CVE-2018-10583) Alex Infuhr discovered that LibreOffice incorrectly handled embedded scripts in document files. If a user were tricked into opening a specially crafted document, a remote attacker could possibly execute arbitrary code. (CVE-2018-16858). 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 id121640
    published2019-02-07
    reporterUbuntu Security Notice (C) 2019 Canonical, Inc. / NASL script (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/121640
    titleUbuntu 14.04 LTS / 16.04 LTS : libreoffice vulnerabilities (USN-3883-1)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DLA-1947.NASL
    descriptionSeveral vulnerabilities were discovered in LibreOffice, the office productivity suite. CVE-2019-9848 Nils Emmerich discovered that malicious documents could execute arbitrary Python code via LibreLogo. CVE-2019-9849 Matei Badanoiu discovered that the stealth mode did not apply to bullet graphics. CVE-2019-9850 It was discovered that the protections implemented in CVE-2019-9848 could be bypassed because of insufficient URL validation. CVE-2019-9851 Gabriel Masei discovered that malicious documents could execute arbitrary pre-installed scripts. CVE-2019-9852 Nils Emmerich discovered that the protection implemented to address CVE-2018-16858 could be bypassed by a URL encoding attack. CVE-2019-9853 Nils Emmerich discovered that malicious documents could bypass document security settings to execute macros contained within the document. CVE-2019-9854 It was discovered that the protection implemented to address CVE-2019-9852 could be bypassed because of insufficient input sanitization. For Debian 8
    last seen2020-06-01
    modified2020-06-02
    plugin id129595
    published2019-10-07
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/129595
    titleDebian DLA-1947-1 : libreoffice security update
  • NASL familyWindows
    NASL idLIBREOFFICE_6132.NASL
    descriptionThe version of LibreOffice installed on the remote Windows host is 6.1.x prior to 6.1.3.2. It is, therefore, affected by an an arbitrary code execution vulnerability as a result of a path traversal vulnerability allowing the ability to run any local python script, in addition to being able to pass user defined parameters to default python modules and functions included with libreoffice. Note that Nessus has not tested for these issues but has instead relied only on the application
    last seen2020-06-01
    modified2020-06-02
    plugin id121544
    published2019-02-01
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/121544
    titleLibreOffice 6.1.x < 6.1.3.2 Arbitrary Code Execution
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-4501.NASL
    descriptionIt was discovered that the code fixes to address CVE-2018-16858 and CVE-2019-9848 were not complete.
    last seen2020-06-01
    modified2020-06-02
    plugin id127928
    published2019-08-20
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/127928
    titleDebian DSA-4501-1 : libreoffice - security update
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20190806_LIBREOFFICE_ON_SL7_X.NASL
    descriptionSecurity Fix(es) : - libreoffice: Arbitrary python functions in arbitrary modules on the filesystem can be executed without warning (CVE-2018-16858)
    last seen2020-03-18
    modified2019-08-27
    plugin id128233
    published2019-08-27
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/128233
    titleScientific Linux Security Update : libreoffice on SL7.x x86_64 (20190806)

Packetstorm

Redhat

advisories
bugzilla
id1649841
titleCVE-2018-16858 libreoffice: Arbitrary python functions in arbitrary modules on the filesystem can be executed without warning
oval
OR
  • commentRed Hat Enterprise Linux must be installed
    ovaloval:com.redhat.rhba:tst:20070304026
  • AND
    • commentRed Hat Enterprise Linux 7 is installed
      ovaloval:com.redhat.rhba:tst:20150364027
    • OR
      • AND
        • commentlibreoffice-officebean-common is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130001
        • commentlibreoffice-officebean-common is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054362
      • AND
        • commentlibreoffice-help-sv is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130003
        • commentlibreoffice-help-sv is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054330
      • AND
        • commentlibreoffice-help-fi is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130005
        • commentlibreoffice-help-fi is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054348
      • AND
        • commentlibreoffice-help-nb is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130007
        • commentlibreoffice-help-nb is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054356
      • AND
        • commentlibreoffice-help-eu is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130009
        • commentlibreoffice-help-eu is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054270
      • AND
        • commentlibreoffice-sdk-doc is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130011
        • commentlibreoffice-sdk-doc is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197334
      • AND
        • commentlibreoffice-help-it is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130013
        • commentlibreoffice-help-it is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054210
      • AND
        • commentlibreoffice-help-es is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130015
        • commentlibreoffice-help-es is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054320
      • AND
        • commentlibreoffice-help-hu is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130017
        • commentlibreoffice-help-hu is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054168
      • AND
        • commentlibreoffice-help-hr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130019
        • commentlibreoffice-help-hr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054272
      • AND
        • commentlibreoffice-help-el is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130021
        • commentlibreoffice-help-el is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054344
      • AND
        • commentlibreoffice-help-gl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130023
        • commentlibreoffice-help-gl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054340
      • AND
        • commentlibreoffice-help-nl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130025
        • commentlibreoffice-help-nl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054282
      • AND
        • commentlibreoffice is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130027
        • commentlibreoffice is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197342
      • AND
        • commentlibreoffice-bsh is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130029
        • commentlibreoffice-bsh is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197344
      • AND
        • commentlibreoffice-help-gu is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130031
        • commentlibreoffice-help-gu is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054290
      • AND
        • commentlibreoffice-help-fr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130033
        • commentlibreoffice-help-fr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054264
      • AND
        • commentlibreoffice-help-hi is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130035
        • commentlibreoffice-help-hi is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054276
      • AND
        • commentlibreoffice-help-ca is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130037
        • commentlibreoffice-help-ca is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054154
      • AND
        • commentlibreoffice-officebean is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130039
        • commentlibreoffice-officebean is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197318
      • AND
        • commentlibreoffice-help-cs is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130041
        • commentlibreoffice-help-cs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054162
      • AND
        • commentlibreoffice-help-bg is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130043
        • commentlibreoffice-help-bg is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054240
      • AND
        • commentlibreoffice-help-nn is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130045
        • commentlibreoffice-help-nn is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054188
      • AND
        • commentlibreoffice-help-ru is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130047
        • commentlibreoffice-help-ru is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054338
      • AND
        • commentlibreoffice-help-ko is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130049
        • commentlibreoffice-help-ko is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054326
      • AND
        • commentlibreoffice-help-de is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130051
        • commentlibreoffice-help-de is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054222
      • AND
        • commentlibreoffice-help-pl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130053
        • commentlibreoffice-help-pl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054138
      • AND
        • commentlibreoffice-help-tr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130055
        • commentlibreoffice-help-tr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054342
      • AND
        • commentlibreoffice-help-pt-PT is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130057
        • commentlibreoffice-help-pt-PT is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054130
      • AND
        • commentlibreoffice-help-da is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130059
        • commentlibreoffice-help-da is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054300
      • AND
        • commentlibreoffice-help-ja is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130061
        • commentlibreoffice-help-ja is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054182
      • AND
        • commentlibreoffice-help-ta is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130063
        • commentlibreoffice-help-ta is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054252
      • AND
        • commentlibreoffice-help-id is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130065
        • commentlibreoffice-help-id is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054206
      • AND
        • commentlibreoffice-help-sl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130067
        • commentlibreoffice-help-sl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054124
      • AND
        • commentlibreoffice-help-et is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130069
        • commentlibreoffice-help-et is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054230
      • AND
        • commentlibreoffice-help-zh-Hans is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130071
        • commentlibreoffice-help-zh-Hans is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054268
      • AND
        • commentlibreoffice-help-ro is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130073
        • commentlibreoffice-help-ro is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054336
      • AND
        • commentlibreoffice-help-pt-BR is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130075
        • commentlibreoffice-help-pt-BR is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054246
      • AND
        • commentlibreoffice-nlpsolver is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130077
        • commentlibreoffice-nlpsolver is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197336
      • AND
        • commentlibreoffice-help-lv is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130079
        • commentlibreoffice-help-lv is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054208
      • AND
        • commentlibreoffice-gdb-debug-support is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130081
        • commentlibreoffice-gdb-debug-support is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197320
      • AND
        • commentlibreoffice-sdk is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130083
        • commentlibreoffice-sdk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197328
      • AND
        • commentlibreoffice-help-he is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130085
        • commentlibreoffice-help-he is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054266
      • AND
        • commentlibreoffice-help-lt is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130087
        • commentlibreoffice-help-lt is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054294
      • AND
        • commentlibreoffice-help-zh-Hant is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130089
        • commentlibreoffice-help-zh-Hant is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054262
      • AND
        • commentlibreoffice-help-sk is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130091
        • commentlibreoffice-help-sk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054358
      • AND
        • commentlibreoffice-help-uk is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130093
        • commentlibreoffice-help-uk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054346
      • AND
        • commentlibreoffice-help-ar is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130095
        • commentlibreoffice-help-ar is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054304
      • AND
        • commentlibreoffice-help-bn is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130097
        • commentlibreoffice-help-bn is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054360
      • AND
        • commentlibreofficekit-devel is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130099
        • commentlibreofficekit-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20171975258
      • AND
        • commentlibreoffice-help-dz is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130101
        • commentlibreoffice-help-dz is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054204
      • AND
        • commentlibreoffice-librelogo is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130103
        • commentlibreoffice-librelogo is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197326
      • AND
        • commentlibreoffice-rhino is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130105
        • commentlibreoffice-rhino is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197324
      • AND
        • commentlibreoffice-help-si is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130107
        • commentlibreoffice-help-si is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054352
      • AND
        • commentlibreoffice-glade is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130109
        • commentlibreoffice-glade is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197322
      • AND
        • commentlibreoffice-postgresql is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130111
        • commentlibreoffice-postgresql is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197332
      • AND
        • commentautocorr-nl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130113
        • commentautocorr-nl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197102
      • AND
        • commentautocorr-ca is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130115
        • commentautocorr-ca is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197352
      • AND
        • commentautocorr-hu is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130117
        • commentautocorr-hu is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197136
      • AND
        • commentautocorr-lb is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130119
        • commentautocorr-lb is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197098
      • AND
        • commentlibreoffice-opensymbol-fonts is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130121
        • commentlibreoffice-opensymbol-fonts is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197128
      • AND
        • commentautocorr-pt is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130123
        • commentautocorr-pt is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197132
      • AND
        • commentautocorr-mn is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130125
        • commentautocorr-mn is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197114
      • AND
        • commentautocorr-ga is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130127
        • commentautocorr-ga is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197146
      • AND
        • commentautocorr-cs is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130129
        • commentautocorr-cs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197142
      • AND
        • commentautocorr-sl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130131
        • commentautocorr-sl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197152
      • AND
        • commentautocorr-zh is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130133
        • commentautocorr-zh is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197150
      • AND
        • commentautocorr-hr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130135
        • commentautocorr-hr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197134
      • AND
        • commentautocorr-de is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130137
        • commentautocorr-de is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197124
      • AND
        • commentautocorr-vi is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130139
        • commentautocorr-vi is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197346
      • AND
        • commentautocorr-ro is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130141
        • commentautocorr-ro is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197118
      • AND
        • commentautocorr-sr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130143
        • commentautocorr-sr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197100
      • AND
        • commentautocorr-bg is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130145
        • commentautocorr-bg is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197112
      • AND
        • commentautocorr-ja is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130147
        • commentautocorr-ja is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197138
      • AND
        • commentautocorr-lt is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130149
        • commentautocorr-lt is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197116
      • AND
        • commentautocorr-af is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130151
        • commentautocorr-af is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197144
      • AND
        • commentautocorr-ko is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130153
        • commentautocorr-ko is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197104
      • AND
        • commentautocorr-ru is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130155
        • commentautocorr-ru is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197348
      • AND
        • commentautocorr-fa is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130157
        • commentautocorr-fa is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197120
      • AND
        • commentautocorr-it is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130159
        • commentautocorr-it is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197350
      • AND
        • commentautocorr-da is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130161
        • commentautocorr-da is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197148
      • AND
        • commentautocorr-is is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130163
        • commentautocorr-is is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197122
      • AND
        • commentautocorr-en is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130165
        • commentautocorr-en is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197354
      • AND
        • commentautocorr-es is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130167
        • commentautocorr-es is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197130
      • AND
        • commentautocorr-fi is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130169
        • commentautocorr-fi is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197140
      • AND
        • commentlibreoffice-ure-common is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130171
        • commentlibreoffice-ure-common is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054070
      • AND
        • commentlibreoffice-data is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130173
        • commentlibreoffice-data is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054078
      • AND
        • commentautocorr-tr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130175
        • commentautocorr-tr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197356
      • AND
        • commentautocorr-sk is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130177
        • commentautocorr-sk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197126
      • AND
        • commentautocorr-sv is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130179
        • commentautocorr-sv is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197108
      • AND
        • commentautocorr-fr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130181
        • commentautocorr-fr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197106
      • AND
        • commentautocorr-pl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130183
        • commentautocorr-pl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197110
      • AND
        • commentlibreoffice-filters is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130185
        • commentlibreoffice-filters is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197338
      • AND
        • commentlibreoffice-langpack-kn is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130187
        • commentlibreoffice-langpack-kn is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197180
      • AND
        • commentlibreoffice-langpack-ve is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130189
        • commentlibreoffice-langpack-ve is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197244
      • AND
        • commentlibreoffice-emailmerge is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130191
        • commentlibreoffice-emailmerge is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197262
      • AND
        • commentlibreoffice-langpack-he is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130193
        • commentlibreoffice-langpack-he is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197162
      • AND
        • commentlibreoffice-ogltrans is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130195
        • commentlibreoffice-ogltrans is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197236
      • AND
        • commentlibreoffice-langpack-st is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130197
        • commentlibreoffice-langpack-st is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197222
      • AND
        • commentlibreoffice-langpack-cy is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130199
        • commentlibreoffice-langpack-cy is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197186
      • AND
        • commentlibreoffice-langpack-fi is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130201
        • commentlibreoffice-langpack-fi is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197218
      • AND
        • commentlibreoffice-langpack-ar is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130203
        • commentlibreoffice-langpack-ar is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197182
      • AND
        • commentlibreoffice-langpack-ca is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130205
        • commentlibreoffice-langpack-ca is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197198
      • AND
        • commentlibreoffice-langpack-hr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130207
        • commentlibreoffice-langpack-hr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197226
      • AND
        • commentlibreoffice-langpack-sl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130209
        • commentlibreoffice-langpack-sl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197228
      • AND
        • commentlibreoffice-langpack-gu is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130211
        • commentlibreoffice-langpack-gu is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197212
      • AND
        • commentlibreoffice-langpack-ru is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130213
        • commentlibreoffice-langpack-ru is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197230
      • AND
        • commentlibreoffice-langpack-mr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130215
        • commentlibreoffice-langpack-mr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197168
      • AND
        • commentlibreoffice-langpack-cs is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130217
        • commentlibreoffice-langpack-cs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197272
      • AND
        • commentlibreoffice-x11 is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130219
        • commentlibreoffice-x11 is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054196
      • AND
        • commentlibreoffice-draw is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130221
        • commentlibreoffice-draw is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197300
      • AND
        • commentlibreoffice-langpack-nso is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130223
        • commentlibreoffice-langpack-nso is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197248
      • AND
        • commentlibreoffice-langpack-de is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130225
        • commentlibreoffice-langpack-de is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197178
      • AND
        • commentlibreoffice-langpack-bn is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130227
        • commentlibreoffice-langpack-bn is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197172
      • AND
        • commentlibreoffice-langpack-ts is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130229
        • commentlibreoffice-langpack-ts is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197286
      • AND
        • commentlibreoffice-langpack-af is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130231
        • commentlibreoffice-langpack-af is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197164
      • AND
        • commentlibreoffice-impress is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130233
        • commentlibreoffice-impress is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197160
      • AND
        • commentlibreoffice-base is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130235
        • commentlibreoffice-base is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197200
      • AND
        • commentlibreoffice-pyuno is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130237
        • commentlibreoffice-pyuno is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197266
      • AND
        • commentlibreoffice-langpack-nr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130239
        • commentlibreoffice-langpack-nr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197214
      • AND
        • commentlibreoffice-langpack-xh is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130241
        • commentlibreoffice-langpack-xh is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197154
      • AND
        • commentlibreoffice-langpack-or is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130243
        • commentlibreoffice-langpack-or is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197224
      • AND
        • commentlibreoffice-langpack-lt is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130245
        • commentlibreoffice-langpack-lt is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197268
      • AND
        • commentlibreoffice-langpack-eu is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130247
        • commentlibreoffice-langpack-eu is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197208
      • AND
        • commentlibreoffice-langpack-bg is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130249
        • commentlibreoffice-langpack-bg is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197282
      • AND
        • commentlibreoffice-langpack-id is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130251
        • commentlibreoffice-langpack-id is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054128
      • AND
        • commentlibreoffice-langpack-dz is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130253
        • commentlibreoffice-langpack-dz is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197250
      • AND
        • commentlibreoffice-math is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130255
        • commentlibreoffice-math is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197206
      • AND
        • commentlibreoffice-langpack-uk is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130257
        • commentlibreoffice-langpack-uk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197312
      • AND
        • commentlibreoffice-langpack-pt-BR is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130259
        • commentlibreoffice-langpack-pt-BR is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197188
      • AND
        • commentlibreoffice-langpack-lv is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130261
        • commentlibreoffice-langpack-lv is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197264
      • AND
        • commentlibreoffice-graphicfilter is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130263
        • commentlibreoffice-graphicfilter is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197314
      • AND
        • commentlibreoffice-langpack-ro is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130265
        • commentlibreoffice-langpack-ro is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197220
      • AND
        • commentlibreoffice-langpack-sr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130267
        • commentlibreoffice-langpack-sr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197284
      • AND
        • commentlibreoffice-langpack-fa is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130269
        • commentlibreoffice-langpack-fa is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197246
      • AND
        • commentlibreoffice-langpack-en is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130271
        • commentlibreoffice-langpack-en is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197260
      • AND
        • commentlibreoffice-langpack-sk is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130273
        • commentlibreoffice-langpack-sk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197238
      • AND
        • commentlibreoffice-langpack-ta is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130275
        • commentlibreoffice-langpack-ta is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197256
      • AND
        • commentlibreoffice-langpack-ja is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130277
        • commentlibreoffice-langpack-ja is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197258
      • AND
        • commentlibreoffice-langpack-zh-Hans is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130279
        • commentlibreoffice-langpack-zh-Hans is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197304
      • AND
        • commentlibreofficekit is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130281
        • commentlibreofficekit is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20171975012
      • AND
        • commentlibreoffice-langpack-si is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130283
        • commentlibreoffice-langpack-si is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197158
      • AND
        • commentlibreoffice-langpack-fr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130285
        • commentlibreoffice-langpack-fr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197196
      • AND
        • commentlibreoffice-langpack-hi is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130287
        • commentlibreoffice-langpack-hi is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197232
      • AND
        • commentlibreoffice-langpack-es is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130289
        • commentlibreoffice-langpack-es is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197294
      • AND
        • commentlibreoffice-langpack-it is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130291
        • commentlibreoffice-langpack-it is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197192
      • AND
        • commentlibreoffice-langpack-gl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130293
        • commentlibreoffice-langpack-gl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197210
      • AND
        • commentlibreoffice-langpack-hu is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130295
        • commentlibreoffice-langpack-hu is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197308
      • AND
        • commentlibreoffice-ure is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130297
        • commentlibreoffice-ure is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197194
      • AND
        • commentlibreoffice-langpack-el is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130299
        • commentlibreoffice-langpack-el is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197290
      • AND
        • commentlibreoffice-langpack-ml is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130301
        • commentlibreoffice-langpack-ml is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197292
      • AND
        • commentlibreoffice-xsltfilter is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130303
        • commentlibreoffice-xsltfilter is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197330
      • AND
        • commentlibreoffice-langpack-br is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130305
        • commentlibreoffice-langpack-br is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197176
      • AND
        • commentlibreoffice-langpack-as is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130307
        • commentlibreoffice-langpack-as is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197288
      • AND
        • commentlibreoffice-langpack-tr is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130309
        • commentlibreoffice-langpack-tr is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197278
      • AND
        • commentlibreoffice-writer is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130311
        • commentlibreoffice-writer is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197202
      • AND
        • commentlibreoffice-langpack-mai is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130313
        • commentlibreoffice-langpack-mai is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197296
      • AND
        • commentlibreoffice-langpack-nb is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130315
        • commentlibreoffice-langpack-nb is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197174
      • AND
        • commentlibreoffice-langpack-zu is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130317
        • commentlibreoffice-langpack-zu is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197242
      • AND
        • commentlibreoffice-langpack-ga is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130319
        • commentlibreoffice-langpack-ga is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197190
      • AND
        • commentlibreoffice-langpack-sv is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130321
        • commentlibreoffice-langpack-sv is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197216
      • AND
        • commentlibreoffice-gtk3 is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130323
        • commentlibreoffice-gtk3 is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054010
      • AND
        • commentlibreoffice-langpack-ko is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130325
        • commentlibreoffice-langpack-ko is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197184
      • AND
        • commentlibreoffice-langpack-pt-PT is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130327
        • commentlibreoffice-langpack-pt-PT is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197302
      • AND
        • commentlibreoffice-langpack-te is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130329
        • commentlibreoffice-langpack-te is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197276
      • AND
        • commentlibreoffice-langpack-et is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130331
        • commentlibreoffice-langpack-et is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197280
      • AND
        • commentlibreoffice-langpack-pl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130333
        • commentlibreoffice-langpack-pl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197306
      • AND
        • commentlibreoffice-langpack-nl is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130335
        • commentlibreoffice-langpack-nl is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197316
      • AND
        • commentlibreoffice-calc is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130337
        • commentlibreoffice-calc is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197170
      • AND
        • commentlibreoffice-langpack-ss is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130339
        • commentlibreoffice-langpack-ss is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197240
      • AND
        • commentlibreoffice-gtk2 is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130341
        • commentlibreoffice-gtk2 is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20183054236
      • AND
        • commentlibreoffice-langpack-kk is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130343
        • commentlibreoffice-langpack-kk is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197298
      • AND
        • commentlibreoffice-core is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130345
        • commentlibreoffice-core is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197274
      • AND
        • commentlibreoffice-langpack-da is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130347
        • commentlibreoffice-langpack-da is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197166
      • AND
        • commentlibreoffice-langpack-tn is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130349
        • commentlibreoffice-langpack-tn is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197310
      • AND
        • commentlibreoffice-langpack-th is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130351
        • commentlibreoffice-langpack-th is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197254
      • AND
        • commentlibreoffice-pdfimport is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130353
        • commentlibreoffice-pdfimport is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197234
      • AND
        • commentlibreoffice-wiki-publisher is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130355
        • commentlibreoffice-wiki-publisher is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197252
      • AND
        • commentlibreoffice-langpack-nn is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130357
        • commentlibreoffice-langpack-nn is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197204
      • AND
        • commentlibreoffice-langpack-pa is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130359
        • commentlibreoffice-langpack-pa is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197270
      • AND
        • commentlibreoffice-langpack-zh-Hant is earlier than 1:5.3.6.1-21.el7
          ovaloval:com.redhat.rhsa:tst:20192130361
        • commentlibreoffice-langpack-zh-Hant is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20152197156
rhsa
idRHSA-2019:2130
released2019-08-08
severityLow
titleRHSA-2019:2130: libreoffice security and bug fix update (Low)
rpms
  • autocorr-af-1:5.3.6.1-21.el7
  • autocorr-bg-1:5.3.6.1-21.el7
  • autocorr-ca-1:5.3.6.1-21.el7
  • autocorr-cs-1:5.3.6.1-21.el7
  • autocorr-da-1:5.3.6.1-21.el7
  • autocorr-de-1:5.3.6.1-21.el7
  • autocorr-en-1:5.3.6.1-21.el7
  • autocorr-es-1:5.3.6.1-21.el7
  • autocorr-fa-1:5.3.6.1-21.el7
  • autocorr-fi-1:5.3.6.1-21.el7
  • autocorr-fr-1:5.3.6.1-21.el7
  • autocorr-ga-1:5.3.6.1-21.el7
  • autocorr-hr-1:5.3.6.1-21.el7
  • autocorr-hu-1:5.3.6.1-21.el7
  • autocorr-is-1:5.3.6.1-21.el7
  • autocorr-it-1:5.3.6.1-21.el7
  • autocorr-ja-1:5.3.6.1-21.el7
  • autocorr-ko-1:5.3.6.1-21.el7
  • autocorr-lb-1:5.3.6.1-21.el7
  • autocorr-lt-1:5.3.6.1-21.el7
  • autocorr-mn-1:5.3.6.1-21.el7
  • autocorr-nl-1:5.3.6.1-21.el7
  • autocorr-pl-1:5.3.6.1-21.el7
  • autocorr-pt-1:5.3.6.1-21.el7
  • autocorr-ro-1:5.3.6.1-21.el7
  • autocorr-ru-1:5.3.6.1-21.el7
  • autocorr-sk-1:5.3.6.1-21.el7
  • autocorr-sl-1:5.3.6.1-21.el7
  • autocorr-sr-1:5.3.6.1-21.el7
  • autocorr-sv-1:5.3.6.1-21.el7
  • autocorr-tr-1:5.3.6.1-21.el7
  • autocorr-vi-1:5.3.6.1-21.el7
  • autocorr-zh-1:5.3.6.1-21.el7
  • libreoffice-1:5.3.6.1-21.el7
  • libreoffice-base-1:5.3.6.1-21.el7
  • libreoffice-bsh-1:5.3.6.1-21.el7
  • libreoffice-calc-1:5.3.6.1-21.el7
  • libreoffice-core-1:5.3.6.1-21.el7
  • libreoffice-data-1:5.3.6.1-21.el7
  • libreoffice-debuginfo-1:5.3.6.1-21.el7
  • libreoffice-draw-1:5.3.6.1-21.el7
  • libreoffice-emailmerge-1:5.3.6.1-21.el7
  • libreoffice-filters-1:5.3.6.1-21.el7
  • libreoffice-gdb-debug-support-1:5.3.6.1-21.el7
  • libreoffice-glade-1:5.3.6.1-21.el7
  • libreoffice-graphicfilter-1:5.3.6.1-21.el7
  • libreoffice-gtk2-1:5.3.6.1-21.el7
  • libreoffice-gtk3-1:5.3.6.1-21.el7
  • libreoffice-help-ar-1:5.3.6.1-21.el7
  • libreoffice-help-bg-1:5.3.6.1-21.el7
  • libreoffice-help-bn-1:5.3.6.1-21.el7
  • libreoffice-help-ca-1:5.3.6.1-21.el7
  • libreoffice-help-cs-1:5.3.6.1-21.el7
  • libreoffice-help-da-1:5.3.6.1-21.el7
  • libreoffice-help-de-1:5.3.6.1-21.el7
  • libreoffice-help-dz-1:5.3.6.1-21.el7
  • libreoffice-help-el-1:5.3.6.1-21.el7
  • libreoffice-help-es-1:5.3.6.1-21.el7
  • libreoffice-help-et-1:5.3.6.1-21.el7
  • libreoffice-help-eu-1:5.3.6.1-21.el7
  • libreoffice-help-fi-1:5.3.6.1-21.el7
  • libreoffice-help-fr-1:5.3.6.1-21.el7
  • libreoffice-help-gl-1:5.3.6.1-21.el7
  • libreoffice-help-gu-1:5.3.6.1-21.el7
  • libreoffice-help-he-1:5.3.6.1-21.el7
  • libreoffice-help-hi-1:5.3.6.1-21.el7
  • libreoffice-help-hr-1:5.3.6.1-21.el7
  • libreoffice-help-hu-1:5.3.6.1-21.el7
  • libreoffice-help-id-1:5.3.6.1-21.el7
  • libreoffice-help-it-1:5.3.6.1-21.el7
  • libreoffice-help-ja-1:5.3.6.1-21.el7
  • libreoffice-help-ko-1:5.3.6.1-21.el7
  • libreoffice-help-lt-1:5.3.6.1-21.el7
  • libreoffice-help-lv-1:5.3.6.1-21.el7
  • libreoffice-help-nb-1:5.3.6.1-21.el7
  • libreoffice-help-nl-1:5.3.6.1-21.el7
  • libreoffice-help-nn-1:5.3.6.1-21.el7
  • libreoffice-help-pl-1:5.3.6.1-21.el7
  • libreoffice-help-pt-BR-1:5.3.6.1-21.el7
  • libreoffice-help-pt-PT-1:5.3.6.1-21.el7
  • libreoffice-help-ro-1:5.3.6.1-21.el7
  • libreoffice-help-ru-1:5.3.6.1-21.el7
  • libreoffice-help-si-1:5.3.6.1-21.el7
  • libreoffice-help-sk-1:5.3.6.1-21.el7
  • libreoffice-help-sl-1:5.3.6.1-21.el7
  • libreoffice-help-sv-1:5.3.6.1-21.el7
  • libreoffice-help-ta-1:5.3.6.1-21.el7
  • libreoffice-help-tr-1:5.3.6.1-21.el7
  • libreoffice-help-uk-1:5.3.6.1-21.el7
  • libreoffice-help-zh-Hans-1:5.3.6.1-21.el7
  • libreoffice-help-zh-Hant-1:5.3.6.1-21.el7
  • libreoffice-impress-1:5.3.6.1-21.el7
  • libreoffice-langpack-af-1:5.3.6.1-21.el7
  • libreoffice-langpack-ar-1:5.3.6.1-21.el7
  • libreoffice-langpack-as-1:5.3.6.1-21.el7
  • libreoffice-langpack-bg-1:5.3.6.1-21.el7
  • libreoffice-langpack-bn-1:5.3.6.1-21.el7
  • libreoffice-langpack-br-1:5.3.6.1-21.el7
  • libreoffice-langpack-ca-1:5.3.6.1-21.el7
  • libreoffice-langpack-cs-1:5.3.6.1-21.el7
  • libreoffice-langpack-cy-1:5.3.6.1-21.el7
  • libreoffice-langpack-da-1:5.3.6.1-21.el7
  • libreoffice-langpack-de-1:5.3.6.1-21.el7
  • libreoffice-langpack-dz-1:5.3.6.1-21.el7
  • libreoffice-langpack-el-1:5.3.6.1-21.el7
  • libreoffice-langpack-en-1:5.3.6.1-21.el7
  • libreoffice-langpack-es-1:5.3.6.1-21.el7
  • libreoffice-langpack-et-1:5.3.6.1-21.el7
  • libreoffice-langpack-eu-1:5.3.6.1-21.el7
  • libreoffice-langpack-fa-1:5.3.6.1-21.el7
  • libreoffice-langpack-fi-1:5.3.6.1-21.el7
  • libreoffice-langpack-fr-1:5.3.6.1-21.el7
  • libreoffice-langpack-ga-1:5.3.6.1-21.el7
  • libreoffice-langpack-gl-1:5.3.6.1-21.el7
  • libreoffice-langpack-gu-1:5.3.6.1-21.el7
  • libreoffice-langpack-he-1:5.3.6.1-21.el7
  • libreoffice-langpack-hi-1:5.3.6.1-21.el7
  • libreoffice-langpack-hr-1:5.3.6.1-21.el7
  • libreoffice-langpack-hu-1:5.3.6.1-21.el7
  • libreoffice-langpack-id-1:5.3.6.1-21.el7
  • libreoffice-langpack-it-1:5.3.6.1-21.el7
  • libreoffice-langpack-ja-1:5.3.6.1-21.el7
  • libreoffice-langpack-kk-1:5.3.6.1-21.el7
  • libreoffice-langpack-kn-1:5.3.6.1-21.el7
  • libreoffice-langpack-ko-1:5.3.6.1-21.el7
  • libreoffice-langpack-lt-1:5.3.6.1-21.el7
  • libreoffice-langpack-lv-1:5.3.6.1-21.el7
  • libreoffice-langpack-mai-1:5.3.6.1-21.el7
  • libreoffice-langpack-ml-1:5.3.6.1-21.el7
  • libreoffice-langpack-mr-1:5.3.6.1-21.el7
  • libreoffice-langpack-nb-1:5.3.6.1-21.el7
  • libreoffice-langpack-nl-1:5.3.6.1-21.el7
  • libreoffice-langpack-nn-1:5.3.6.1-21.el7
  • libreoffice-langpack-nr-1:5.3.6.1-21.el7
  • libreoffice-langpack-nso-1:5.3.6.1-21.el7
  • libreoffice-langpack-or-1:5.3.6.1-21.el7
  • libreoffice-langpack-pa-1:5.3.6.1-21.el7
  • libreoffice-langpack-pl-1:5.3.6.1-21.el7
  • libreoffice-langpack-pt-BR-1:5.3.6.1-21.el7
  • libreoffice-langpack-pt-PT-1:5.3.6.1-21.el7
  • libreoffice-langpack-ro-1:5.3.6.1-21.el7
  • libreoffice-langpack-ru-1:5.3.6.1-21.el7
  • libreoffice-langpack-si-1:5.3.6.1-21.el7
  • libreoffice-langpack-sk-1:5.3.6.1-21.el7
  • libreoffice-langpack-sl-1:5.3.6.1-21.el7
  • libreoffice-langpack-sr-1:5.3.6.1-21.el7
  • libreoffice-langpack-ss-1:5.3.6.1-21.el7
  • libreoffice-langpack-st-1:5.3.6.1-21.el7
  • libreoffice-langpack-sv-1:5.3.6.1-21.el7
  • libreoffice-langpack-ta-1:5.3.6.1-21.el7
  • libreoffice-langpack-te-1:5.3.6.1-21.el7
  • libreoffice-langpack-th-1:5.3.6.1-21.el7
  • libreoffice-langpack-tn-1:5.3.6.1-21.el7
  • libreoffice-langpack-tr-1:5.3.6.1-21.el7
  • libreoffice-langpack-ts-1:5.3.6.1-21.el7
  • libreoffice-langpack-uk-1:5.3.6.1-21.el7
  • libreoffice-langpack-ve-1:5.3.6.1-21.el7
  • libreoffice-langpack-xh-1:5.3.6.1-21.el7
  • libreoffice-langpack-zh-Hans-1:5.3.6.1-21.el7
  • libreoffice-langpack-zh-Hant-1:5.3.6.1-21.el7
  • libreoffice-langpack-zu-1:5.3.6.1-21.el7
  • libreoffice-librelogo-1:5.3.6.1-21.el7
  • libreoffice-math-1:5.3.6.1-21.el7
  • libreoffice-nlpsolver-1:5.3.6.1-21.el7
  • libreoffice-officebean-1:5.3.6.1-21.el7
  • libreoffice-officebean-common-1:5.3.6.1-21.el7
  • libreoffice-ogltrans-1:5.3.6.1-21.el7
  • libreoffice-opensymbol-fonts-1:5.3.6.1-21.el7
  • libreoffice-pdfimport-1:5.3.6.1-21.el7
  • libreoffice-postgresql-1:5.3.6.1-21.el7
  • libreoffice-pyuno-1:5.3.6.1-21.el7
  • libreoffice-rhino-1:5.3.6.1-21.el7
  • libreoffice-sdk-1:5.3.6.1-21.el7
  • libreoffice-sdk-doc-1:5.3.6.1-21.el7
  • libreoffice-ure-1:5.3.6.1-21.el7
  • libreoffice-ure-common-1:5.3.6.1-21.el7
  • libreoffice-wiki-publisher-1:5.3.6.1-21.el7
  • libreoffice-writer-1:5.3.6.1-21.el7
  • libreoffice-x11-1:5.3.6.1-21.el7
  • libreoffice-xsltfilter-1:5.3.6.1-21.el7
  • libreofficekit-1:5.3.6.1-21.el7
  • libreofficekit-devel-1:5.3.6.1-21.el7

The Hacker News