| Reporter | Title | Published | Views | Family All 43 |
|---|---|---|---|---|
| CVE-2009-0179 | 20 Jan 200916:30 | – | attackerkb | |
| CVE-2009-0179 | 20 Jan 200916:00 | – | cve | |
| CVE-2009-0179 | 20 Jan 200916:00 | – | cvelist | |
| CVE-2009-0179 | 20 Jan 200916:00 | – | debiancve | |
| Security fix for the ALT Linux 5 package libmikmod version 3.1.11-alt0.8 | 26 Aug 201000:00 | – | altlinux | |
| EUVD-2009-0188 | 7 Oct 202500:30 | – | euvd | |
| [SECURITY] Fedora 11 Update: libmikmod-3.2.0-5.beta2.fc11 | 28 Aug 200922:01 | – | fedora | |
| [SECURITY] Fedora 10 Update: libmikmod-3.2.0-4.beta2.fc10 | 28 Aug 200921:59 | – | fedora | |
| Fedora 10 : libmikmod-3.2.0-4.beta2.fc10 (2009-9095) | 31 Aug 200900:00 | – | nessus | |
| Fedora 11 : libmikmod-3.2.0-5.beta2.fc11 (2009-9112) | 31 Aug 200900:00 | – | nessus |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/33485 |
| bugs | www.bugs.debian.org/cgi-bin/bugreport.cgi |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_mikmod_dos_vuln.nasl 5055 2017-01-20 14:08:39Z teissa $
#
# MikMod Module Player Denial of Service Vulnerability (Linux)
#
# Authors:
# Sujit Ghosal <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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 let the attacker crash the application to cause
denial-of-service condition.
Impact level: Application";
tag_affected = "MikMod Module Player version 3.1.11 to 3.2.0 on Linux.";
tag_insight = "- libmikmod library using a global variable to keep track of the number of
channels can be exploited to crash an application using the library by
loading a module with more channels than the currently playing module.
- Error when processing the header of certain XM files which can be
exploited to crash an application using the library via a specially
crafted XM file.";
tag_solution = "Apply Patch,
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=31.xm-header.patch;att=1;bug=476339";
tag_summary = "This host is installed with MikMod Module Player and is prone to
Denial of Service vulnerability.";
if(description)
{
script_id(900443);
script_version("$Revision: 5055 $");
script_tag(name:"last_modification", value:"$Date: 2017-01-20 15:08:39 +0100 (Fri, 20 Jan 2017) $");
script_tag(name:"creation_date", value:"2009-01-29 15:16:47 +0100 (Thu, 29 Jan 2009)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
script_cve_id("CVE-2009-0179");
script_bugtraq_id(33235);
script_name("MikMod Module Player Denial of Service Vulnerability (Linux)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/33485");
script_xref(name : "URL" , value : "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461519");
script_tag(name:"qod_type", value:"executable_version");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 SecPod");
script_family("Denial of Service");
script_dependencies("secpod_mikmod_detect.nasl");
script_require_keys("MikMod/Linux/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");
mikmodVer = get_kb_item("MikMod/Linux/Ver");
if(mikmodVer != NULL)
{
#Grep for MikMod version 3.1.11 to 3.2.0
if(version_in_range(version:mikmodVer, test_version:"3.1.11",
test_version2:"3.2.0")){
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