Cyrus IMAP Server SIEVE Script Handling Buffer Overflow Vulnerability
🗓️ 02 Aug 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 30 Views
| Reporter | Title | Published | Views | Family All 91 |
|---|---|---|---|---|
| cyrus-imapd -- Potential buffer overflow in Sieve | 2 Sep 200900:00 | – | freebsd | |
| CentOS 4 / 5 : cyrus-imapd (CESA-2009:1459) | 6 Jan 201000:00 | – | nessus | |
| Debian DSA-1881-1 : cyrus-imapd-2.2 - buffer overflow | 24 Feb 201000:00 | – | nessus | |
| Debian DSA-1892-1 : dovecot - buffer overflow | 24 Feb 201000:00 | – | nessus | |
| Debian DSA-1893-1 : cyrus-imapd-2.2 kolab-cyrus-imapd - buffer overflow | 24 Feb 201000:00 | – | nessus | |
| Fedora 10 : dovecot-1.1.18-2.fc10 (2009-9559) | 16 Sep 200900:00 | – | nessus | |
| FreeBSD : cyrus-imapd -- Potential buffer overflow in Sieve (012b495c-9d51-11de-8d20-001bd3385381) | 10 Sep 200900:00 | – | nessus | |
| GLSA-201110-16 : Cyrus IMAP Server: Multiple vulnerabilities | 24 Oct 201100:00 | – | nessus | |
| Mac OS X Multiple Vulnerabilities (Security Update 2010-002) | 29 Mar 201000:00 | – | nessus | |
| Mandriva Linux Security Advisory : cyrus-imapd (MDVSA-2009:229-1) | 14 Sep 200900:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2010 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:cyrus:imap";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902223");
script_version("2025-03-05T05:38:52+0000");
script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
script_tag(name:"creation_date", value:"2010-08-02 12:38:17 +0200 (Mon, 02 Aug 2010)");
script_cve_id("CVE-2009-2632");
script_tag(name:"cvss_base", value:"4.4");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:P/I:P/A:P");
script_name("Cyrus IMAP Server SIEVE Script Handling Buffer Overflow Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Buffer overflow");
script_dependencies("secpod_cyrus_imap_server_detect.nasl");
script_mandatory_keys("cyrus/imap_server/detected");
script_xref(name:"URL", value:"http://www.debian.org/security/2009/dsa-1881");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/36296");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/36377");
script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2009/2559");
script_xref(name:"URL", value:"https://www.redhat.com/archives/fedora-package-announce/2009-September/msg00491.html");
script_xref(name:"URL", value:"http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sieve/script.c.diff?r1=1.67&r2=1.68");
script_xref(name:"URL", value:"http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sieve/script.c.diff?r1=1.62&r2=1.62.2.1&only_with_tag=cyrus-imapd-2_2-tail");
script_tag(name:"impact", value:"Successful exploitation will allow attackers to crash an affected server
or execute arbitrary code via a malicious SIEVE Script.");
script_tag(name:"affected", value:"Cyrus IMAP Server versions 2.3.14 and prior.");
script_tag(name:"insight", value:"The flaw is caused is due to error in the handling of 'SIEVE' Script, that
fails to perform adequate boundary checks on user-supplied data.");
script_tag(name:"summary", value:"Cyrus IMAP Server is prone to a buffer overflow vulnerability.");
script_tag(name:"solution", value:"Apply the patches from the references or upgrade to the latest version.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! vers = get_app_version( cpe:CPE, port:port ) )
exit( 0 );
if( version_is_less_equal( version:vers, test_version:"2.3.14" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"See references" );
security_message( port:port, data:report );
exit( 0 );
}
exit( 99 );
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
05 Mar 2025 00:00Current
7High risk
Vulners AI Score7
CVSS 24.4
EPSS0.00483