Lucene search

K
openvasCopyright (C) 2010 SecPodOPENVAS:902079
HistoryJun 22, 2010 - 12:00 a.m.

Rosoft Audio Converter '.M3U' file Buffer Overflow Vulnerability

2010-06-2200:00:00
Copyright (C) 2010 SecPod
plugins.openvas.org
8

0.222 Low

EPSS

Percentile

96.5%

This host is installed with Rosoft Audio Converter and is prone
to buffer overflow vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_rosoft_audio_converter_bof_vuln.nasl 5401 2017-02-23 09:46:07Z teissa $
#
# Rosoft Audio Converter '.M3U' file Buffer Overflow Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2010 SecPod, http://www.secpod.com
#
# 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 remote attackers to execute
arbitrary code on the system or cause the application to crash.

Impact Level: Application.";

tag_affected = "Rosoft Audio Converter version 4.4.4";

tag_insight = "The flaw exists due to boundary error when processing '.M3U' file,
which can be exploited by tricking a user into loading a specially crafted M3U file.";

tag_solution = "No solution or patch was made available for at least one year
since disclosure of this vulnerability. Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective
features, remove the product or replace the product by another one.";

tag_summary = "This host is installed with Rosoft Audio Converter and is prone
to buffer overflow vulnerability.";

if(description)
{
  script_id(902079);
  script_version("$Revision: 5401 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-23 10:46:07 +0100 (Thu, 23 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-06-22 14:43:46 +0200 (Tue, 22 Jun 2010)");
  script_cve_id("CVE-2010-2329");
  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_name("Rosoft Audio Converter '.M3U' file Buffer Overflow Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/40195");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/59483");
  script_xref(name : "URL" , value : "http://www.exploit-db.com/exploits/13895/");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 SecPod");
  script_family("Buffer overflow");
  script_dependencies("secpod_rosoft_audio_converter_detect.nasl");
  script_require_keys("Rosoft/Audio/Converter/Ver");
  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);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name:"solution_type", value:"WillNotFix");
  exit(0);
}


include("version_func.inc");

## Get version from KB
racVer = get_kb_item("Rosoft/Audio/Converter/Ver");

if(racVer != NULL)
{
  ## Check Rosoft Audio Converter version equal to '4.4.4'
  if(version_is_equal(version:racVer, test_version:"4.4.4")){
    security_message(0);
  }
}

0.222 Low

EPSS

Percentile

96.5%

Related for OPENVAS:902079