| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Winamp < 5.63 Multiple Vulnerabilities | 5 Jul 201200:00 | – | nessus | |
| Winamp < 5.63 Multiple Vulnerabilities | 28 Jun 201200:00 | – | nessus | |
| CVE-2012-4045 | 22 Jul 201217:00 | – | cve | |
| CVE-2012-4045 | 22 Jul 201217:00 | – | cvelist | |
| EUVD-2012-3989 | 7 Oct 202500:30 | – | euvd | |
| CVE-2012-4045 | 22 Jul 201217:55 | – | nvd | |
| Winamp 'AVI' File Multiple Heap-based Buffer Overflow Vulnerabilities | 2 Aug 201200:00 | – | openvas | |
| Heap overflow | 22 Jul 201217:55 | – | prion |
| Source | Link |
|---|---|
| forums | www.forums.winamp.com/showthread.php |
| securityfocus | www.securityfocus.com/bid/54131/discuss |
| secunia | www.secunia.com/advisories/46624 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_winamp_avi_mult_bof_vuln.nasl 5963 2017-04-18 09:02:14Z teissa $
#
# Winamp 'AVI' File Multiple Heap-based Buffer Overflow Vulnerabilities
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2012 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 attackers to execute arbitrary code in the
context of the application.
Impact Level: System/Application";
tag_affected = "Winamp version before 5.63 build 3235";
tag_insight = "Errors in bmp.w5s,
- when allocating memory using values from the 'strf' chunk to process BI_RGB
video and UYVY video data within AVI files.
- when processing decompressed TechSmith Screen Capture Codec (TSCC) data
within AVI files.";
tag_solution = "upgrade to Winamp 5.63 build 3235 or later,
For updates refer to http://www.winamp.com/media-player";
tag_summary = "This host is installed with Winamp and is prone to heap-based
buffer overflow vulnerabilities.";
if(description)
{
script_id(802926);
script_version("$Revision: 5963 $");
script_cve_id("CVE-2012-4045");
script_bugtraq_id(54131);
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"$Date: 2017-04-18 11:02:14 +0200 (Tue, 18 Apr 2017) $");
script_tag(name:"creation_date", value:"2012-08-02 18:57:35 +0530 (Thu, 02 Aug 2012)");
script_name("Winamp 'AVI' File Multiple Heap-based Buffer Overflow Vulnerabilities");
script_xref(name : "URL" , value : "http://secunia.com/advisories/46624");
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/54131/discuss");
script_xref(name : "URL" , value : "http://forums.winamp.com/showthread.php?t=345684");
script_tag(name:"qod_type", value:"registry");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
script_family("Buffer overflow");
script_dependencies("secpod_winamp_detect.nasl");
script_require_keys("Winamp/Version");
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);
exit(0);
}
include("version_func.inc");
## Variable Initialization
winampVer = "";
winampVer = get_kb_item("Winamp/Version");
if(!winampVer){
exit(0);
}
# Check for version less than 5.63 build 3235(5.6.3.3235)
if(version_is_less(version:winampVer, test_version:"5.6.3.3235")){
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