Vulnerabilities > CVE-2019-3880 - Path Traversal vulnerability in multiple products

047910
CVSS 5.4 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
LOW
Confidentiality impact
NONE
Integrity impact
LOW
Availability impact
LOW

Summary

A flaw was found in the way samba implemented an RPC endpoint emulating the Windows registry service API. An unprivileged attacker could use this flaw to create a new registry hive file anywhere they have unix permissions which could lead to creation of a new file in the Samba share. Versions before 4.8.11, 4.9.6 and 4.10.2 are vulnerable.

Vulnerable Configurations

Part Description Count
Application
Samba
300
Application
Redhat
1
OS
Debian
1
OS
Redhat
1
OS
Fedoraproject
3
OS
Opensuse
1

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Relative Path Traversal
    An attacker exploits a weakness in input validation on the target by supplying a specially constructed path utilizing dot and slash characters for the purpose of obtaining access to arbitrary files or resources. An attacker modifies a known path on the target in order to reach material that is not available through intended channels. These attacks normally involve adding additional path separators (/ or \) and/or dots (.), or encodings thereof, in various combinations in order to reach parent directories or entirely separate trees of the target's directory structure.
  • Directory Traversal
    An attacker with access to file system resources, either directly or via application logic, will use various file path specification or navigation mechanisms such as ".." in path strings and absolute paths to extend their range of access to inappropriate areas of the file system. The attacker attempts to either explore the file system for recon purposes or access directories and files that are intended to be restricted from their access. Exploring the file system can be achieved through constructing paths presented to directory listing programs, such as "ls" and 'dir', or through specially crafted programs that attempt to explore the file system. The attacker engaging in this type of activity is searching for information that can be used later in a more exploitive attack. Access to restricted directories or files can be achieved through modification of path references utilized by system applications.
  • File System Function Injection, Content Based
    An attack of this type exploits the host's trust in executing remote content including binary files. The files are poisoned with a malicious payload (targeting the file systems accessible by the target software) by the attacker and may be passed through standard channels such as via email, and standard web content like PDF and multimedia files. The attacker exploits known vulnerabilities or handling routines in the target processes. Vulnerabilities of this type have been found in a wide variety of commercial applications from Microsoft Office to Adobe Acrobat and Apple Safari web browser. When the attacker knows the standard handling routines and can identify vulnerabilities and entry points they can be exploited by otherwise seemingly normal content. Once the attack is executed, the attackers' program can access relative directories such as C:\Program Files or other standard system directories to launch further attacks. In a worst case scenario, these programs are combined with other propagation logic and work as a virus.
  • Using Slashes and URL Encoding Combined to Bypass Validation Logic
    This attack targets the encoding of the URL combined with the encoding of the slash characters. An attacker can take advantage of the multiple way of encoding an URL and abuse the interpretation of the URL. An URL may contain special character that need special syntax handling in order to be interpreted. Special characters are represented using a percentage character followed by two digits representing the octet code of the original character (%HEX-CODE). For instance US-ASCII space character would be represented with %20. This is often referred as escaped ending or percent-encoding. Since the server decodes the URL from the requests, it may restrict the access to some URL paths by validating and filtering out the URL requests it received. An attacker will try to craft an URL with a sequence of special characters which once interpreted by the server will be equivalent to a forbidden URL. It can be difficult to protect against this attack since the URL can contain other format of encoding such as UTF-8 encoding, Unicode-encoding, etc.
  • Manipulating Input to File System Calls
    An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.

