| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2010-2329 | 16 Jun 201000:00 | – | circl | |
| CVE-2010-2329 | 18 Jun 201020:00 | – | cve | |
| CVE-2010-2329 | 18 Jun 201020:00 | – | cvelist | |
| CVE-2010-2329 | 18 Jun 201020:30 | – | nvd | |
| Rosoft Audio Converter '.M3U' file Buffer Overflow Vulnerability | 22 Jun 201000:00 | – | openvas | |
| Buffer overflow | 18 Jun 201020:30 | – | prion |
| Source | Link |
|---|---|
| exploit-db | www.exploit-db.com/exploits/13895/ |
| xforce | www.xforce.iss.net/xforce/xfdb/59483 |
| secunia | www.secunia.com/advisories/40195 |
###############################################################################
# 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);
}
}
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