Vulnerabilities > CVE-2011-0719 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in Samba
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
Samba 3.x before 3.3.15, 3.4.x before 3.4.12, and 3.5.x before 3.5.7 does not perform range checks for file descriptors before use of the FD_SET macro, which allows remote attackers to cause a denial of service (stack memory corruption, and infinite loop or daemon crash) by opening a large number of files, related to (1) Winbind or (2) smbd.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Buffer Overflow via Environment Variables This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
- Overflow Buffers Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
- Client-side Injection-induced Buffer Overflow This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
- Filter Failure through Buffer Overflow In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
- MIME Conversion An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.
Nessus
NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2011-0305.NASL description Updated samba packages that fix one security issue are now available for Red Hat Enterprise Linux 4, 5, and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Samba is a suite of programs used by machines to share files, printers, and other information. A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to last seen 2020-06-01 modified 2020-06-02 plugin id 52505 published 2011-03-03 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/52505 title CentOS 4 / 5 : samba (CESA-2011:0305) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from Red Hat Security Advisory RHSA-2011:0305 and # CentOS Errata and Security Advisory 2011:0305 respectively. # include("compat.inc"); if (description) { script_id(52505); script_version("1.13"); script_cvs_date("Date: 2019/10/25 13:36:05"); script_cve_id("CVE-2011-0719"); script_bugtraq_id(46597); script_xref(name:"RHSA", value:"2011:0305"); script_name(english:"CentOS 4 / 5 : samba (CESA-2011:0305)"); script_summary(english:"Checks rpm output for the updated packages"); script_set_attribute( attribute:"synopsis", value:"The remote CentOS host is missing one or more security updates." ); script_set_attribute( attribute:"description", value: "Updated samba packages that fix one security issue are now available for Red Hat Enterprise Linux 4, 5, and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Samba is a suite of programs used by machines to share files, printers, and other information. A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to '1' values, resulting in the Samba server (smbd) crashing. (CVE-2011-0719) Red Hat would like to thank the Samba team for reporting this issue. Users of Samba are advised to upgrade to these updated packages, which contain a backported patch to resolve this issue. After installing this update, the smb service will be restarted automatically." ); # https://lists.centos.org/pipermail/centos-announce/2011-April/017389.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?93e5d170" ); # https://lists.centos.org/pipermail/centos-announce/2011-April/017390.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?aa3ca362" ); # https://lists.centos.org/pipermail/centos-announce/2011-March/017260.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?53f91375" ); # https://lists.centos.org/pipermail/centos-announce/2011-March/017261.html script_set_attribute( attribute:"see_also", value:"http://www.nessus.org/u?65d97fa3" ); script_set_attribute( attribute:"solution", value:"Update the affected samba packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P"); script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available"); script_set_attribute(attribute:"exploit_available", value:"false"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libsmbclient"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libsmbclient-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:samba"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:samba-client"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:samba-common"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:samba-swat"); script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:4"); script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:5"); script_set_attribute(attribute:"vuln_publication_date", value:"2011/03/01"); script_set_attribute(attribute:"patch_publication_date", value:"2011/04/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2011/03/03"); script_set_attribute(attribute:"generated_plugin", value:"current"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof."); script_family(english:"CentOS Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/CentOS/release", "Host/CentOS/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/CentOS/release"); if (isnull(release) || "CentOS" >!< release) audit(AUDIT_OS_NOT, "CentOS"); os_ver = pregmatch(pattern: "CentOS(?: Linux)? release ([0-9]+)", string:release); if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "CentOS"); os_ver = os_ver[1]; if (! preg(pattern:"^(4|5)([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "CentOS 4.x / 5.x", "CentOS " + os_ver); if (!get_kb_item("Host/CentOS/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if ("x86_64" >!< cpu && "ia64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "CentOS", cpu); flag = 0; if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"samba-3.0.33-0.30.el4")) flag++; if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"samba-3.0.33-0.30.el4")) flag++; if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"samba-client-3.0.33-0.30.el4")) flag++; if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"samba-client-3.0.33-0.30.el4")) flag++; if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"samba-common-3.0.33-0.30.el4")) flag++; if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"samba-common-3.0.33-0.30.el4")) flag++; if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"samba-swat-3.0.33-0.30.el4")) flag++; if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"samba-swat-3.0.33-0.30.el4")) flag++; if (rpm_check(release:"CentOS-5", reference:"libsmbclient-3.0.33-3.29.el5_6.2")) flag++; if (rpm_check(release:"CentOS-5", reference:"libsmbclient-devel-3.0.33-3.29.el5_6.2")) flag++; if (rpm_check(release:"CentOS-5", reference:"samba-3.0.33-3.29.el5_6.2")) flag++; if (rpm_check(release:"CentOS-5", reference:"samba-client-3.0.33-3.29.el5_6.2")) flag++; if (rpm_check(release:"CentOS-5", reference:"samba-common-3.0.33-3.29.el5_6.2")) flag++; if (rpm_check(release:"CentOS-5", reference:"samba-swat-3.0.33-3.29.el5_6.2")) flag++; if (flag) { security_report_v4( port : 0, severity : SECURITY_WARNING, extra : rpm_report_get() ); exit(0); } else { tested = pkg_tests_get(); if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested); else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libsmbclient / libsmbclient-devel / samba / samba-client / etc"); }
NASL family SuSE Local Security Checks NASL id SUSE_11_3_CIFS-MOUNT-110307.NASL description With this update samba is not prone to a remote denial of service attack anymore. (CVE-2011-0719) last seen 2020-06-01 modified 2020-06-02 plugin id 75447 published 2014-06-13 reporter This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/75447 title openSUSE Security Update : cifs-mount (openSUSE-SU-2011:0403-1) code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from openSUSE Security Update cifs-mount-4110. # # The text description of this plugin is (C) SUSE LLC. # include("compat.inc"); if (description) { script_id(75447); script_version("1.5"); script_cvs_date("Date: 2019/10/25 13:36:41"); script_cve_id("CVE-2011-0719"); script_name(english:"openSUSE Security Update : cifs-mount (openSUSE-SU-2011:0403-1)"); script_summary(english:"Check for the cifs-mount-4110 patch"); script_set_attribute( attribute:"synopsis", value:"The remote openSUSE host is missing a security update." ); script_set_attribute( attribute:"description", value: "With this update samba is not prone to a remote denial of service attack anymore. (CVE-2011-0719)" ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.novell.com/show_bug.cgi?id=670431" ); script_set_attribute( attribute:"see_also", value:"https://lists.opensuse.org/opensuse-updates/2011-04/msg00076.html" ); script_set_attribute( attribute:"solution", value:"Update the affected cifs-mount packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:ldapsmb"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libldb-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libldb0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libnetapi-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libnetapi0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsmbclient-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsmbclient0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsmbclient0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsmbsharemodes-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libsmbsharemodes0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libtalloc-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libtalloc2"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libtdb-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libtdb1"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libtdb1-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libtevent-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libtevent0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwbclient-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwbclient0"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:libwbclient0-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:samba"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:samba-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:samba-client"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:samba-client-32bit"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:samba-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:samba-krb-printing"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:samba-winbind"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:samba-winbind-32bit"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:11.3"); script_set_attribute(attribute:"patch_publication_date", value:"2011/03/07"); script_set_attribute(attribute:"plugin_publication_date", value:"2014/06/13"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof."); script_family(english:"SuSE Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/SuSE/release"); if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE"); if (release !~ "^(SUSE11\.3)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "11.3", 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:"SUSE11.3", reference:"ldapsmb-1.34b-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libldb-devel-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libldb0-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libnetapi-devel-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libnetapi0-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libsmbclient-devel-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libsmbclient0-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libsmbsharemodes-devel-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libsmbsharemodes0-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libtalloc-devel-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libtalloc2-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libtdb-devel-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libtdb1-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libtevent-devel-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libtevent0-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libwbclient-devel-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"libwbclient0-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"samba-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"samba-client-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"samba-devel-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"samba-krb-printing-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", reference:"samba-winbind-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", cpu:"x86_64", reference:"libsmbclient0-32bit-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", cpu:"x86_64", reference:"libtdb1-32bit-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", cpu:"x86_64", reference:"libwbclient0-32bit-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", cpu:"x86_64", reference:"samba-32bit-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", cpu:"x86_64", reference:"samba-client-32bit-3.5.4-5.9.1") ) flag++; if ( rpm_check(release:"SUSE11.3", cpu:"x86_64", reference:"samba-winbind-32bit-3.5.4-5.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, "samba"); }
NASL family MacOS X Local Security Checks NASL id MACOSX_SECUPD2011-004.NASL description The remote host is running a version of Mac OS X 10.5 that does not have Security Update 2011-004 applied. This update contains security- related fixes for the following components : - AirPort - App Store - ColorSync - CoreGraphics - ImageIO - Libsystem - libxslt - MySQL - patch - Samba - servermgrd - subversion last seen 2020-06-01 modified 2020-06-02 plugin id 55415 published 2011-06-24 reporter This script is Copyright (C) 2011-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/55415 title Mac OS X Multiple Vulnerabilities (Security Update 2011-004) NASL family Scientific Linux Local Security Checks NASL id SL_20110301_SAMBA3X_ON_SL5_X.NASL description A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to last seen 2020-06-01 modified 2020-06-02 plugin id 60971 published 2012-08-01 reporter This script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/60971 title Scientific Linux Security Update : samba3x on SL5.x i386/x86_64 NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2011-0305.NASL description From Red Hat Security Advisory 2011:0305 : Updated samba packages that fix one security issue are now available for Red Hat Enterprise Linux 4, 5, and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Samba is a suite of programs used by machines to share files, printers, and other information. A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to last seen 2020-06-01 modified 2020-06-02 plugin id 68208 published 2013-07-12 reporter This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/68208 title Oracle Linux 4 / 5 / 6 : samba (ELSA-2011-0305) NASL family Scientific Linux Local Security Checks NASL id SL_20110301_SAMBA_ON_SL4_X.NASL description A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to last seen 2020-06-01 modified 2020-06-02 plugin id 60972 published 2012-08-01 reporter This script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/60972 title Scientific Linux Security Update : samba on SL4.x, SL5.x i386/x86_64 NASL family SuSE Local Security Checks NASL id SUSE_CIFS-MOUNT-7396.NASL description With this update samba is not prone to a remote denial of service attack anymore. (CVE-2011-0719) last seen 2020-06-01 modified 2020-06-02 plugin id 57165 published 2011-12-13 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/57165 title SuSE 10 Security Update : Samba (ZYPP Patch Number 7396) NASL family Slackware Local Security Checks NASL id SLACKWARE_SSA_2011-059-01.NASL description New samba packages are available for Slackware 10.0, 10.1, 10.2, 11.0, 12.0, 12.1, 12.2, 13.0, 13.1, and -current to fix a denial of service security issue. last seen 2020-06-01 modified 2020-06-02 plugin id 52460 published 2011-03-01 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52460 title Slackware 10.0 / 10.1 / 10.2 / 11.0 / 12.0 / 12.1 / 12.2 / 13.0 / 13.1 / 8.1 / 9.0 / 9.1 / current : samba (SSA:2011-059-01) NASL family SuSE Local Security Checks NASL id SUSE_11_2_CIFS-MOUNT-110308.NASL description With this update samba is not prone to a remote denial of service attack anymore. (CVE-2011-0719) last seen 2020-06-01 modified 2020-06-02 plugin id 53700 published 2011-05-05 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53700 title openSUSE Security Update : cifs-mount (openSUSE-SU-2011:0403-1) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2011-0306.NASL description Updated samba3x packages that fix one security issue are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Samba is a suite of programs used by machines to share files, printers, and other information. A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to last seen 2020-06-01 modified 2020-06-02 plugin id 52490 published 2011-03-02 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/52490 title RHEL 5 : samba3x (RHSA-2011:0306) NASL family SuSE Local Security Checks NASL id SUSE_11_CIFS-MOUNT-110228.NASL description With this update Samba is not prone to a remote denial of service attack anymore. (CVE-2011-0719) Additionally this update also fixes the following reliability bugs : - leaving childs in last seen 2020-06-01 modified 2020-06-02 plugin id 53586 published 2011-04-29 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/53586 title SuSE 11.1 Security Update : Samba (SAT Patch Number 4050) NASL family Misc. NASL id SAMBA_3_5_7.NASL description According to its banner, the version of Samba 3.x running on the remote host is earlier than 3.3.15 / 3.4.12 / 3.5.7. An error exists in the range checks on file descriptors in the last seen 2020-06-01 modified 2020-06-02 plugin id 52503 published 2011-03-02 reporter This script is Copyright (C) 2011-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52503 title Samba 3.x < 3.3.15 / 3.4.12 / 3.5.7 'FD_SET' Memory Corruption NASL family Scientific Linux Local Security Checks NASL id SL_20110301_SAMBA_ON_SL6_X.NASL description A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to last seen 2020-06-01 modified 2020-06-02 plugin id 60973 published 2012-08-01 reporter This script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/60973 title Scientific Linux Security Update : samba on SL6.x i386/x86_64 NASL family Debian Local Security Checks NASL id DEBIAN_DSA-2175.NASL description Volker Lendecke discovered that missing range checks in Samba last seen 2020-03-17 modified 2011-03-01 plugin id 52463 published 2011-03-01 reporter This script is Copyright (C) 2011-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/52463 title Debian DSA-2175-1 : samba - missing input sanitising NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-201206-22.NASL description The remote host is affected by the vulnerability described in GLSA-201206-22 (Samba: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Samba. Please review the CVE identifiers referenced below for details. Impact : A remote attacker could possibly execute arbitrary code with root privileges, cause a Denial of Service condition, take ownership of shared files, or bypass file permissions. Furthermore, a local attacker may be able to cause a Denial of Service condition or obtain sensitive information in a Samba credentials file. Workaround : There is no known workaround at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 59675 published 2012-06-25 reporter This script is Copyright (C) 2012-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/59675 title GLSA-201206-22 : Samba: Multiple vulnerabilities NASL family Fedora Local Security Checks NASL id FEDORA_2011-3120.NASL description - Tue Mar 8 2011 Guenther Deschner <gdeschner at redhat.com> - 3.5.8-74 - Update to 3.5.8 - resolves: #617482 - Thu Mar 3 2011 Guenther Deschner <gdeschner at redhat.com> - 3.5.7-73 - Security update to 3.5.7 to address CVE-2011-0719 - resolves: #681852 - Thu Jan 6 2011 Guenther Deschner <gdeschner at redhat.com> - 3.5.6-72 - Fix GSSAPI checksum for some SMB servers - resolves: #667644 - Thu Nov 18 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.6-71 - Fix libsmbclient SMB signing - resolves: #598620 - Mon Nov 1 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.6-70 - Handle no network case in init scripts - resolves: #604147 - Fri Oct 8 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.6-69 - Update to 3.5.6 - resolves: #617771 - Thu Sep 9 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.5-68 - Security Release, fixes CVE-2010-3069 - resolves: #630869 - Thu Aug 26 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.4-67 - Put winbind krb5 locator plugin into a separate rpm - resolves: #627181 - Tue Aug 24 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.4-66 - More fixes for winbind schannel - Thu Aug 19 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.4-65 - Fix winbind default domain - related: #618201 - Wed Aug 18 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.4-64 - Fix offline authentication - resolves: #618201 - Tue Aug 10 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.4-63 - Fix winbind secure channel (samlogonex) - Wed Jun 23 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.4-62 - Update to 3.5.4 - Wed May 19 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.3-61 - Update to 3.5.3 - Make sure nmb and smb initscripts return LSB compliant return codes - Fix winbind over ipv6 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 52723 published 2011-03-21 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52723 title Fedora 13 : samba-3.5.8-74.fc13 (2011-3120) NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2011-038.NASL description A vulnerability has been found and corrected in samba : All current released versions of Samba are vulnerable to a denial of service caused by memory corruption. Range checks on file descriptors being used in the FD_SET macro were not present allowing stack corruption. This can cause the Samba code to crash or to loop attempting to select on a bad file descriptor set (CVE-2011-0719). Packages for 2009.0 are provided as of the Extended Maintenance Program. Please visit this link to learn more: http://store.mandriva.com/product_info.php?cPath=149 products_id=490 The updated packages have been patched to correct this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 52469 published 2011-03-01 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52469 title Mandriva Linux Security Advisory : samba (MDVSA-2011:038) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2011-0305.NASL description Updated samba packages that fix one security issue are now available for Red Hat Enterprise Linux 4, 5, and 6. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Samba is a suite of programs used by machines to share files, printers, and other information. A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to last seen 2020-06-01 modified 2020-06-02 plugin id 52489 published 2011-03-02 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/52489 title RHEL 4 / 5 / 6 : samba (RHSA-2011:0305) NASL family Fedora Local Security Checks NASL id FEDORA_2011-3118.NASL description - Tue Mar 8 2011 Guenther Deschner <gdeschner at redhat.com> - 3.5.8-74 - Update to 3.5.8 - resolves: #596830 - Thu Mar 3 2011 Guenther Deschner <gdeschner at redhat.com> - 3.5.7-73 - Security update to 3.5.7 to address CVE-2011-0719 - resolves: #681852 - Thu Jan 6 2011 Guenther Deschner <gdeschner at redhat.com> - 3.5.6-72 - Fix GSSAPI checksum for some SMB servers - resolves: #667647 - Mon Nov 22 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.6-71 - Handle no network case in init scripts - resolves: #655766 - Thu Nov 18 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.6-70 - Fix libsmbclient SMB signing - resolves: #654408 - Fri Oct 8 2010 Guenther Deschner <gdeschner at redhat.com> - 3.5.6-69 - Update to 3.5.6 - resolves: #617771 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 52722 published 2011-03-21 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52722 title Fedora 14 : samba-3.5.8-74.fc14 (2011-3118) NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-1075-1.NASL description Volker Lendecke discovered that Samba incorrectly handled certain file descriptors. A remote attacker could send a specially crafted request to the server and cause Samba to crash or hang, resulting in a denial of service. 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 seen 2020-06-01 modified 2020-06-02 plugin id 52477 published 2011-03-01 reporter Ubuntu Security Notice (C) 2011-2019 Canonical, Inc. / NASL script (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/52477 title Ubuntu 6.06 LTS / 8.04 LTS / 9.10 / 10.04 LTS / 10.10 : samba vulnerability (USN-1075-1) NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2011-0306.NASL description Updated samba3x packages that fix one security issue are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Samba is a suite of programs used by machines to share files, printers, and other information. A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to last seen 2020-06-01 modified 2020-06-02 plugin id 53423 published 2011-04-15 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/53423 title CentOS 5 : samba3x (CESA-2011:0306) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2011-0306.NASL description From Red Hat Security Advisory 2011:0306 : Updated samba3x packages that fix one security issue are now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having important security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section. Samba is a suite of programs used by machines to share files, printers, and other information. A flaw was found in the way Samba handled file descriptors. If an attacker were able to open a large number of file descriptors on the Samba server, they could flip certain stack bits to last seen 2020-06-01 modified 2020-06-02 plugin id 68209 published 2013-07-12 reporter This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/68209 title Oracle Linux 5 : samba3x (ELSA-2011-0306) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_BFDBC7EC9C3F11E09BEC6C626DD55A41.NASL description The Samba team reports : Samba is vulnerable to a denial of service, caused by a memory corruption error related to missing range checks on file descriptors being used in the last seen 2020-06-01 modified 2020-06-02 plugin id 55396 published 2011-06-22 reporter This script is Copyright (C) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/55396 title FreeBSD : Samba -- Denial of service - memory corruption (bfdbc7ec-9c3f-11e0-9bec-6c626dd55a41) NASL family MacOS X Local Security Checks NASL id MACOSX_10_6_8.NASL description The remote host is running a version of Mac OS X 10.6.x that is prior to 10.6.8. This update contains security-related fixes for the following components : - App Store - ATS - Certificate Trust Policy - CoreFoundation - CoreGraphics - FTP Server - ImageIO - International Components for Unicode - Kernel - Libsystem - libxslt - MobileMe - MySQL - OpenSSL - patch - QuickLook - QuickTime - Samba - servermgrd - subversion last seen 2020-06-01 modified 2020-06-02 plugin id 55416 published 2011-06-24 reporter This script is Copyright (C) 2011-2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/55416 title Mac OS X 10.6.x < 10.6.8 Multiple Vulnerabilities NASL family SuSE Local Security Checks NASL id SUSE_CIFS-MOUNT-7353.NASL description With this update samba is not prone to a remote denial of service attack anymore. (CVE-2011-0719) last seen 2020-06-01 modified 2020-06-02 plugin id 53589 published 2011-04-29 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/53589 title SuSE 10 Security Update : Samba (ZYPP Patch Number 7353)
Redhat
advisories |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rpms |
|
References
- http://lists.apple.com/archives/security-announce/2011//Jun/msg00000.html
- http://lists.fedoraproject.org/pipermail/package-announce/2011-March/056229.html
- http://lists.fedoraproject.org/pipermail/package-announce/2011-March/056241.html
- http://marc.info/?l=bugtraq&m=130835366526620&w=2
- http://marc.info/?l=bugtraq&m=130835366526620&w=2
- http://samba.org/samba/security/CVE-2011-0719.html
- http://secunia.com/advisories/43482
- http://secunia.com/advisories/43503
- http://secunia.com/advisories/43512
- http://secunia.com/advisories/43517
- http://secunia.com/advisories/43556
- http://secunia.com/advisories/43557
- http://secunia.com/advisories/43843
- http://slackware.com/security/viewer.php?l=slackware-security&y=2011&m=slackware-security.593629
- http://support.apple.com/kb/HT4723
- http://www.debian.org/security/2011/dsa-2175
- http://www.mandriva.com/security/advisories?name=MDVSA-2011:038
- http://www.redhat.com/support/errata/RHSA-2011-0305.html
- http://www.redhat.com/support/errata/RHSA-2011-0306.html
- http://www.samba.org/samba/history/samba-3.3.15.html
- http://www.samba.org/samba/history/samba-3.4.12.html
- http://www.samba.org/samba/history/samba-3.5.7.html
- http://www.securityfocus.com/bid/46597
- http://www.securitytracker.com/id?1025132
- http://www.ubuntu.com/usn/USN-1075-1
- http://www.vupen.com/english/advisories/2011/0517
- http://www.vupen.com/english/advisories/2011/0518
- http://www.vupen.com/english/advisories/2011/0519
- http://www.vupen.com/english/advisories/2011/0520
- http://www.vupen.com/english/advisories/2011/0522
- http://www.vupen.com/english/advisories/2011/0541
- http://www.vupen.com/english/advisories/2011/0702
- https://bugzilla.redhat.com/show_bug.cgi?id=678328
- https://exchange.xforce.ibmcloud.com/vulnerabilities/65724
- http://lists.apple.com/archives/security-announce/2011//Jun/msg00000.html
- https://exchange.xforce.ibmcloud.com/vulnerabilities/65724
- https://bugzilla.redhat.com/show_bug.cgi?id=678328
- http://www.vupen.com/english/advisories/2011/0702
- http://www.vupen.com/english/advisories/2011/0541
- http://www.vupen.com/english/advisories/2011/0522
- http://www.vupen.com/english/advisories/2011/0520
- http://www.vupen.com/english/advisories/2011/0519
- http://www.vupen.com/english/advisories/2011/0518
- http://www.vupen.com/english/advisories/2011/0517
- http://www.ubuntu.com/usn/USN-1075-1
- http://www.securitytracker.com/id?1025132
- http://www.securityfocus.com/bid/46597
- http://www.samba.org/samba/history/samba-3.5.7.html
- http://www.samba.org/samba/history/samba-3.4.12.html
- http://www.samba.org/samba/history/samba-3.3.15.html
- http://www.redhat.com/support/errata/RHSA-2011-0306.html
- http://www.redhat.com/support/errata/RHSA-2011-0305.html
- http://www.mandriva.com/security/advisories?name=MDVSA-2011:038
- http://www.debian.org/security/2011/dsa-2175
- http://support.apple.com/kb/HT4723
- http://slackware.com/security/viewer.php?l=slackware-security&y=2011&m=slackware-security.593629
- http://secunia.com/advisories/43843
- http://secunia.com/advisories/43557
- http://secunia.com/advisories/43556
- http://secunia.com/advisories/43517
- http://secunia.com/advisories/43512
- http://secunia.com/advisories/43503
- http://secunia.com/advisories/43482
- http://samba.org/samba/security/CVE-2011-0719.html
- http://marc.info/?l=bugtraq&m=130835366526620&w=2
- http://marc.info/?l=bugtraq&m=130835366526620&w=2
- http://lists.fedoraproject.org/pipermail/package-announce/2011-March/056241.html
- http://lists.fedoraproject.org/pipermail/package-announce/2011-March/056229.html