Vulnerabilities > CVE-2019-17006 - Insufficient Verification of Data Authenticity vulnerability in multiple products

047910
CVSS 10.0 - CRITICAL
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
network
low complexity
siemens
mozilla
netapp
CWE-345
critical
nessus

Summary

In Network Security Services (NSS) before 3.46, several cryptographic primitives had missing length checks. In cases where the application calling the library did not perform a sanity check on the inputs it could result in a crash due to a buffer overflow.

Vulnerable Configurations

Part Description Count
OS
Siemens
8
Hardware
Siemens
8
Hardware
Netapp
2
Application
Mozilla
158
Application
Netapp
2

Common Attack Pattern Enumeration and Classification (CAPEC)

  • JSON Hijacking (aka JavaScript Hijacking)
    An attacker targets a system that uses JavaScript Object Notation (JSON) as a transport mechanism between the client and the server (common in Web 2.0 systems using AJAX) to steal possibly confidential information transmitted from the server back to the client inside the JSON object by taking advantage of the loophole in the browser's Same Origin Policy that does not prohibit JavaScript from one website to be included and executed in the context of another website. An attacker gets the victim to visit his or her malicious page that contains a script tag whose source points to the vulnerable system with a URL that requests a response from the server containing a JSON object with possibly confidential information. The malicious page also contains malicious code to capture the JSON object returned by the server before any other processing on it can take place, typically by overriding the JavaScript function used to create new objects. This hook allows the malicious code to get access to the creation of each object and transmit the possibly sensitive contents of the captured JSON object to the attackers' server. There is nothing in the browser's security model to prevent the attackers' malicious JavaScript code (originating from attacker's domain) to set up an environment (as described above) to intercept a JSON object response (coming from the vulnerable target system's domain), read its contents and transmit to the attackers' controlled site. The same origin policy protects the domain object model (DOM), but not the JSON.
  • Cache Poisoning
    An attacker exploits the functionality of cache technologies to cause specific data to be cached that aids the attackers' objectives. This describes any attack whereby an attacker places incorrect or harmful material in cache. The targeted cache can be an application's cache (e.g. a web browser cache) or a public cache (e.g. a DNS or ARP cache). Until the cache is refreshed, most applications or clients will treat the corrupted cache value as valid. This can lead to a wide range of exploits including redirecting web browsers towards sites that install malware and repeatedly incorrect calculations based on the incorrect value.
  • DNS Cache Poisoning
    A domain name server translates a domain name (such as www.example.com) into an IP address that Internet hosts use to contact Internet resources. An attacker modifies a public DNS cache to cause certain names to resolve to incorrect addresses that the attacker specifies. The result is that client applications that rely upon the targeted cache for domain name resolution will be directed not to the actual address of the specified domain name but to some other address. Attackers can use this to herd clients to sites that install malware on the victim's computer or to masquerade as part of a Pharming attack.
  • Cross-Site Scripting Using MIME Type Mismatch
    An attacker creates a file with scripting content but where the specified MIME type of the file is such that scripting is not expected. Some browsers will detect that the specified MIME type of the file does not match the actual type of the content and will automatically switch to using an interpreter for the real content type. If the browser does not invoke script filters before doing this, the attackers' script may run on the target unsanitized. For example, the MIME type text/plain may be used where the actual content is text/javascript or text/html. Since text does not contain scripting instructions, the stated MIME type would indicate that filtering is unnecessary. However, if the target application subsequently determines the file's real type and invokes the appropriate interpreter, scripted content could be invoked. In another example, img tags in HTML content could reference a renderable type file instead of an expected image file. The file extension and MIME type can describe an image file, but the file content can be text/javascript or text/html resulting in script execution. If the browser assumes all references in img tags are images, and therefore do not need to be filtered for scripts, this would bypass content filters. In a cross-site scripting attack, the attacker tricks the victim into accessing a URL that uploads a script file with an incorrectly specified MIME type. If the victim's browser switches to the appropriate interpreter without filtering, the attack will execute as a standard XSS attack, possibly revealing the victim's cookies or executing arbitrary script in their browser.
  • Spoofing of UDDI/ebXML Messages
    An attacker spoofs a UDDI, ebXML, or similar message in order to impersonate a service provider in an e-business transaction. UDDI, ebXML, and similar standards are used to identify businesses in e-business transactions. Among other things, they identify a particular participant, WSDL information for SOAP transactions, and supported communication protocols, including security protocols. By spoofing one of these messages an attacker could impersonate a legitimate business in a transaction or could manipulate the protocols used between a client and business. This could result in disclosure of sensitive information, loss of message integrity, or even financial fraud.

