Vulnerabilities > CVE-2011-0411 - Permissions, Privileges, and Access Controls vulnerability in Postfix
Attack vector
NETWORK Attack complexity
MEDIUM Privileges required
NONE Confidentiality impact
PARTIAL Integrity impact
PARTIAL Availability impact
PARTIAL Summary
The STARTTLS implementation in Postfix 2.4.x before 2.4.16, 2.5.x before 2.5.12, 2.6.x before 2.6.9, and 2.7.x before 2.7.3 does not properly restrict I/O buffering, which allows man-in-the-middle attackers to insert commands into encrypted SMTP sessions by sending a cleartext command that is processed after TLS is in place, related to a "plaintext command injection" attack.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Accessing, Modifying or Executing Executable Files An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
- Leverage Executable Code in Non-Executable Files An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
- Blue Boxing This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
- Restful Privilege Elevation Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
- Target Programs with Elevated Privileges This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.
Nessus
NASL family SuSE Local Security Checks NASL id SUSE_11_4_PURE-FTPD-110412.NASL description Pure-ftpd is vulnerable to the STARTTLS command injection issue similar to CVE-2011-0411 of postfix. CVE-2011-1575 has been assigned to this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 76000 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/76000 title openSUSE Security Update : pure-ftpd (openSUSE-SU-2011:0483-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 pure-ftpd-4353. # # The text description of this plugin is (C) SUSE LLC. # include("compat.inc"); if (description) { script_id(76000); script_version("1.4"); script_cvs_date("Date: 2019/10/25 13:36:42"); script_cve_id("CVE-2011-0411", "CVE-2011-1575"); script_name(english:"openSUSE Security Update : pure-ftpd (openSUSE-SU-2011:0483-1)"); script_summary(english:"Check for the pure-ftpd-4353 patch"); script_set_attribute( attribute:"synopsis", value:"The remote openSUSE host is missing a security update." ); script_set_attribute( attribute:"description", value: "Pure-ftpd is vulnerable to the STARTTLS command injection issue similar to CVE-2011-0411 of postfix. CVE-2011-1575 has been assigned to this issue." ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.novell.com/show_bug.cgi?id=686590" ); script_set_attribute( attribute:"see_also", value:"https://lists.opensuse.org/opensuse-updates/2011-05/msg00029.html" ); script_set_attribute( attribute:"solution", value:"Update the affected pure-ftpd packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:pure-ftpd"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:pure-ftpd-debuginfo"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:pure-ftpd-debugsource"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:11.4"); script_set_attribute(attribute:"patch_publication_date", value:"2011/04/12"); 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\.4)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "11.4", 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.4", reference:"pure-ftpd-1.0.29-8.9.1") ) flag++; if ( rpm_check(release:"SUSE11.4", reference:"pure-ftpd-debuginfo-1.0.29-8.9.1") ) flag++; if ( rpm_check(release:"SUSE11.4", reference:"pure-ftpd-debugsource-1.0.29-8.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, "pure-ftpd / pure-ftpd-debuginfo / pure-ftpd-debugsource"); }
NASL family Solaris Local Security Checks NASL id SOLARIS9_120228.NASL description Messaging Server 6.3-16.01: core patch. Date this patch was last updated by Sun : Nov/30/11 last seen 2020-06-01 modified 2020-06-02 plugin id 25398 published 2007-06-04 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/25398 title Solaris 9 (sparc) : 120228-45 code #%NASL_MIN_LEVEL 80502 # # (C) Tenable Network Security, Inc. # # The descriptive text in this plugin was # extracted from the Oracle SunOS Patch Updates. # include("compat.inc"); if (description) { script_id(25398); script_version("1.20"); script_cvs_date("Date: 2019/10/25 13:36:27"); script_cve_id("CVE-2007-2904", "CVE-2011-0411"); script_name(english:"Solaris 9 (sparc) : 120228-45"); script_summary(english:"Check for patch 120228-45"); script_set_attribute( attribute:"synopsis", value:"The remote host is missing Sun Security Patch number 120228-45" ); script_set_attribute( attribute:"description", value: "Messaging Server 6.3-16.01: core patch. Date this patch was last updated by Sun : Nov/30/11" ); script_set_attribute( attribute:"see_also", value:"https://getupdates.oracle.com/readme/120228-45" ); script_set_attribute( attribute:"solution", value:"You should install this patch for your system to be up-to-date." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"cpe:/o:sun:solaris"); script_set_attribute(attribute:"patch_publication_date", value:"2011/11/30"); script_set_attribute(attribute:"plugin_publication_date", value:"2007/06/04"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2007-2019 Tenable Network Security, Inc."); script_family(english:"Solaris Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/Solaris/showrev"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("solaris.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120228-45", obsoleted_by:"", package:"SUNWmsgco", version:"6.0,REV=2003.10.29") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120228-45", obsoleted_by:"", package:"SUNWmsgmp", version:"6.0,REV=2003.10.29") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120228-45", obsoleted_by:"", package:"SUNWmsglb", version:"6.0,REV=2003.10.29") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120228-45", obsoleted_by:"", package:"SUNWmsgwm", version:"6.0,REV=2003.10.29") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120228-45", obsoleted_by:"", package:"SUNWmsgmt", version:"6.0,REV=2003.10.29") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120228-45", obsoleted_by:"", package:"SUNWmsgin", version:"6.0,REV=2003.10.29") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120228-45", obsoleted_by:"", package:"SUNWmsgen", version:"6.0,REV=2003.10.29") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120228-45", obsoleted_by:"", package:"SUNWmsgst", version:"6.0,REV=2003.10.29") < 0) flag++; if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120228-45", obsoleted_by:"", package:"SUNWmsgmf", version:"6.0,REV=2003.10.29") < 0) flag++; if (flag) { if (report_verbosity > 0) security_warning(port:0, extra:solaris_get_report()); else security_warning(0); exit(0); } audit(AUDIT_HOST_NOT, "affected");
NASL family SuSE Local Security Checks NASL id SUSE_11_2_POSTFIX-110318.NASL description postfix did not clear the receive buffer after the STARTTLS command. A man-in-the middle could therefore inject commands in the unencrypted stream that get interpreted in the encrypted phase after STARTTLS (CVE-2011-0411). last seen 2020-06-01 modified 2020-06-02 plugin id 53792 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/53792 title openSUSE Security Update : postfix (openSUSE-SU-2011:0389-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 postfix-4251. # # The text description of this plugin is (C) SUSE LLC. # include("compat.inc"); if (description) { script_id(53792); script_version("1.9"); script_cvs_date("Date: 2019/10/25 13:36:41"); script_cve_id("CVE-2011-0411"); script_name(english:"openSUSE Security Update : postfix (openSUSE-SU-2011:0389-1)"); script_summary(english:"Check for the postfix-4251 patch"); script_set_attribute( attribute:"synopsis", value:"The remote openSUSE host is missing a security update." ); script_set_attribute( attribute:"description", value: "postfix did not clear the receive buffer after the STARTTLS command. A man-in-the middle could therefore inject commands in the unencrypted stream that get interpreted in the encrypted phase after STARTTLS (CVE-2011-0411)." ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.novell.com/show_bug.cgi?id=677792" ); script_set_attribute( attribute:"see_also", value:"https://lists.opensuse.org/opensuse-updates/2011-04/msg00068.html" ); script_set_attribute( attribute:"solution", value:"Update the affected postfix packages." ); script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P"); script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C"); script_set_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:novell:opensuse:postfix"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:postfix-devel"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:postfix-mysql"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:postfix-postgresql"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:11.2"); script_set_attribute(attribute:"patch_publication_date", value:"2011/03/18"); script_set_attribute(attribute:"plugin_publication_date", value:"2011/05/05"); 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:"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\.2)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "11.2", 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.2", reference:"postfix-2.6.1-2.8.1") ) flag++; if ( rpm_check(release:"SUSE11.2", reference:"postfix-devel-2.6.1-2.8.1") ) flag++; if ( rpm_check(release:"SUSE11.2", reference:"postfix-mysql-2.6.1-2.8.1") ) flag++; if ( rpm_check(release:"SUSE11.2", reference:"postfix-postgresql-2.6.1-2.8.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, "postfix / postfix-devel / postfix-mysql / postfix-postgresql"); }
NASL family SuSE Local Security Checks NASL id SUSE_11_4_POSTFIX-110330.NASL description postfix did not clear the receive buffer after the STARTTLS command. A man-in-the middle could therefore inject commands in the unencrypted stream that get interpreted in the encrypted phase after STARTTLS (CVE-2011-0411). last seen 2020-06-01 modified 2020-06-02 plugin id 75996 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/75996 title openSUSE Security Update : postfix (openSUSE-SU-2011:0389-1) NASL family Scientific Linux Local Security Checks NASL id SL_20110406_POSTFIX_ON_SL6_X.NASL description It was discovered that Postfix did not flush the received SMTP commands buffer after switching to TLS encryption for an SMTP session. A man-in-the-middle attacker could use this flaw to inject SMTP commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 61011 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/61011 title Scientific Linux Security Update : postfix on SL6.x i386/x86_64 NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2011-0859.NASL description From Red Hat Security Advisory 2011:0859 : Updated cyrus-imapd 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 moderate 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. The cyrus-imapd packages contain a high-performance mail server with IMAP, POP3, NNTP, and Sieve support. It was discovered that cyrus-imapd did not flush the received commands buffer after switching to TLS encryption for IMAP, LMTP, NNTP, and POP3 sessions. A man-in-the-middle attacker could use this flaw to inject protocol commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 68289 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/68289 title Oracle Linux 4 / 5 / 6 : cyrus-imapd (ELSA-2011-0859) NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2011-045.NASL description A security flaw was discovered in postfix which allows plaintext command injection with SMTP sessions over TLS (CVE-2011-0411). 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 52699 published 2011-03-17 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52699 title Mandriva Linux Security Advisory : postfix (MDVSA-2011:045) NASL family Solaris Local Security Checks NASL id SOLARIS9_X86_120229.NASL description Messaging Server 6.3-16.01_x86: core patch. Date this patch was last updated by Sun : Nov/30/11 last seen 2020-06-01 modified 2020-06-02 plugin id 25401 published 2007-06-04 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/25401 title Solaris 9 (x86) : 120229-45 NASL family Fedora Local Security Checks NASL id FEDORA_2011-3355.NASL description This is an update that fixes the CVE-2011-0411 and other bugs. For more details about the CVE-2011-0411 see: http://www.postfix.org/CVE-2011-0411.html For full list of changes see changelog that is available from: http://www.postfix.org/download.html 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 52950 published 2011-03-24 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/52950 title Fedora 13 : postfix-2.7.3-1.fc13 (2011-3355) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2011-0422.NASL description Updated postfix packages that fix two security issues are now available for Red Hat Enterprise Linux 4 and 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), and TLS. It was discovered that Postfix did not flush the received SMTP commands buffer after switching to TLS encryption for an SMTP session. A man-in-the-middle attacker could use this flaw to inject SMTP commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 53310 published 2011-04-07 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/53310 title RHEL 4 / 5 : postfix (RHSA-2011:0422) NASL family Solaris Local Security Checks NASL id SOLARIS10_126479.NASL description Messaging Server (64bit) 6.3-16.01: core patch. Date this patch was last updated by Sun : Nov/30/11 This plugin has been deprecated and either replaced with individual 126479 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 26991 published 2007-10-12 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=26991 title Solaris 10 (sparc) : 126479-26 (deprecated) NASL family SuSE Local Security Checks NASL id SUSE_PURE-FTPD-7466.NASL description Pure-ftpd is vulnerable to the STARTTLS command injection issue similar to CVE-2011-0411 of postfix. CVE-2011-1575 has been assigned to this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 54830 published 2011-05-26 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/54830 title SuSE 10 Security Update : pure-ftpd (ZYPP Patch Number 7466) NASL family SuSE Local Security Checks NASL id SUSE9_12707.NASL description The following bugs have been fixed : - Remote attackers could potentially exploit a memory corruption issue in postfix last seen 2020-06-01 modified 2020-06-02 plugin id 53868 published 2011-05-11 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/53868 title SuSE9 Security Update : Postfix (YOU Patch Number 12707) NASL family Fedora Local Security Checks NASL id FEDORA_2011-3394.NASL description This is an update that fixes the CVE-2011-0411 and other bugs. For more details about the CVE-2011-0411 see: http://www.postfix.org/CVE-2011-0411.html For full list of changes see changelog that is available from: http://www.postfix.org/download.html 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 52953 published 2011-03-24 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/52953 title Fedora 14 : postfix-2.7.3-1.fc14 (2011-3394) NASL family SuSE Local Security Checks NASL id SUSE_POSTFIX-7403.NASL description The following bug has been fixed : - Postfix did not clear the receive buffer after the STARTTLS command. A man-in-the middle could therefore inject commands in the unencrypted stream that get interpreted in the encrypted phase after STARTTLS. (CVE-2011-0411) last seen 2020-06-01 modified 2020-06-02 plugin id 57242 published 2011-12-13 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/57242 title SuSE 10 Security Update : Postfix (ZYPP Patch Number 7403) NASL family SuSE Local Security Checks NASL id SUSE_11_3_PURE-FTPD-110412.NASL description Pure-ftpd is vulnerable to the STARTTLS command injection issue similar to CVE-2011-0411 of postfix. CVE-2011-1575 has been assigned to this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 75716 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/75716 title openSUSE Security Update : pure-ftpd (openSUSE-SU-2011:0483-1) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2011-0422.NASL description From Red Hat Security Advisory 2011:0422 : Updated postfix packages that fix two security issues are now available for Red Hat Enterprise Linux 4 and 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), and TLS. It was discovered that Postfix did not flush the received SMTP commands buffer after switching to TLS encryption for an SMTP session. A man-in-the-middle attacker could use this flaw to inject SMTP commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 68248 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/68248 title Oracle Linux 4 / 5 : postfix (ELSA-2011-0422) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2011-0423.NASL description Updated postfix packages that fix one security issue are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate 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. Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), and TLS. It was discovered that Postfix did not flush the received SMTP commands buffer after switching to TLS encryption for an SMTP session. A man-in-the-middle attacker could use this flaw to inject SMTP commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 53311 published 2011-04-07 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/53311 title RHEL 6 : postfix (RHSA-2011:0423) NASL family SMTP problems NASL id SMTP_STARTTLS_PLAINTEXT_INJECTION.NASL description The remote SMTP service contains a software flaw in its STARTTLS implementation that could allow a remote, unauthenticated attacker to inject commands during the plaintext protocol phase that will be executed during the ciphertext protocol phase. Successful exploitation could allow an attacker to steal a victim last seen 2020-06-01 modified 2020-06-02 plugin id 52611 published 2011-03-10 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52611 title SMTP Service STARTTLS Plaintext Command Injection NASL family Debian Local Security Checks NASL id DEBIAN_DSA-2346.NASL description Several vulnerabilities were discovered in ProFTPD, an FTP server : - (No CVE id) ProFTPD incorrectly uses data from an unencrypted input buffer after encryption has been enabled with STARTTLS, an issue similar to CVE-2011-0411. - CVE-2011-4130 ProFTPD uses a response pool after freeing it under exceptional conditions, possibly leading to remote code execution. (The version in lenny is not affected by this problem.) last seen 2020-03-17 modified 2011-11-16 plugin id 56850 published 2011-11-16 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/56850 title Debian DSA-2346-2 : proftpd-dfsg - several vulnerabilities NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_126480.NASL description Messaging Server (64bit) 6.3-16.01_x86: core patch. Date this patch was last updated by Sun : Nov/30/11 This plugin has been deprecated and either replaced with individual 126480 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 27006 published 2007-10-12 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=27006 title Solaris 10 (x86) : 126480-26 (deprecated) NASL family Oracle Linux Local Security Checks NASL id ORACLELINUX_ELSA-2011-0423.NASL description From Red Hat Security Advisory 2011:0423 : Updated postfix packages that fix one security issue are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate 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. Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), and TLS. It was discovered that Postfix did not flush the received SMTP commands buffer after switching to TLS encryption for an SMTP session. A man-in-the-middle attacker could use this flaw to inject SMTP commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 68249 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/68249 title Oracle Linux 6 : postfix (ELSA-2011-0423) NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2012-156.NASL description A security issue was identified and fixed in ISC INN : The STARTTLS implementation in INN last seen 2020-06-01 modified 2020-06-02 plugin id 62404 published 2012-10-03 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/62404 title Mandriva Linux Security Advisory : inn (MDVSA-2012:156) NASL family SuSE Local Security Checks NASL id SUSE_11_PURE-FTPD-110412.NASL description Pure-ftpd is vulnerable to the STARTTLS command injection issue similar to CVE-2011-0411 of postfix. CVE-2011-1575 has been assigned to this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 54828 published 2011-05-26 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/54828 title SuSE 11.1 Security Update : pure-ftpd (SAT Patch Number 4360) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_A7975581EE2611E18BD80022156E8794.NASL description INN developers report : Fixed a possible plaintext command injection during the negotiation of a TLS layer. The vulnerability detailed in CVE-2011-0411 affects the STARTTLS and AUTHINFO SASL commands. nnrpd now resets its read buffer upon a successful negotiation of a TLS layer. It prevents malicious commands, sent unencrypted, from being executed in the new encrypted state of the session. last seen 2020-06-01 modified 2020-06-02 plugin id 61676 published 2012-08-27 reporter This script is Copyright (C) 2012-2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/61676 title FreeBSD : inn -- plaintext command injection into encrypted channel (a7975581-ee26-11e1-8bd8-0022156e8794) NASL family Misc. NASL id POP3_STARTTLS_PLAINTEXT_INJECTION.NASL description The remote POP3 service contains a software flaw in its STLS implementation that could allow a remote, unauthenticated attacker to inject commands during the plaintext protocol phase that will be executed during the ciphertext protocol phase. Successful exploitation could allow an attacker to steal a victim last seen 2020-06-01 modified 2020-06-02 plugin id 52610 published 2011-03-10 reporter This script is Copyright (C) 2011-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52610 title POP3 Service STLS Plaintext Command Injection NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2011-0422.NASL description Updated postfix packages that fix two security issues are now available for Red Hat Enterprise Linux 4 and 5. The Red Hat Security Response Team has rated this update as having moderate security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. Postfix is a Mail Transport Agent (MTA), supporting LDAP, SMTP AUTH (SASL), and TLS. It was discovered that Postfix did not flush the received SMTP commands buffer after switching to TLS encryption for an SMTP session. A man-in-the-middle attacker could use this flaw to inject SMTP commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 53338 published 2011-04-11 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/53338 title CentOS 4 / 5 : postfix (CESA-2011:0422) NASL family SuSE Local Security Checks NASL id SUSE_POSTFIX-7387.NASL description The following bug has been fixed : - Postfix did not clear the receive buffer after the STARTTLS command. A man-in-the middle could therefore inject commands in the unencrypted stream that get interpreted in the encrypted phase after STARTTLS. (CVE-2011-0411) last seen 2020-06-01 modified 2020-06-02 plugin id 53531 published 2011-04-22 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/53531 title SuSE 10 Security Update : Postfix (ZYPP Patch Number 7387) NASL family SuSE Local Security Checks NASL id SUSE_11_POSTFIX-110318.NASL description The following bug has been fixed : - Postfix did not clear the receive buffer after the STARTTLS command. A man-in-the middle could therefore inject commands in the unencrypted stream that get interpreted in the encrypted phase after STARTTLS. (CVE-2011-0411) last seen 2020-06-01 modified 2020-06-02 plugin id 53529 published 2011-04-22 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/53529 title SuSE 11.1 Security Update : Postfix (SAT Patch Number 4177) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_14A6F516502F11E0B448BBFA2731F9C7.NASL description Wietse Venema has discovered a software flaw that allows an attacker to inject client commands into an SMTP session during the unprotected plaintext SMTP protocol phase, such that the server will execute those commands during the SMTP- over-TLS protocol phase when all communication is supposed to be protected. last seen 2020-06-01 modified 2020-06-02 plugin id 52728 published 2011-03-21 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/52728 title FreeBSD : postfix -- plaintext command injection with SMTP over TLS (14a6f516-502f-11e0-b448-bbfa2731f9c7) NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-201206-33.NASL description The remote host is affected by the vulnerability described in GLSA-201206-33 (Postfix: Multiple vulnerabilities) A vulnerability have been discovered in Postfix. Please review the CVE identifier referenced below for details. Impact : An attacker could perform a man-in-the-middle attack and inject SMTP commands during the plaintext to TLS session switch or might execute arbitrary code. Workaround : There is no known workaround at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 59706 published 2012-06-26 reporter This script is Copyright (C) 2012-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/59706 title GLSA-201206-33 : Postfix: Multiple vulnerabilities NASL family Fedora Local Security Checks NASL id FEDORA_2011-3349.NASL description Wietse Venema and Victor Duchovni discovered and reported an issue that could lead to a potential information disclosure. An unencrypted FTP command immediately following STARTTLS request would get buffered and processed prior to SSL/TLS handshake, resulting in potential authentication bypass in case a client certificate authentication was configured to provide user identity. A report of similar issue that was originally discovered in Postfix MTA contains further technical details and discusses possible impact: http://www.postfix.org/CVE-2011-0411.html Users of pure-ftpd are advised to install this updated package which contains a fix for the issue. 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 53240 published 2011-04-01 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/53240 title Fedora 14 : pure-ftpd-1.0.30-1.fc14 (2011-3349) NASL family SuSE Local Security Checks NASL id SUSE_PURE-FTPD-7480.NASL description Pure-ftpd is vulnerable to the STARTTLS command injection issue similar to CVE-2011-0411 of postfix. CVE-2011-1575 has been assigned to this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 57246 published 2011-12-13 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/57246 title SuSE 10 Security Update : pure-ftpd (ZYPP Patch Number 7480) NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2011-0859.NASL description Updated cyrus-imapd 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 moderate 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. The cyrus-imapd packages contain a high-performance mail server with IMAP, POP3, NNTP, and Sieve support. It was discovered that cyrus-imapd did not flush the received commands buffer after switching to TLS encryption for IMAP, LMTP, NNTP, and POP3 sessions. A man-in-the-middle attacker could use this flaw to inject protocol commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 55013 published 2011-06-09 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/55013 title RHEL 4 / 5 / 6 : cyrus-imapd (RHSA-2011:0859) NASL family MacOS X Local Security Checks NASL id MACOSX_SECUPD2011-006.NASL description The remote host is running a version of Mac OS X 10.6 that does not have Security Update 2011-006 applied. This update contains numerous security-related fixes for the following components : - Apache - Application Firewall - ATS - BIND - Certificate Trust Policy - CFNetwork - CoreFoundation - CoreMedia - File Systems - IOGraphics - iChat Server - Mailman - MediaKit - PHP - postfix - python - QuickTime - Tomcat - User Documentation - Web Server - X11 last seen 2020-06-01 modified 2020-06-02 plugin id 56481 published 2011-10-13 reporter This script is Copyright (C) 2011-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/56481 title Mac OS X Multiple Vulnerabilities (Security Update 2011-006) NASL family Solaris Local Security Checks NASL id SOLARIS9_X86_126480.NASL description Messaging Server (64bit) 6.3-16.01_x86: core patch. Date this patch was last updated by Sun : Nov/30/11 last seen 2020-06-01 modified 2020-06-02 plugin id 27042 published 2007-10-12 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27042 title Solaris 9 (x86) : 126480-26 NASL family Solaris Local Security Checks NASL id SOLARIS9_126479.NASL description Messaging Server (64bit) 6.3-16.01: core patch. Date this patch was last updated by Sun : Nov/30/11 last seen 2020-06-01 modified 2020-06-02 plugin id 27025 published 2007-10-12 reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/27025 title Solaris 9 (sparc) : 126479-26 NASL family Solaris Local Security Checks NASL id SOLARIS10_X86_120229.NASL description Messaging Server 6.3-16.01_x86: core patch. Date this patch was last updated by Sun : Nov/30/11 This plugin has been deprecated and either replaced with individual 120229 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 25390 published 2007-06-04 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=25390 title Solaris 10 (x86) : 120229-45 (deprecated) NASL family Solaris Local Security Checks NASL id SOLARIS10_120228.NASL description Messaging Server 6.3-16.01: core patch. Date this patch was last updated by Sun : Nov/30/11 This plugin has been deprecated and either replaced with individual 120228 patch-revision plugins, or deemed non-security related. last seen 2019-02-21 modified 2018-07-30 plugin id 25386 published 2007-06-04 reporter Tenable source https://www.tenable.com/plugins/index.php?view=single&id=25386 title Solaris 10 (sparc) : 120228-45 (deprecated) NASL family Scientific Linux Local Security Checks NASL id SL_20110406_POSTFIX_ON_SL4_X.NASL description It was discovered that Postfix did not flush the received SMTP commands buffer after switching to TLS encryption for an SMTP session. A man-in-the-middle attacker could use this flaw to inject SMTP commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 61010 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/61010 title Scientific Linux Security Update : postfix on SL4.x, SL5.x i386/x86_64 NASL family Ubuntu Local Security Checks NASL id UBUNTU_USN-1113-1.NASL description It was discovered that the Postfix package incorrectly granted write access on the PID directory to the postfix user. A local attacker could use this flaw to possibly conduct a symlink attack and overwrite arbitrary files. This issue only affected Ubuntu 6.06 LTS and 8.04 LTS. (CVE-2009-2939) Wietse Venema discovered that Postfix incorrectly handled cleartext commands after TLS is in place. A remote attacker could exploit this to inject cleartext commands into TLS sessions, and possibly obtain confidential information such as passwords. (CVE-2011-0411). 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 55071 published 2011-06-13 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/55071 title Ubuntu 6.06 LTS / 8.04 LTS / 9.10 / 10.04 LTS / 10.10 : postfix vulnerabilities (USN-1113-1) NASL family Misc. NASL id IMAP4_STARTTLS_PLAINTEXT_INJECTION.NASL description The remote IMAP service contains a software flaw in its STARTTLS implementation that could allow a remote, unauthenticated attacker to inject commands during the plaintext protocol phase that will be executed during the ciphertext protocol phase. Successful exploitation could allow an attacker to steal a victim last seen 2020-06-01 modified 2020-06-02 plugin id 52609 published 2011-03-10 reporter This script is Copyright (C) 2011-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52609 title IMAP Service STARTTLS Plaintext Command Injection NASL family Debian Local Security Checks NASL id DEBIAN_DSA-2233.NASL description Several vulnerabilities were discovered in Postfix, a mail transfer agent. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2009-2939 The postinst script grants the postfix user write access to /var/spool/postfix/pid, which might allow local users to conduct symlink attacks that overwrite arbitrary files. - CVE-2011-0411 The STARTTLS implementation does not properly restrict I/O buffering, which allows man-in-the-middle attackers to insert commands into encrypted SMTP sessions by sending a cleartext command that is processed after TLS is in place. - CVE-2011-1720 A heap-based read-only buffer overflow allows malicious clients to crash the smtpd server process using a crafted SASL authentication request. last seen 2020-03-17 modified 2011-05-11 plugin id 53860 published 2011-05-11 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/53860 title Debian DSA-2233-1 : postfix - several vulnerabilities NASL family CentOS Local Security Checks NASL id CENTOS_RHSA-2011-0859.NASL description Updated cyrus-imapd 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 moderate 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. The cyrus-imapd packages contain a high-performance mail server with IMAP, POP3, NNTP, and Sieve support. It was discovered that cyrus-imapd did not flush the received commands buffer after switching to TLS encryption for IMAP, LMTP, NNTP, and POP3 sessions. A man-in-the-middle attacker could use this flaw to inject protocol commands into a victim last seen 2020-06-01 modified 2020-06-02 plugin id 55000 published 2011-06-09 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/55000 title CentOS 4 / 5 : cyrus-imapd (CESA-2011:0859) NASL family SuSE Local Security Checks NASL id SUSE_11_2_PURE-FTPD-110412.NASL description Pure-ftpd is vulnerable to the STARTTLS command injection issue similar to CVE-2011-0411 of postfix. CVE-2011-1575 has been assigned to this issue. last seen 2020-06-01 modified 2020-06-02 plugin id 53888 published 2011-05-13 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/53888 title openSUSE Security Update : pure-ftpd (openSUSE-SU-2011:0483-1) NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2011-100.NASL description A vulnerability has been identified and fixed in cyrus-imapd : The STARTTLS implementation in Cyrus IMAP Server before 2.4.7 does not properly restrict I/O buffering, which allows man-in-the-middle attackers to insert commands into encrypted sessions by sending a cleartext command that is processed after TLS is in place, related to a plaintext command injection attack, a similar issue to CVE-2011-0411 (CVE-2011-1926). 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 54639 published 2011-05-25 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/54639 title Mandriva Linux Security Advisory : cyrus-imapd (MDVSA-2011:100) NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2011-046.NASL description A security flaw was discovered in pure-ftpd which allows plaintext command injection over TLS (similar to CVE-2011-0411). 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 52708 published 2011-03-18 reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/52708 title Mandriva Linux Security Advisory : pure-ftpd (MDVSA-2011:046) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_1495F931852211E0A1C100215C6A37BB.NASL description Pure-FTPd development team reports : Support for braces expansion in directory listings has been disabled -- Cf. CVE-2011-0418. Fix a STARTTLS flaw similar to Postfix last seen 2020-06-01 modified 2020-06-02 plugin id 54620 published 2011-05-24 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/54620 title FreeBSD : pureftpd -- multiple vulnerabilities (1495f931-8522-11e0-a1c1-00215c6a37bb) NASL family SuSE Local Security Checks NASL id SUSE_11_3_POSTFIX-110318.NASL description postfix did not clear the receive buffer after the STARTTLS command. A man-in-the middle could therefore inject commands in the unencrypted stream that get interpreted in the encrypted phase after STARTTLS (CVE-2011-0411). last seen 2020-06-01 modified 2020-06-02 plugin id 75710 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/75710 title openSUSE Security Update : postfix (openSUSE-SU-2011:0389-1)
Redhat
advisories |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
rpms |
|
References
- http://secunia.com/advisories/43646
- http://www.kb.cert.org/vuls/id/MORO-8ELH6Z
- http://www.kb.cert.org/vuls/id/555316
- http://www.securityfocus.com/bid/46767
- http://www.vupen.com/english/advisories/2011/0611
- http://www.osvdb.org/71021
- http://securitytracker.com/id?1025179
- http://www.postfix.org/CVE-2011-0411.html
- http://lists.fedoraproject.org/pipermail/package-announce/2011-March/056560.html
- http://lists.fedoraproject.org/pipermail/package-announce/2011-March/056559.html
- http://www.vupen.com/english/advisories/2011/0752
- http://secunia.com/advisories/43874
- http://www.oracle.com/technetwork/topics/security/cpuapr2011-301950.html
- http://www.vupen.com/english/advisories/2011/0891
- http://www.redhat.com/support/errata/RHSA-2011-0423.html
- http://www.debian.org/security/2011/dsa-2233
- http://www.redhat.com/support/errata/RHSA-2011-0422.html
- http://support.apple.com/kb/HT5002
- http://lists.apple.com/archives/Security-announce/2011//Oct/msg00003.html
- http://security.gentoo.org/glsa/glsa-201206-33.xml
- http://lists.opensuse.org/opensuse-security-announce/2011-05/msg00005.html
- http://kb.juniper.net/InfoCenter/index?page=content&id=JSA10705
- https://exchange.xforce.ibmcloud.com/vulnerabilities/65932