Lucene search
K

Becky! Internet Mail Buffer Overflow Vulnerability

🗓️ 18 Feb 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 11 Views

Becky! Internet Mail Buffer Overflow Vulnerability allowing arbitrary code execution on Window

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2009-0569
13 Feb 200901:00
cve
Cvelist
CVE-2009-0569
13 Feb 200901:00
cvelist
Japan Vulnerability Notes
JVN#29641290 Becky! Internet Mail buffer overflow vulnerability
12 Feb 200900:00
jvn
Japan Vulnerability Notes
Becky! Internet Mail buffer overflow vulnerability
12 Feb 200908:28
jvn
NVD
CVE-2009-0569
13 Feb 200901:30
nvd
OpenVAS
Becky! Internet Mail Buffer Overflow Vulnerability
18 Feb 200900:00
openvas
Prion
Buffer overflow
13 Feb 200901:30
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_becky_internet_mail_bof_vuln.nasl 4865 2016-12-28 16:16:43Z teissa $
#
# Becky! Internet Mail Buffer Overflow Vulnerability
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_impact = "Successful exploitation will allow a remote attacker to execute arbitrary
  code on the target system and can cause denial-of-service condition.

  Impact level: Application";

tag_affected = "Becky! Internet Mail version 2.48.2 and prior on Windows.";
tag_insight = "The flaw is generated when the application fails to perform adequate boundary
  checks on user-supplied input. Boundary error may be generated when the user
  agrees to return a receipt message for a specially crafted e-mail thus
  leading to buffer overflow.";
tag_solution = "Update to version 2.50.01 or later
  http://www.rimarts.co.jp/becky.htm";
tag_summary = "This host is running Becky! Internet Mail client which is prone
  to buffer overflow vulnerability.";

if(description)
{
  script_id(800519);
  script_version("$Revision: 4865 $");
  script_tag(name:"last_modification", value:"$Date: 2016-12-28 17:16:43 +0100 (Wed, 28 Dec 2016) $");
  script_tag(name:"creation_date", value:"2009-02-18 15:32:11 +0100 (Wed, 18 Feb 2009)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2009-0569");
  script_bugtraq_id(33756);
  script_name("Becky! Internet Mail Buffer Overflow Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/33892");
  script_xref(name : "URL" , value : "http://www.rimarts.jp/downloads/B2/Readme-e.txt");

  script_tag(name:"qod_type", value:"executable_version");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("gb_becky_internet_mail_detect.nasl");
  script_require_keys("Becky/InternetMail/Ver");
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name : "impact" , value : tag_impact);
  exit(0);
}


include("version_func.inc");

bimVer = get_kb_item("Becky/InternetMail/Ver");
if(bimVer == NULL){
  exit(0);
}

# Grep for version 2.48.02 (2.4.8.2)
if(version_is_less_equal(version:bimVer, test_version:"2.4.8.2")){
  security_message(0);
}

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

28 Dec 2016 00:00Current
0.7Low risk
Vulners AI Score0.7
EPSS0.08947
11