Nessus

  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-4231-1.NASL
    descriptionIt was discovered that NSS incorrectly handled certain inputs. An attacker could possibly use this issue to execute arbitrary code. 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 id132747
    published2020-01-09
    reporterUbuntu Security Notice (C) 2020 Canonical, Inc. / NASL script (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132747
    titleUbuntu 16.04 LTS / 18.04 LTS / 19.04 / 19.10 : nss vulnerability (USN-4231-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Ubuntu Security Notice USN-4231-1. The text 
    # itself is copyright (C) Canonical, Inc. See 
    # <http://www.ubuntu.com/usn/>. Ubuntu(R) is a registered 
    # trademark of Canonical, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(132747);
      script_version("1.2");
      script_cvs_date("Date: 2020/01/13");
    
      script_cve_id("CVE-2019-17006");
      script_xref(name:"USN", value:"4231-1");
    
      script_name(english:"Ubuntu 16.04 LTS / 18.04 LTS / 19.04 / 19.10 : nss vulnerability (USN-4231-1)");
      script_summary(english:"Checks dpkg output for updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Ubuntu host is missing a security-related patch."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "It was discovered that NSS incorrectly handled certain inputs. An
    attacker could possibly use this issue to execute arbitrary code.
    
    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."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://usn.ubuntu.com/4231-1/"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected libnss3 package."
      );
      script_set_attribute(attribute:"risk_factor", value:"High");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:canonical:ubuntu_linux:libnss3");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:14.04");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:16.04");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:18.04:-:lts");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:19.04");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:canonical:ubuntu_linux:19.10");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2020/01/08");
      script_set_attribute(attribute:"plugin_publication_date", value:"2020/01/09");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"Ubuntu Security Notice (C) 2020 Canonical, Inc. / NASL script (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Ubuntu Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/cpu", "Host/Ubuntu", "Host/Ubuntu/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("ubuntu.inc");
    include("misc_func.inc");
    
    if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/Ubuntu/release");
    if ( isnull(release) ) audit(AUDIT_OS_NOT, "Ubuntu");
    release = chomp(release);
    if (! preg(pattern:"^(12\.04|14\.04|16\.04|18\.04|19\.04|19\.10)$", string:release)) audit(AUDIT_OS_NOT, "Ubuntu 12.04 / 14.04 / 16.04 / 18.04 / 19.04 / 19.10", "Ubuntu " + release);
    if ( ! get_kb_item("Host/Debian/dpkg-l") ) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Ubuntu", cpu);
    
    flag = 0;
    
    if (ubuntu_check(osver:"16.04", pkgname:"libnss3", pkgver:"2:3.28.4-0ubuntu0.16.04.10")) flag++;
    if (ubuntu_check(osver:"18.04", pkgname:"libnss3", pkgver:"2:3.35-2ubuntu2.7")) flag++;
    if (ubuntu_check(osver:"19.04", pkgname:"libnss3", pkgver:"2:3.42-1ubuntu2.5")) flag++;
    if (ubuntu_check(osver:"19.10", pkgname:"libnss3", pkgver:"2:3.45-1ubuntu2.2")) flag++;
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_HOLE,
        extra      : ubuntu_report_get()
      );
      exit(0);
    }
    else
    {
      tested = ubuntu_pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libnss3");
    }
    
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DLA-2058.NASL
    descriptionIt was found that certain cryptographic primitives in nss, the Network Security Service libraries, did not check the length of the input text. This could result in a potential heap-based buffer overflow. For Debian 8
    last seen2020-06-01
    modified2020-06-02
    plugin id132682
    published2020-01-07
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132682
    titleDebian DLA-2058-1 : nss security update
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Debian Security Advisory DLA-2058-1. The text
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(132682);
      script_version("1.2");
      script_cvs_date("Date: 2020/01/09");
    
      script_cve_id("CVE-2019-17006");
    
      script_name(english:"Debian DLA-2058-1 : nss security update");
      script_summary(english:"Checks dpkg output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Debian host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "It was found that certain cryptographic primitives in nss, the Network
    Security Service libraries, did not check the length of the input
    text. This could result in a potential heap-based buffer overflow.
    
    For Debian 8 'Jessie', this problem has been fixed in version
    2:3.26-1+debu8u10.
    
    We recommend that you upgrade your nss packages.
    
    NOTE: Tenable Network Security has extracted the preceding description
    block directly from the DLA 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://lists.debian.org/debian-lts-announce/2020/01/msg00004.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://packages.debian.org/source/jessie/nss"
      );
      script_set_attribute(attribute:"solution", value:"Upgrade the affected packages.");
      script_set_attribute(attribute:"risk_factor", value:"High");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libnss3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libnss3-1d");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libnss3-dbg");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libnss3-dev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libnss3-tools");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:8.0");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2020/01/06");
      script_set_attribute(attribute:"plugin_publication_date", value:"2020/01/07");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Debian Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("debian_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian");
    if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    if (deb_check(release:"8.0", prefix:"libnss3", reference:"2:3.26-1+debu8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libnss3-1d", reference:"2:3.26-1+debu8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libnss3-dbg", reference:"2:3.26-1+debu8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libnss3-dev", reference:"2:3.26-1+debu8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libnss3-tools", reference:"2:3.26-1+debu8u10")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2020-0088-1.NASL
    descriptionThis update for mozilla-nspr, mozilla-nss fixes the following issues : mozilla-nss was updated to NSS 3.47.1 : Security issues fixed : CVE-2019-17006: Added length checks for cryptographic primitives (bsc#1159819). CVE-2019-11745: EncryptUpdate should use maxout, not block size (bsc#1158527). CVE-2019-11727: Fixed vulnerability sign CertificateVerify with PKCS#1 v1.5 signatures issue (bsc#1141322). mozilla-nspr was updated to version 4.23: Whitespace in C files was cleaned up and no longer uses tab characters for indenting. 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.
    last seen2020-06-01
    modified2020-06-02
    plugin id132924
    published2020-01-15
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132924
    titleSUSE SLED12 / SLES12 Security Update : mozilla-nspr, mozilla-nss (SUSE-SU-2020:0088-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from SUSE update advisory SUSE-SU-2020:0088-1.
    # The text itself is copyright (C) SUSE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(132924);
      script_version("1.2");
      script_cvs_date("Date: 2020/01/17");
    
      script_cve_id("CVE-2019-11727", "CVE-2019-11745", "CVE-2019-17006");
    
      script_name(english:"SUSE SLED12 / SLES12 Security Update : mozilla-nspr, mozilla-nss (SUSE-SU-2020:0088-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 mozilla-nspr, mozilla-nss fixes the following issues :
    
    mozilla-nss was updated to NSS 3.47.1 :
    
    Security issues fixed :
    
    CVE-2019-17006: Added length checks for cryptographic primitives
    (bsc#1159819).
    
    CVE-2019-11745: EncryptUpdate should use maxout, not block size
    (bsc#1158527).
    
    CVE-2019-11727: Fixed vulnerability sign CertificateVerify with PKCS#1
    v1.5 signatures issue (bsc#1141322).
    
    mozilla-nspr was updated to version 4.23: Whitespace in C files was
    cleaned up and no longer uses tab characters for indenting.
    
    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=1141322"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1158527"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1159819"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-11745/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-17006/"
      );
      # https://www.suse.com/support/update/announcement/2020/suse-su-20200088-1/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?32eefe4e"
      );
      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 OpenStack Cloud Crowbar 8:zypper in -t patch
    SUSE-OpenStack-Cloud-Crowbar-8-2020-88=1
    
    SUSE OpenStack Cloud 8:zypper in -t patch
    SUSE-OpenStack-Cloud-8-2020-88=1
    
    SUSE OpenStack Cloud 7:zypper in -t patch
    SUSE-OpenStack-Cloud-7-2020-88=1
    
    SUSE Linux Enterprise Software Development Kit 12-SP5:zypper in -t
    patch SUSE-SLE-SDK-12-SP5-2020-88=1
    
    SUSE Linux Enterprise Software Development Kit 12-SP4:zypper in -t
    patch SUSE-SLE-SDK-12-SP4-2020-88=1
    
    SUSE Linux Enterprise Server for SAP 12-SP3:zypper in -t patch
    SUSE-SLE-SAP-12-SP3-2020-88=1
    
    SUSE Linux Enterprise Server for SAP 12-SP2:zypper in -t patch
    SUSE-SLE-SAP-12-SP2-2020-88=1
    
    SUSE Linux Enterprise Server for SAP 12-SP1:zypper in -t patch
    SUSE-SLE-SAP-12-SP1-2020-88=1
    
    SUSE Linux Enterprise Server 12-SP5:zypper in -t patch
    SUSE-SLE-SERVER-12-SP5-2020-88=1
    
    SUSE Linux Enterprise Server 12-SP4:zypper in -t patch
    SUSE-SLE-SERVER-12-SP4-2020-88=1
    
    SUSE Linux Enterprise Server 12-SP3-LTSS:zypper in -t patch
    SUSE-SLE-SERVER-12-SP3-2020-88=1
    
    SUSE Linux Enterprise Server 12-SP3-BCL:zypper in -t patch
    SUSE-SLE-SERVER-12-SP3-BCL-2020-88=1
    
    SUSE Linux Enterprise Server 12-SP2-LTSS:zypper in -t patch
    SUSE-SLE-SERVER-12-SP2-2020-88=1
    
    SUSE Linux Enterprise Server 12-SP2-BCL:zypper in -t patch
    SUSE-SLE-SERVER-12-SP2-BCL-2020-88=1
    
    SUSE Linux Enterprise Server 12-SP1-LTSS:zypper in -t patch
    SUSE-SLE-SERVER-12-SP1-2020-88=1
    
    SUSE Linux Enterprise Desktop 12-SP4:zypper in -t patch
    SUSE-SLE-DESKTOP-12-SP4-2020-88=1
    
    SUSE Enterprise Storage 5:zypper in -t patch SUSE-Storage-5-2020-88=1
    
    SUSE CaaS Platform 3.0 :
    
    To install this update, use the SUSE CaaS Platform Velum dashboard. It
    will inform you if it detects new updates and let you then trigger
    updating of the complete cluster in a controlled way.
    
    HPE Helion Openstack 8:zypper in -t patch
    HPE-Helion-OpenStack-8-2020-88=1"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libfreebl3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libfreebl3-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libfreebl3-hmac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsoftokn3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsoftokn3-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsoftokn3-hmac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nspr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nspr-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nspr-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nspr-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-certs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-certs-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-sysinit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-sysinit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-tools-debuginfo");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:12");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/07/23");
      script_set_attribute(attribute:"patch_publication_date", value:"2020/01/13");
      script_set_attribute(attribute:"plugin_publication_date", value:"2020/01/15");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2020 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|SLES12)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE SLED12 / SLES12", "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);
    
    sp = get_kb_item("Host/SuSE/patchlevel");
    if (isnull(sp)) sp = "0";
    if (os_ver == "SLES12" && (! preg(pattern:"^(1|2|3|4|5)$", string:sp))) audit(AUDIT_OS_NOT, "SLES12 SP1/2/3/4/5", os_ver + " SP" + sp);
    if (os_ver == "SLED12" && (! preg(pattern:"^(4)$", string:sp))) audit(AUDIT_OS_NOT, "SLED12 SP4", os_ver + " SP" + sp);
    
    
    flag = 0;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libfreebl3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libfreebl3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libfreebl3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libsoftokn3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libsoftokn3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libsoftokn3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nspr-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nspr-debuginfo-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nspr-debugsource-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nspr-devel-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-certs-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-certs-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-debugsource-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-devel-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-sysinit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-tools-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-tools-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libfreebl3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libfreebl3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libfreebl3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libsoftokn3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libsoftokn3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libsoftokn3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nspr-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nspr-debuginfo-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-certs-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-certs-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-sysinit-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"mozilla-nss-sysinit-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libfreebl3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libfreebl3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libfreebl3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libsoftokn3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libsoftokn3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libsoftokn3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nspr-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nspr-debuginfo-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nspr-debugsource-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-certs-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-certs-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-debugsource-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-sysinit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-tools-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-tools-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libfreebl3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libfreebl3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libfreebl3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libsoftokn3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libsoftokn3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"libsoftokn3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nspr-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nspr-debuginfo-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-certs-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-certs-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-sysinit-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"4", reference:"mozilla-nss-sysinit-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libfreebl3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libfreebl3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libfreebl3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libfreebl3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libfreebl3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libfreebl3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libsoftokn3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libsoftokn3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libsoftokn3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libsoftokn3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libsoftokn3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"libsoftokn3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nspr-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nspr-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nspr-debuginfo-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nspr-debuginfo-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nspr-debugsource-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-certs-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-certs-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-certs-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-debugsource-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-sysinit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-sysinit-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-sysinit-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-tools-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", cpu:"x86_64", reference:"mozilla-nss-tools-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libfreebl3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libfreebl3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libfreebl3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libsoftokn3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libsoftokn3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libsoftokn3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nspr-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nspr-debuginfo-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nspr-debugsource-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nspr-devel-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-certs-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-certs-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-debugsource-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-devel-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-sysinit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-tools-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-tools-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libfreebl3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libfreebl3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libfreebl3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libsoftokn3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libsoftokn3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"libsoftokn3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nspr-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nspr-debuginfo-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-certs-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-certs-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-sysinit-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"3", reference:"mozilla-nss-sysinit-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libfreebl3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libfreebl3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libfreebl3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libfreebl3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libfreebl3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libfreebl3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libsoftokn3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libsoftokn3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libsoftokn3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libsoftokn3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libsoftokn3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libsoftokn3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nspr-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nspr-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nspr-debuginfo-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nspr-debuginfo-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nspr-debugsource-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-certs-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-certs-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-certs-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-debugsource-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-sysinit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-sysinit-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-sysinit-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-tools-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"mozilla-nss-tools-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libfreebl3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libfreebl3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libfreebl3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libsoftokn3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libsoftokn3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libsoftokn3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nspr-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nspr-debuginfo-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nspr-debugsource-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-certs-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-certs-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-debugsource-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-sysinit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-tools-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-tools-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libfreebl3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libfreebl3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libfreebl3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libsoftokn3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libsoftokn3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"libsoftokn3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nspr-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nspr-debuginfo-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-certs-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-certs-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-sysinit-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", reference:"mozilla-nss-sysinit-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libfreebl3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libfreebl3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libfreebl3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libsoftokn3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libsoftokn3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libsoftokn3-hmac-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nspr-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nspr-debuginfo-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nspr-debugsource-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-certs-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-certs-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-debugsource-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-sysinit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-tools-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-tools-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libfreebl3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libfreebl3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libfreebl3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libsoftokn3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libsoftokn3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"libsoftokn3-hmac-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nspr-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nspr-debuginfo-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-certs-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-certs-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-sysinit-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLES12", sp:"5", reference:"mozilla-nss-sysinit-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libfreebl3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libfreebl3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libfreebl3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libfreebl3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libsoftokn3-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libsoftokn3-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libsoftokn3-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"libsoftokn3-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nspr-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nspr-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nspr-debuginfo-32bit-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nspr-debuginfo-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nspr-debugsource-4.23-19.12.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-certs-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-certs-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-certs-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-debugsource-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-sysinit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-sysinit-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-sysinit-debuginfo-32bit-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-tools-3.47.1-58.34.1")) flag++;
    if (rpm_check(release:"SLED12", sp:"4", cpu:"x86_64", reference:"mozilla-nss-tools-debuginfo-3.47.1-58.34.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "mozilla-nspr / mozilla-nss");
    }
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-3395-1.NASL
    descriptionThis update for mozilla-nspr, mozilla-nss fixes the following issues : mozilla-nss was updated to NSS 3.47.1 : Security issues fixed : CVE-2019-17006: Added length checks for cryptographic primitives (bsc#1159819). CVE-2019-11745: EncryptUpdate should use maxout, not block size (bsc#1158527). CVE-2019-11727: Fixed vulnerability sign CertificateVerify with PKCS#1 v1.5 signatures issue (bsc#1141322). mozilla-nspr was updated to version 4.23: Whitespace in C files was cleaned up and no longer uses tab characters for indenting. 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.
    last seen2020-06-01
    modified2020-06-02
    plugin id132518
    published2019-12-31
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132518
    titleSUSE SLED15 / SLES15 Security Update : mozilla-nspr, mozilla-nss (SUSE-SU-2019:3395-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:3395-1.
    # The text itself is copyright (C) SUSE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(132518);
      script_version("1.3");
      script_cvs_date("Date: 2020/01/15");
    
      script_cve_id("CVE-2018-18508", "CVE-2019-11727", "CVE-2019-11745", "CVE-2019-17006");
    
      script_name(english:"SUSE SLED15 / SLES15 Security Update : mozilla-nspr, mozilla-nss (SUSE-SU-2019:3395-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 mozilla-nspr, mozilla-nss fixes the following issues :
    
    mozilla-nss was updated to NSS 3.47.1 :
    
    Security issues fixed :
    
    CVE-2019-17006: Added length checks for cryptographic primitives
    (bsc#1159819).
    
    CVE-2019-11745: EncryptUpdate should use maxout, not block size
    (bsc#1158527).
    
    CVE-2019-11727: Fixed vulnerability sign CertificateVerify with PKCS#1
    v1.5 signatures issue (bsc#1141322).
    
    mozilla-nspr was updated to version 4.23: Whitespace in C files was
    cleaned up and no longer uses tab characters for indenting.
    
    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=1141322"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1158527"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1159819"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2018-18508/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-11745/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2019-17006/"
      );
      # https://www.suse.com/support/update/announcement/2019/suse-su-20193395-1/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?37269cb3"
      );
      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 Module for Server Applications 15-SP1:zypper in
    -t patch SUSE-SLE-Module-Server-Applications-15-SP1-2019-3395=1
    
    SUSE Linux Enterprise Module for Open Buildservice Development Tools
    15-SP1:zypper in -t patch
    SUSE-SLE-Module-Development-Tools-OBS-15-SP1-2019-3395=1
    
    SUSE Linux Enterprise Module for Basesystem 15-SP1:zypper in -t patch
    SUSE-SLE-Module-Basesystem-15-SP1-2019-3395=1
    
    SUSE Linux Enterprise Module for Basesystem 15:zypper in -t patch
    SUSE-SLE-Module-Basesystem-15-2019-3395=1"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-11745");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libfreebl3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libfreebl3-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libfreebl3-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libfreebl3-hmac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsoftokn3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsoftokn3-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsoftokn3-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libsoftokn3-hmac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nspr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nspr-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nspr-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nspr-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nspr-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-certs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-certs-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-certs-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-sysinit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-sysinit-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-sysinit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:mozilla-nss-tools-debuginfo");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:15");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/07/23");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/12/30");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/12/31");
      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-2020 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:"^(SLED15|SLES15)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE SLED15 / SLES15", "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);
    
    sp = get_kb_item("Host/SuSE/patchlevel");
    if (isnull(sp)) sp = "0";
    if (os_ver == "SLES15" && (! preg(pattern:"^(0|1)$", string:sp))) audit(AUDIT_OS_NOT, "SLES15 SP0/1", os_ver + " SP" + sp);
    if (os_ver == "SLED15" && (! preg(pattern:"^(0|1)$", string:sp))) audit(AUDIT_OS_NOT, "SLED15 SP0/1", os_ver + " SP" + sp);
    
    
    flag = 0;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"libfreebl3-hmac-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"libsoftokn3-hmac-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-debugsource-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-sysinit-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-sysinit-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"libfreebl3-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"libfreebl3-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"libsoftokn3-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"libsoftokn3-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nspr-32bit-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nspr-32bit-debuginfo-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"libfreebl3-hmac-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"libsoftokn3-hmac-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-debugsource-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"libfreebl3-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"libfreebl3-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"libsoftokn3-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"libsoftokn3-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nspr-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nspr-debuginfo-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nspr-debugsource-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nspr-devel-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-certs-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-certs-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-debugsource-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-devel-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-sysinit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-tools-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"1", reference:"mozilla-nss-tools-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"libfreebl3-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"libfreebl3-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"libfreebl3-hmac-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"libsoftokn3-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"libsoftokn3-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"libsoftokn3-hmac-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"mozilla-nspr-32bit-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"mozilla-nspr-32bit-debuginfo-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"mozilla-nss-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"mozilla-nss-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libfreebl3-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libfreebl3-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libfreebl3-hmac-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libsoftokn3-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libsoftokn3-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"libsoftokn3-hmac-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nspr-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nspr-debuginfo-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nspr-debugsource-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nspr-devel-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-certs-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-certs-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-debugsource-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-devel-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-sysinit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-tools-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLES15", sp:"0", reference:"mozilla-nss-tools-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"libfreebl3-hmac-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"libsoftokn3-hmac-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-debugsource-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-sysinit-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-sysinit-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"libfreebl3-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"libfreebl3-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"libsoftokn3-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"libsoftokn3-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nspr-32bit-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nspr-32bit-debuginfo-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"libfreebl3-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"libfreebl3-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"libsoftokn3-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"libsoftokn3-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nspr-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nspr-debuginfo-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nspr-debugsource-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nspr-devel-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-certs-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-certs-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-debugsource-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-devel-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-sysinit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-tools-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"1", reference:"mozilla-nss-tools-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"libfreebl3-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"libfreebl3-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"libfreebl3-hmac-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"libsoftokn3-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"libsoftokn3-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"libsoftokn3-hmac-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"mozilla-nspr-32bit-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"mozilla-nspr-32bit-debuginfo-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"mozilla-nss-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"mozilla-nss-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libfreebl3-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libfreebl3-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libfreebl3-hmac-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libsoftokn3-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libsoftokn3-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"libsoftokn3-hmac-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nspr-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nspr-debuginfo-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nspr-debugsource-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nspr-devel-4.23-3.9.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-certs-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-certs-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-debugsource-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-devel-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-sysinit-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-tools-3.47.1-3.22.1")) flag++;
    if (rpm_check(release:"SLED15", sp:"0", reference:"mozilla-nss-tools-debuginfo-3.47.1-3.22.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "mozilla-nspr / mozilla-nss");
    }
    
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2020-8.NASL
    descriptionThis update for mozilla-nspr, mozilla-nss fixes the following issues : mozilla-nss was updated to NSS 3.47.1 : Security issues fixed : - CVE-2019-17006: Added length checks for cryptographic primitives (bsc#1159819). - CVE-2019-11745: EncryptUpdate should use maxout, not block size (bsc#1158527). - CVE-2019-11727: Fixed vulnerability sign CertificateVerify with PKCS#1 v1.5 signatures issue (bsc#1141322). mozilla-nspr was updated to version 4.23 : - Whitespace in C files was cleaned up and no longer uses tab characters for indenting. This update was imported from the SUSE:SLE-15:Update update project.
    last seen2020-06-01
    modified2020-06-02
    plugin id132849
    published2020-01-13
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132849
    titleopenSUSE Security Update : mozilla-nspr / mozilla-nss (openSUSE-2020-8)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from openSUSE Security Update openSUSE-2020-8.
    #
    # The text description of this plugin is (C) SUSE LLC.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(132849);
      script_version("1.2");
      script_cvs_date("Date: 2020/01/15");
    
      script_cve_id("CVE-2018-18508", "CVE-2019-11727", "CVE-2019-11745", "CVE-2019-17006");
    
      script_name(english:"openSUSE Security Update : mozilla-nspr / mozilla-nss (openSUSE-2020-8)");
      script_summary(english:"Check for the openSUSE-2020-8 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 mozilla-nspr, mozilla-nss fixes the following issues :
    
    mozilla-nss was updated to NSS 3.47.1 :
    
    Security issues fixed :
    
      - CVE-2019-17006: Added length checks for cryptographic
        primitives (bsc#1159819).
    
      - CVE-2019-11745: EncryptUpdate should use maxout, not
        block size (bsc#1158527).
    
      - CVE-2019-11727: Fixed vulnerability sign
        CertificateVerify with PKCS#1 v1.5 signatures issue
        (bsc#1141322).
    
    mozilla-nspr was updated to version 4.23 :
    
      - Whitespace in C files was cleaned up and no longer uses
        tab characters for indenting.
    
    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=1141322"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1158527"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1159819"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected mozilla-nspr / mozilla-nss packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-11745");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libfreebl3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libfreebl3-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libfreebl3-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libfreebl3-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libfreebl3-hmac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libfreebl3-hmac-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsoftokn3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsoftokn3-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsoftokn3-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsoftokn3-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsoftokn3-hmac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsoftokn3-hmac-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nspr");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nspr-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nspr-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nspr-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nspr-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nspr-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-certs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-certs-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-certs-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-certs-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-sysinit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-sysinit-32bit");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-sysinit-32bit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-sysinit-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:mozilla-nss-tools-debuginfo");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:15.1");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2019/07/23");
      script_set_attribute(attribute:"patch_publication_date", value:"2020/01/11");
      script_set_attribute(attribute:"plugin_publication_date", value:"2020/01/13");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2020 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\.1)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "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.1", reference:"libfreebl3-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libfreebl3-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libfreebl3-hmac-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libsoftokn3-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libsoftokn3-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"libsoftokn3-hmac-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nspr-4.23-lp151.2.6.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nspr-debuginfo-4.23-lp151.2.6.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nspr-debugsource-4.23-lp151.2.6.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nspr-devel-4.23-lp151.2.6.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-certs-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-certs-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-debugsource-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-devel-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-sysinit-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-sysinit-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-tools-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", reference:"mozilla-nss-tools-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libfreebl3-32bit-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libfreebl3-32bit-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libfreebl3-hmac-32bit-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libsoftokn3-32bit-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libsoftokn3-32bit-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"libsoftokn3-hmac-32bit-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"mozilla-nspr-32bit-4.23-lp151.2.6.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"mozilla-nspr-32bit-debuginfo-4.23-lp151.2.6.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"mozilla-nss-32bit-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"mozilla-nss-32bit-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"mozilla-nss-certs-32bit-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"mozilla-nss-sysinit-32bit-3.47.1-lp151.2.9.1") ) flag++;
    if ( rpm_check(release:"SUSE15.1", cpu:"x86_64", reference:"mozilla-nss-sysinit-32bit-debuginfo-3.47.1-lp151.2.9.1") ) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "mozilla-nspr / mozilla-nspr-debuginfo / mozilla-nspr-debugsource / etc");
    }