Nessus

  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DLA-1754.NASL
    descriptionVarious vulnerabilities were discovered in Samba, SMB/CIFS file, print, and login server/client for Unix CVE-2017-9461 smbd in Samba had a denial of service vulnerability (fd_open_atomic infinite loop with high CPU usage and memory consumption) due to wrongly handling dangling symlinks. CVE-2018-1050 Samba was vulnerable to a denial of service attack when the RPC spoolss service was configured to be run as an external daemon. Missing input sanitization checks on some of the input parameters to spoolss RPC calls could have caused the print spooler service to crash. CVE-2018-1057 On a Samba 4 AD DC the LDAP server of Samba incorrectly validated permissions to modify passwords over LDAP allowing authenticated users to change any other users
    last seen2020-06-01
    modified2020-06-02
    plugin id123959
    published2019-04-10
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/123959
    titleDebian DLA-1754-1 : samba security update
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Debian Security Advisory DLA-1754-1. The text
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(123959);
      script_version("1.4");
      script_cvs_date("Date: 2020/01/23");
    
      script_cve_id("CVE-2017-9461", "CVE-2018-1050", "CVE-2018-1057", "CVE-2019-3880");
    
      script_name(english:"Debian DLA-1754-1 : samba 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:
    "Various vulnerabilities were discovered in Samba, SMB/CIFS file,
    print, and login server/client for Unix
    
    CVE-2017-9461
    
    smbd in Samba had a denial of service vulnerability (fd_open_atomic
    infinite loop with high CPU usage and memory consumption) due to
    wrongly handling dangling symlinks.
    
    CVE-2018-1050
    
    Samba was vulnerable to a denial of service attack when the RPC
    spoolss service was configured to be run as an external daemon.
    Missing input sanitization checks on some of the input parameters to
    spoolss RPC calls could have caused the print spooler service to
    crash.
    
    CVE-2018-1057
    
    On a Samba 4 AD DC the LDAP server of Samba incorrectly validated
    permissions to modify passwords over LDAP allowing authenticated users
    to change any other users' passwords, including administrative users
    and privileged service accounts (eg Domain Controllers).
    
    Thanks to the Ubuntu security team for having backported the
    rather invasive changeset to Samba in Ubuntu 14.04 (which we
    could use to patch Samba in Debian jessie LTS).
    
    CVE-2019-3880
    
    A flaw was found in the way Samba implemented an RPC endpoint
    emulating the Windows registry service API. An unprivileged attacker
    could have used this flaw to create a new registry hive file anywhere
    they had unix permissions which could have lead to creation of a new
    file in the Samba share.
    
    For Debian 8 'Jessie', these problems have been fixed in version
    2:4.2.14+dfsg-0+deb8u12.
    
    We recommend that you upgrade your samba 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/2019/04/msg00013.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://packages.debian.org/source/jessie/samba"
      );
      script_set_attribute(attribute:"solution", value:"Upgrade the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/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:L/UI:N/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-2018-1057");
      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:libnss-winbind");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libpam-smbpass");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libpam-winbind");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libparse-pidl-perl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libsmbclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libsmbclient-dev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libsmbsharemodes-dev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libsmbsharemodes0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libwbclient-dev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libwbclient0");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:python-samba");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:registry-tools");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba-common-bin");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba-dbg");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba-dev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba-doc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba-dsdb-modules");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba-libs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba-testsuite");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:samba-vfs-modules");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:smbclient");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:winbind");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:8.0");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2017/06/06");
      script_set_attribute(attribute:"patch_publication_date", value:"2019/04/09");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/04/10");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2019-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:"libnss-winbind", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"libpam-smbpass", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"libpam-winbind", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"libparse-pidl-perl", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"libsmbclient", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"libsmbclient-dev", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"libsmbsharemodes-dev", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"libsmbsharemodes0", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"libwbclient-dev", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"libwbclient0", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"python-samba", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"registry-tools", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba-common", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba-common-bin", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba-dbg", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba-dev", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba-doc", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba-dsdb-modules", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba-libs", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba-testsuite", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"samba-vfs-modules", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"smbclient", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    if (deb_check(release:"8.0", prefix:"winbind", reference:"2:4.2.14+dfsg-0+deb8u12")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:deb_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2019-DB21B5F1D2.NASL
    descriptionUpdate to Samba 4.9.6, Security fixes for CVE-2019-3870 and CVE-2019-3880 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id124069
    published2019-04-16
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124069
    titleFedora 29 : 2:samba (2019-db21b5f1d2)
  • NASL familyAmazon Linux Local Security Checks
    NASL idAL2_ALAS-2019-1351.NASL
    descriptionA flaw was found in the way samba implemented an RPC endpoint emulating the Windows registry service API. An unprivileged attacker could use this flaw to create a new registry hive file anywhere they have unix permissions which could lead to creation of a new file in the Samba share.(CVE-2019-3880)
    last seen2020-06-01
    modified2020-06-02
    plugin id130603
    published2019-11-07
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/130603
    titleAmazon Linux 2 : samba (ALAS-2019-1351)
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_793A0072782211E981E2005056A311D1.NASL
    descriptionThe samba project reports : The checksum validation in the S4U2Self handler in the embedded Heimdal KDC did not first confirm that the checksum was keyed, allowing replacement of the requested target (client) principal Authenticated users with write permission can trigger a symlink traversal to write or detect files outside the Samba share.
    last seen2020-06-01
    modified2020-06-02
    plugin id125278
    published2019-05-20
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/125278
    titleFreeBSD : samba -- multiple vulnerabilities (793a0072-7822-11e9-81e2-005056a311d1)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-3939-1.NASL
    descriptionMichael Hanselmann discovered that Samba incorrectly handled registry files. A remote attacker could possibly use this issue to create new registry files outside of the share, contrary to expectations. 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 id123931
    published2019-04-09
    reporterUbuntu Security Notice (C) 2019-2020 Canonical, Inc. / NASL script (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/123931
    titleUbuntu 14.04 LTS / 16.04 LTS / 18.04 LTS / 18.10 : samba vulnerability (USN-3939-1)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-4427.NASL
    descriptionMichael Hanselmann discovered that Samba, a SMB/CIFS file, print, and login server for Unix, was vulnerable to a symlink traversal attack. It would allow remote authenticated users with write permission to either write or detect files outside of Samba shares.
    last seen2020-06-01
    modified2020-06-02
    plugin id123835
    published2019-04-09
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/123835
    titleDebian DSA-4427-1 : samba - security update
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2019-2018.NASL
    descriptionAccording to the versions of the samba packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Samba 4.9.x before 4.9.9 and 4.10.x before 4.10.5 has a NULL pointer dereference, leading to Denial of Service. This is related to the AD DC DNS management server (dnsserver) RPC server process.(CVE-2019-12435) - A flaw was found in the way samba implemented an RPC endpoint emulating the Windows registry service API. An unprivileged attacker could use this flaw to create a new registry hive file anywhere they have unix permissions which could lead to creation of a new file in the Samba share.(CVE-2019-3880) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-08
    modified2019-09-24
    plugin id129211
    published2019-09-24
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/129211
    titleEulerOS 2.0 SP3 : samba (EulerOS-SA-2019-2018)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-3582.NASL
    descriptionAn update for samba is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Samba is an open source implementation of the Server Message Block (SMB) protocol and the related Common Internet File System (CIFS) protocol, which allow PC-compatible machines to share files, printers, and various information. The following packages have been upgraded to a later upstream version: samba (4.10.4). (BZ#1638001) Security Fix(es) : * samba: save registry file outside share as unprivileged user (CVE-2019-3880) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Additional Changes : For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.1 Release Notes linked from the References section.
    last seen2020-06-01
    modified2020-06-02
    plugin id130554
    published2019-11-06
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/130554
    titleRHEL 8 : samba (RHSA-2019:3582)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2019-1689.NASL
    descriptionAccording to the version of the samba packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - A flaw was found in the way samba implemented an RPC endpoint emulating the Windows registry service API. An unprivileged attacker could use this flaw to create a new registry hive file anywhere they have unix permissions which could lead to creation of a new file in the Samba share.(CVE-2019-3880) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-06
    modified2019-07-02
    plugin id126430
    published2019-07-02
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126430
    titleEulerOS 2.0 SP5 : samba (EulerOS-SA-2019-1689)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-2099.NASL
    descriptionAn update for samba is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Samba is an open source implementation of the Server Message Block (SMB) protocol and the related Common Internet File System (CIFS) protocol, which allow PC-compatible machines to share files, printers, and various information. The following packages have been upgraded to a later upstream version: samba (4.9.1). (BZ#1649434) Security Fix(es) : * samba: save registry file outside share as unprivileged user (CVE-2019-3880) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Additional Changes : For detailed information on changes in this release, see the Red Hat Enterprise Linux 7.7 Release Notes linked from the References section.
    last seen2020-06-01
    modified2020-06-02
    plugin id127671
    published2019-08-12
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/127671
    titleRHEL 7 : samba (RHSA-2019:2099)
  • NASL familyNewStart CGSL Local Security Checks
    NASL idNEWSTART_CGSL_NS-SA-2019-0197_SAMBA.NASL
    descriptionThe remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has samba packages installed that are affected by a vulnerability: - A flaw was found in the way samba implemented an RPC endpoint emulating the Windows registry service API. An unprivileged attacker could use this flaw to create a new registry hive file anywhere they have unix permissions which could lead to creation of a new file in the Samba share. Versions before 4.8.11, 4.9.6 and 4.10.2 are vulnerable. (CVE-2019-3880) Note that Nessus has not tested for this issue but has instead relied only on the application
    last seen2020-06-01
    modified2020-06-02
    plugin id129911
    published2019-10-15
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/129911
    titleNewStart CGSL CORE 5.04 / MAIN 5.04 : samba Vulnerability (NS-SA-2019-0197)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2019-1744.NASL
    descriptionAccording to the version of the samba packages installed, the EulerOS installation on the remote host is affected by the following vulnerability : - A flaw was found in the way samba implemented an RPC endpoint emulating the Windows registry service API. An unprivileged attacker could use this flaw to create a new registry hive file anywhere they have unix permissions which could lead to creation of a new file in the Samba share.(CVE-2019-3880) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-05-06
    modified2019-07-22
    plugin id126871
    published2019-07-22
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126871
    titleEulerOS 2.0 SP2 : samba (EulerOS-SA-2019-1744)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-14042-1.NASL
    descriptionThis update for samba fixes the following issues : Security issue fixed : CVE-2019-3880: Fixed a path/symlink traversal vulnerability, which allowed an unprivileged user to save registry files outside a share (bsc#1131060). Non-security issue fixed: Make init scripts create log directories before running daemons (bsc#1101499) 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 id124858
    published2019-05-13
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124858
    titleSUSE SLES11 Security Update : samba (SUSE-SU-2019:14042-1)
  • NASL familyNewStart CGSL Local Security Checks
    NASL idNEWSTART_CGSL_NS-SA-2019-0244_SAMBA.NASL
    descriptionThe remote NewStart CGSL host, running version CORE 5.05 / MAIN 5.05, has samba packages installed that are affected by a vulnerability: - A flaw was found in the way samba implemented an RPC endpoint emulating the Windows registry service API. An unprivileged attacker could use this flaw to create a new registry hive file anywhere they have unix permissions which could lead to creation of a new file in the Samba share. Versions before 4.8.11, 4.9.6 and 4.10.2 are vulnerable. (CVE-2019-3880) Note that Nessus has not tested for this issue but has instead relied only on the application
    last seen2020-06-01
    modified2020-06-02
    plugin id132486
    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/132486
    titleNewStart CGSL CORE 5.05 / MAIN 5.05 : samba Vulnerability (NS-SA-2019-0244)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20190806_SAMBA_ON_SL7_X.NASL
    descriptionThe following packages have been upgraded to a later upstream version: samba (4.9.1). Security Fix(es) : - samba: save registry file outside share as unprivileged user (CVE-2019-3880)
    last seen2020-03-18
    modified2019-08-27
    plugin id128261
    published2019-08-27
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/128261
    titleScientific Linux Security Update : samba on SL7.x x86_64 (20190806)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-1194-1.NASL
    descriptionThis update for samba fixes the following issues : Security issue fixed : CVE-2019-3880: Save registry file outside share as unprivileged user (bsc#1131060). Non-security issue fixed: Backport changes to support quotas with SMB2 (bsc#1106119). 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 id124715
    published2019-05-09
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124715
    titleSUSE SLES12 Security Update : samba (SUSE-SU-2019:1194-1)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2019-019C5314A0.NASL
    descriptionUpdate to Samba 4.8.11, Security fixes for CVE-2019-3880 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id124369
    published2019-04-30
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124369
    titleFedora 28 : 2:samba (2019-019c5314a0)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2019-1292.NASL
    descriptionThis update for samba fixes the following issues : Security issue fixed : - CVE-2019-3880: Fixed a path/symlink traversal vulnerability, which allowed an unprivileged user to save registry files outside a share (bsc#1131060). Non-security issues fixed : - Fix vfs_ceph ftruncate and fallocate handling (bsc#1127153). - Abide by load_printers smb.conf parameter (bsc#1124223). - s3:winbindd: let normalize_name_map() call find_domain_from_name_noinit() (bsc#1123755). - s3:passdb: Do not return OK if we don
    last seen2020-06-01
    modified2020-06-02
    plugin id124400
    published2019-04-30
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124400
    titleopenSUSE Security Update : samba (openSUSE-2019-1292)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2019-1180.NASL
    descriptionThis update for samba fixes the following issues : Security issue fixed : - CVE-2019-3880: Fixed a path/symlink traversal vulnerability, which allowed an unprivileged user to save registry files outside a share (bsc#1131060). ldb was updated to version 1.2.4 (bsc#1125410 bsc#1131686) : - Out of bound read in ldb_wildcard_compare - Hold at most 10 outstanding paged result cookies - Put
    last seen2020-06-01
    modified2020-06-02
    plugin id123992
    published2019-04-11
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/123992
    titleopenSUSE Security Update : samba (openSUSE-2019-1180)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-1040-1.NASL
    descriptionThis update for samba fixes the following issues : Security issue fixed : CVE-2019-3880: Fixed a path/symlink traversal vulnerability, which allowed an unprivileged user to save registry files outside a share (bsc#1131060). ldb was updated to version 1.2.4 (bsc#1125410 bsc#1131686): Out of bound read in ldb_wildcard_compare Hold at most 10 outstanding paged result cookies Put
    last seen2020-06-01
    modified2020-06-02
    plugin id124320
    published2019-04-26
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124320
    titleSUSE SLED15 / SLES15 Security Update : samba (SUSE-SU-2019:1040-1)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2019-CACF88EABF.NASL
    descriptionUpdate to Samba 4.9.6, Security fixes for CVE-2019-3870 and CVE-2019-3880 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora update system website. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id124540
    published2019-05-02
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124540
    titleFedora 30 : 2:samba (2019-cacf88eabf)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-1195-1.NASL
    descriptionThis update for samba fixes the following issues : Security issue fixed : CVE-2019-3880: Save registry file outside share as unprivileged user (bsc#1131060). Non-security issue fixed: Backport changes to support quotas with SMB2 (bsc#1106119). 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 id124716
    published2019-05-09
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124716
    titleSUSE SLES12 Security Update : samba (SUSE-SU-2019:1195-1)
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2019-1708.NASL
    descriptionAccording to the version of the samba packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerability : - A flaw was found in the way samba implemented an RPC endpoint emulating the Windows registry service API. An unprivileged attacker could use this flaw to create a new registry hive file anywhere they have unix permissions which could lead to creation of a new file in the Samba share.(CVE-2019-3880) Note that Tenable Network Security has extracted the preceding description block directly from the EulerOS security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id126550
    published2019-07-09
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/126550
    titleEulerOS Virtualization for ARM 64 3.0.2.0 : samba (EulerOS-SA-2019-1708)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-1966.NASL
    descriptionUpdated samba packages that fix one security issue and provide several bug fixes and enhancements are now available for Red Hat Gluster Storage 3.4 for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Samba is an open source implementation of the Server Message Block (SMB) protocol and the related Common Internet File System (CIFS) protocol, which allow PC-compatible machines to share files, printers, and various information. Security Fix(es) : * samba: save registry file outside share as unprivileged user (CVE-2019-3880) For more details about the security issue(s), including the impact, a CVSS the score and other related information refer to the CVE page(s) listed in the References section. Bug Fix(es) : * The samba and CTDB packages have been upgraded to upstream version 4.9.8, which provide a number of bug fixes and enhancements over the previous release, including numerous changes to the CTDB configuration. See the Solution section for a link to the Knowledge Base article to aid in migration. (BZ#1703030) Users of Samba with Red Hat Gluster Storage are advised to upgrade to these updated packages.
    last seen2020-06-01
    modified2020-06-02
    plugin id127638
    published2019-08-12
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/127638
    titleRHEL 7 : Storage Server (RHSA-2019:1966)
  • NASL familyMisc.
    NASL idSAMBA_CVE-2019-3880.NASL
    descriptionThe version of Samba running on the remote host is 4.8.x < 4.8.11 or 4.9.x < 4.9.6 or 4.10.0 prior to 4.10.2. It is, therefore, potentially affected by a path/symlink traversal vulnerability. An authenticated, unpriviledged attacker can exploit this issue anywhere they have unix permissions to create a new file within the Samba share. If they are able to create symlinks on a Samba share, they can create a new registry hive file anywhere they have write access, even outside of a Samba share definition. Note that Nessus has not tested for this issue but has instead relied only on the application
    last seen2020-06-01
    modified2020-06-02
    plugin id124088
    published2019-04-16
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124088
    titleSamba 4.8.0 < 4.8.10 / 4.9.x < 4.9.6 / 4.10.0 < 4.10.2 Path/Symlink Traversal Vulnerability (CVE-2019-3890)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-1037-1.NASL
    descriptionThis update for samba fixes the following issues : Security issue fixed : CVE-2019-3880: Fixed a path/symlink traversal vulnerability, which allowed an unprivileged user to save registry files outside a share (bsc#1131060). Non-security issues fixed: Fix vfs_ceph ftruncate and fallocate handling (bsc#1127153). Abide by load_printers smb.conf parameter (bsc#1124223). s3:winbindd: let normalize_name_map() call find_domain_from_name_noinit() (bsc#1123755). s3:passdb: Do not return OK if we don
    last seen2020-06-01
    modified2020-06-02
    plugin id124317
    published2019-04-26
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124317
    titleSUSE SLED12 / SLES12 Security Update : samba (SUSE-SU-2019:1037-1)
  • NASL familyAmazon Linux Local Security Checks
    NASL idALA_ALAS-2019-1329.NASL
    descriptionA flaw was found in the way samba implemented an RPC endpoint emulating the Windows registry service API. An unprivileged attacker could use this flaw to create a new registry hive file anywhere they have unix permissions which could lead to creation of a new file in the Samba share. (CVE-2019-3880)
    last seen2020-06-01
    modified2020-06-02
    plugin id132324
    published2019-12-20
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/132324
    titleAmazon Linux AMI : samba (ALAS-2019-1329)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2019-2099.NASL
    descriptionAn update for samba is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Samba is an open source implementation of the Server Message Block (SMB) protocol and the related Common Internet File System (CIFS) protocol, which allow PC-compatible machines to share files, printers, and various information. The following packages have been upgraded to a later upstream version: samba (4.9.1). (BZ#1649434) Security Fix(es) : * samba: save registry file outside share as unprivileged user (CVE-2019-3880) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. Additional Changes : For detailed information on changes in this release, see the Red Hat Enterprise Linux 7.7 Release Notes linked from the References section.
    last seen2020-06-01
    modified2020-06-02
    plugin id128352
    published2019-08-30
    reporterThis script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/128352
    titleCentOS 7 : samba (CESA-2019:2099)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2019-1203-1.NASL
    descriptionThis update for samba fixes the following issues : Security issue fixed : CVE-2019-3880: Fixed a path/symlink traversal vulnerability, which allowed an unprivileged user to save registry files outside a share (bsc#1131060). Non-security issues fixed: Fixed an issue where the first login failed and subsequent ones work (bsc#1126463). Fixed winbind running out of memory with high number of domain groups (bsc#1114459). Backport changes to support quotas with SMB2 (bsc#1106119). 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 id124852
    published2019-05-13
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/124852
    titleSUSE SLES12 Security Update : samba (SUSE-SU-2019:1203-1)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2019-1967.NASL
    descriptionUpdated samba packages that fix one security issue and provide several bug fixes and enhancements are now available for Red Hat Gluster Storage 3.4 for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. Samba is an open source implementation of the Server Message Block (SMB) protocol and the related Common Internet File System (CIFS) protocol, which allow PC-compatible machines to share files, printers, and various information. Security Fix(es) : * samba: save registry file outside share as unprivileged user (CVE-2019-3880) For more details about the security issue(s), including the impact, a CVSS the score and other related information refer to the CVE page(s) listed in the References section. Bug Fix(es) : * The samba and CTDB packages have been upgraded to upstream version 4.9.8, which provide a number of bug fixes and enhancements over the previous release, including numerous changes to the CTDB configuration. See the Solution section for a link to the Knowledge Base article to aid in migration. (BZ#1708284) Users of Samba with Red Hat Gluster Storage are advised to upgrade to these updated packages.
    last seen2020-06-01
    modified2020-06-02
    plugin id127639
    published2019-08-12
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/127639
    titleRHEL 6 : Storage Server (RHSA-2019:1967)

Redhat

advisories
  • bugzilla
    id1691518
    titleCVE-2019-3880 samba: save registry file outside share as unprivileged user
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 7 is installed
        ovaloval:com.redhat.rhba:tst:20150364027
      • OR
        • AND
          • commentsamba-common is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099001
          • commentsamba-common is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258006
        • AND
          • commentsamba-winbind is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099003
          • commentsamba-winbind is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258010
        • AND
          • commentsamba-krb5-printing is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099005
          • commentsamba-krb5-printing is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20171265018
        • AND
          • commentsamba-winbind-modules is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099007
          • commentsamba-winbind-modules is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258024
        • AND
          • commentsamba-client is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099009
          • commentsamba-client is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258014
        • AND
          • commentsamba-common-tools is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099011
          • commentsamba-common-tools is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258030
        • AND
          • commentsamba-client-libs is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099013
          • commentsamba-client-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258028
        • AND
          • commentsamba-libs is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099015
          • commentsamba-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258008
        • AND
          • commentsamba-winbind-clients is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099017
          • commentsamba-winbind-clients is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258018
        • AND
          • commentlibsmbclient is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099019
          • commentlibsmbclient is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258012
        • AND
          • commentlibwbclient is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099021
          • commentlibwbclient is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258016
        • AND
          • commentsamba-common-libs is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099023
          • commentsamba-common-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258020
        • AND
          • commentsamba-pidl is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099025
          • commentsamba-pidl is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258032
        • AND
          • commentsamba is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099027
          • commentsamba is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258022
        • AND
          • commentsamba-winbind-krb5-locator is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099029
          • commentsamba-winbind-krb5-locator is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258004
        • AND
          • commentsamba-test-libs is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099031
          • commentsamba-test-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258040
        • AND
          • commentsamba-test is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099033
          • commentsamba-test is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258044
        • AND
          • commentsamba-dc is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099035
          • commentsamba-dc is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258002
        • AND
          • commentlibwbclient-devel is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099037
          • commentlibwbclient-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258048
        • AND
          • commentsamba-vfs-glusterfs is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099039
          • commentsamba-vfs-glusterfs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258042
        • AND
          • commentsamba-dc-libs is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099041
          • commentsamba-dc-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258036
        • AND
          • commentsamba-devel is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099043
          • commentsamba-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258038
        • AND
          • commentsamba-python-test is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099045
          • commentsamba-python-test is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20183056040
        • AND
          • commentsamba-python is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099047
          • commentsamba-python is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258026
        • AND
          • commentlibsmbclient-devel is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099049
          • commentlibsmbclient-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258034
        • AND
          • commentctdb is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099051
          • commentctdb is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258050
        • AND
          • commentctdb-tests is earlier than 0:4.9.1-6.el7
            ovaloval:com.redhat.rhsa:tst:20192099053
          • commentctdb-tests is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258054
    rhsa
    idRHSA-2019:2099
    released2019-08-06
    severityModerate
    titleRHSA-2019:2099: samba security, bug fix, and enhancement update (Moderate)
  • bugzilla
    id1691518
    titleCVE-2019-3880 samba: save registry file outside share as unprivileged user
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 8 is installed
        ovaloval:com.redhat.rhba:tst:20193384074
      • OR
        • AND
          • commentsamba-pidl is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582001
          • commentsamba-pidl is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258032
        • AND
          • commentsamba-common is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582003
          • commentsamba-common is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258006
        • AND
          • commentsamba-debugsource is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582005
          • commentsamba-debugsource is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20193582006
        • AND
          • commentsamba-winbind-modules is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582007
          • commentsamba-winbind-modules is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258024
        • AND
          • commentsamba-winbind-krb5-locator is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582009
          • commentsamba-winbind-krb5-locator is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258004
        • AND
          • commentsamba-winbind-clients is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582011
          • commentsamba-winbind-clients is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258018
        • AND
          • commentsamba-winbind is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582013
          • commentsamba-winbind is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258010
        • AND
          • commentsamba-test-libs is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582015
          • commentsamba-test-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258040
        • AND
          • commentsamba-libs is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582017
          • commentsamba-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258008
        • AND
          • commentsamba-krb5-printing is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582019
          • commentsamba-krb5-printing is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20171265018
        • AND
          • commentsamba-common-tools is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582021
          • commentsamba-common-tools is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258030
        • AND
          • commentsamba-common-libs is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582023
          • commentsamba-common-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258020
        • AND
          • commentsamba-client-libs is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582025
          • commentsamba-client-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258028
        • AND
          • commentsamba-client is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582027
          • commentsamba-client is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258014
        • AND
          • commentsamba is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582029
          • commentsamba is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258022
        • AND
          • commentpython3-samba-test is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582031
          • commentpython3-samba-test is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20193582032
        • AND
          • commentpython3-samba is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582033
          • commentpython3-samba is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20193582034
        • AND
          • commentlibwbclient is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582035
          • commentlibwbclient is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258016
        • AND
          • commentlibsmbclient is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582037
          • commentlibsmbclient is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258012
        • AND
          • commentctdb-tests is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582039
          • commentctdb-tests is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258054
        • AND
          • commentctdb is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582041
          • commentctdb is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258050
        • AND
          • commentsamba-test is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582043
          • commentsamba-test is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258044
        • AND
          • commentlibwbclient-devel is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582045
          • commentlibwbclient-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258048
        • AND
          • commentlibsmbclient-devel is earlier than 0:4.10.4-1.el8
            ovaloval:com.redhat.rhsa:tst:20193582047
          • commentlibsmbclient-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20152258034
    rhsa
    idRHSA-2019:3582
    released2019-11-05
    severityModerate
    titleRHSA-2019:3582: samba security, bug fix, and enhancement update (Moderate)
  • rhsa
    idRHSA-2019:1966
  • rhsa
    idRHSA-2019:1967
rpms
  • ctdb-0:4.9.8-105.el7rhgs
  • libsmbclient-0:4.9.8-105.el7rhgs
  • libsmbclient-devel-0:4.9.8-105.el7rhgs
  • libtalloc-0:2.1.14-3.el7rhgs
  • libtalloc-debuginfo-0:2.1.14-3.el7rhgs
  • libtalloc-devel-0:2.1.14-3.el7rhgs
  • libtdb-0:1.3.16-3.el7rhgs
  • libtdb-debuginfo-0:1.3.16-3.el7rhgs
  • libtdb-devel-0:1.3.16-3.el7rhgs
  • libtevent-0:0.9.37-3.el7rhgs
  • libtevent-debuginfo-0:0.9.37-3.el7rhgs
  • libtevent-devel-0:0.9.37-3.el7rhgs
  • libwbclient-0:4.9.8-105.el7rhgs
  • libwbclient-devel-0:4.9.8-105.el7rhgs
  • pytalloc-0:2.1.14-3.el7rhgs
  • pytalloc-devel-0:2.1.14-3.el7rhgs
  • python-tdb-0:1.3.16-3.el7rhgs
  • python-tevent-0:0.9.37-3.el7rhgs
  • samba-0:4.9.8-105.el7rhgs
  • samba-client-0:4.9.8-105.el7rhgs
  • samba-client-libs-0:4.9.8-105.el7rhgs
  • samba-common-0:4.9.8-105.el7rhgs
  • samba-common-libs-0:4.9.8-105.el7rhgs
  • samba-common-tools-0:4.9.8-105.el7rhgs
  • samba-dc-0:4.9.8-105.el7rhgs
  • samba-dc-libs-0:4.9.8-105.el7rhgs
  • samba-debuginfo-0:4.9.8-105.el7rhgs
  • samba-devel-0:4.9.8-105.el7rhgs
  • samba-krb5-printing-0:4.9.8-105.el7rhgs
  • samba-libs-0:4.9.8-105.el7rhgs
  • samba-pidl-0:4.9.8-105.el7rhgs
  • samba-python-0:4.9.8-105.el7rhgs
  • samba-vfs-glusterfs-0:4.9.8-105.el7rhgs
  • samba-winbind-0:4.9.8-105.el7rhgs
  • samba-winbind-clients-0:4.9.8-105.el7rhgs
  • samba-winbind-krb5-locator-0:4.9.8-105.el7rhgs
  • samba-winbind-modules-0:4.9.8-105.el7rhgs
  • tdb-tools-0:1.3.16-3.el7rhgs
  • ctdb-0:4.9.8-105.el6rhs
  • libsmbclient-0:4.9.8-105.el6rhs
  • libsmbclient-devel-0:4.9.8-105.el6rhs
  • libtalloc-0:2.1.14-3.el6rhs
  • libtalloc-debuginfo-0:2.1.14-3.el6rhs
  • libtalloc-devel-0:2.1.14-3.el6rhs
  • libtdb-0:1.3.16-3.el6rhs
  • libtdb-debuginfo-0:1.3.16-3.el6rhs
  • libtdb-devel-0:1.3.16-3.el6rhs
  • libtevent-0:0.9.37-3.el6rhs
  • libtevent-debuginfo-0:0.9.37-3.el6rhs
  • libtevent-devel-0:0.9.37-3.el6rhs
  • libwbclient-0:4.9.8-105.el6rhs
  • libwbclient-devel-0:4.9.8-105.el6rhs
  • pytalloc-0:2.1.14-3.el6rhs
  • pytalloc-devel-0:2.1.14-3.el6rhs
  • python-tdb-0:1.3.16-3.el6rhs
  • python-tevent-0:0.9.37-3.el6rhs
  • samba-0:4.9.8-105.el6rhs
  • samba-client-0:4.9.8-105.el6rhs
  • samba-client-libs-0:4.9.8-105.el6rhs
  • samba-common-0:4.9.8-105.el6rhs
  • samba-common-libs-0:4.9.8-105.el6rhs
  • samba-common-tools-0:4.9.8-105.el6rhs
  • samba-dc-0:4.9.8-105.el6rhs
  • samba-dc-libs-0:4.9.8-105.el6rhs
  • samba-debuginfo-0:4.9.8-105.el6rhs
  • samba-devel-0:4.9.8-105.el6rhs
  • samba-krb5-printing-0:4.9.8-105.el6rhs
  • samba-libs-0:4.9.8-105.el6rhs
  • samba-pidl-0:4.9.8-105.el6rhs
  • samba-python-0:4.9.8-105.el6rhs
  • samba-vfs-glusterfs-0:4.9.8-105.el6rhs
  • samba-winbind-0:4.9.8-105.el6rhs
  • samba-winbind-clients-0:4.9.8-105.el6rhs
  • samba-winbind-krb5-locator-0:4.9.8-105.el6rhs
  • samba-winbind-modules-0:4.9.8-105.el6rhs
  • tdb-tools-0:1.3.16-3.el6rhs
  • ctdb-0:4.9.1-6.el7
  • ctdb-tests-0:4.9.1-6.el7
  • libsmbclient-0:4.9.1-6.el7
  • libsmbclient-devel-0:4.9.1-6.el7
  • libwbclient-0:4.9.1-6.el7
  • libwbclient-devel-0:4.9.1-6.el7
  • samba-0:4.9.1-6.el7
  • samba-client-0:4.9.1-6.el7
  • samba-client-libs-0:4.9.1-6.el7
  • samba-common-0:4.9.1-6.el7
  • samba-common-libs-0:4.9.1-6.el7
  • samba-common-tools-0:4.9.1-6.el7
  • samba-dc-0:4.9.1-6.el7
  • samba-dc-libs-0:4.9.1-6.el7
  • samba-debuginfo-0:4.9.1-6.el7
  • samba-devel-0:4.9.1-6.el7
  • samba-krb5-printing-0:4.9.1-6.el7
  • samba-libs-0:4.9.1-6.el7
  • samba-pidl-0:4.9.1-6.el7
  • samba-python-0:4.9.1-6.el7
  • samba-python-test-0:4.9.1-6.el7
  • samba-test-0:4.9.1-6.el7
  • samba-test-libs-0:4.9.1-6.el7
  • samba-vfs-glusterfs-0:4.9.1-6.el7
  • samba-winbind-0:4.9.1-6.el7
  • samba-winbind-clients-0:4.9.1-6.el7
  • samba-winbind-krb5-locator-0:4.9.1-6.el7
  • samba-winbind-modules-0:4.9.1-6.el7
  • ctdb-0:4.10.4-1.el8
  • ctdb-debuginfo-0:4.10.4-1.el8
  • ctdb-tests-0:4.10.4-1.el8
  • ctdb-tests-debuginfo-0:4.10.4-1.el8
  • libsmbclient-0:4.10.4-1.el8
  • libsmbclient-debuginfo-0:4.10.4-1.el8
  • libsmbclient-devel-0:4.10.4-1.el8
  • libwbclient-0:4.10.4-1.el8
  • libwbclient-debuginfo-0:4.10.4-1.el8
  • libwbclient-devel-0:4.10.4-1.el8
  • python3-samba-0:4.10.4-1.el8
  • python3-samba-debuginfo-0:4.10.4-1.el8
  • python3-samba-test-0:4.10.4-1.el8
  • samba-0:4.10.4-1.el8
  • samba-client-0:4.10.4-1.el8
  • samba-client-debuginfo-0:4.10.4-1.el8
  • samba-client-libs-0:4.10.4-1.el8
  • samba-client-libs-debuginfo-0:4.10.4-1.el8
  • samba-common-0:4.10.4-1.el8
  • samba-common-libs-0:4.10.4-1.el8
  • samba-common-libs-debuginfo-0:4.10.4-1.el8
  • samba-common-tools-0:4.10.4-1.el8
  • samba-common-tools-debuginfo-0:4.10.4-1.el8
  • samba-debuginfo-0:4.10.4-1.el8
  • samba-debugsource-0:4.10.4-1.el8
  • samba-krb5-printing-0:4.10.4-1.el8
  • samba-krb5-printing-debuginfo-0:4.10.4-1.el8
  • samba-libs-0:4.10.4-1.el8
  • samba-libs-debuginfo-0:4.10.4-1.el8
  • samba-pidl-0:4.10.4-1.el8
  • samba-test-0:4.10.4-1.el8
  • samba-test-debuginfo-0:4.10.4-1.el8
  • samba-test-libs-0:4.10.4-1.el8
  • samba-test-libs-debuginfo-0:4.10.4-1.el8
  • samba-vfs-glusterfs-debuginfo-0:4.10.4-1.el8
  • samba-winbind-0:4.10.4-1.el8
  • samba-winbind-clients-0:4.10.4-1.el8
  • samba-winbind-clients-debuginfo-0:4.10.4-1.el8
  • samba-winbind-debuginfo-0:4.10.4-1.el8
  • samba-winbind-krb5-locator-0:4.10.4-1.el8
  • samba-winbind-krb5-locator-debuginfo-0:4.10.4-1.el8
  • samba-winbind-modules-0:4.10.4-1.el8
  • samba-winbind-modules-debuginfo-0:4.10.4-1.el8