Lucene search
K

GOM Media Player 'AVI' File Unspecified Vulnerability (Windows)

🗓️ 21 Mar 2012 00:00:00Reported by Copyright (c) 2012 SecPodType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

GOM Media Player 'AVI' File Unspecified Vulnerability (Windows) allows remote attackers to execute arbitrary code via a crafted AVI file

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2012-1264
18 Mar 201200:00
cve
Cvelist
CVE-2012-1264
18 Mar 201200:00
cvelist
EUVD
EUVD-2012-1290
7 Oct 202500:30
euvd
NVD
CVE-2012-1264
18 Mar 201200:55
nvd
OpenVAS
GOM Media Player 'AVI' File Unspecified Vulnerability - Windows
21 Mar 201200:00
openvas
Prion
Code injection
18 Mar 201200:55
prion
Prion
Design/Logic Flaw
18 Mar 201200:55
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_gom_player_avi_unspecified_vuln_win.nasl 5988 2017-04-20 09:02:29Z teissa $
#
# GOM Media Player 'AVI' File Unspecified Vulnerability (Windows)
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2012 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 could allow attackers to execute arbitrary code in
  the context of the application.
  Impact Level: System/Application";
tag_affected = "GOM Media Player version prior to 2.1.37.5091 on Windows";
tag_insight = "The flaw is due to an unspecified error, which allows remote attackers
  to execute arbitrary code via a crafted AVI file.";
tag_solution = "Upgrade to GOM Media Player 2.1.37.5091 or later,
  For updates refer to http://www.gomlab.com/eng/";
tag_summary = "This host is installed with GOM Media Player and is prone to
  unspecified vulnerability.";

if(description)
{
  script_id(903002);
  script_version("$Revision: 5988 $");
  script_cve_id("CVE-2012-1264");
  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_tag(name:"last_modification", value:"$Date: 2017-04-20 11:02:29 +0200 (Thu, 20 Apr 2017) $");
  script_tag(name:"creation_date", value:"2012-03-21 16:45:16 +0530 (Wed, 21 Mar 2012)");
  script_name("GOM Media Player 'AVI' File Unspecified Vulnerability (Windows)");
  script_xref(name : "URL" , value : "http://gom.gomtv.com/gomIntro.html?type=4");
  script_xref(name : "URL" , value : "http://www.exploitsearch.net/index.php?q=NVD+CVE-2012-1264");
  script_xref(name : "URL" , value : "http://www.security-database.com/cvss.php?alert=CVE-2012-1264");
  script_xref(name : "URL" , value : "http://heapoverflow.com/f0rums/advisories/29716-cve-2012-1264-gom_media_player.html");

  script_copyright("Copyright (c) 2012 SecPod");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("secpod_gom_player_detect_win.nasl");
  script_require_keys("GOM/Player/Ver/Win");
  script_tag(name : "impact" , value : tag_impact);
  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:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


include("version_func.inc");

## Variable Initialization
gomVer = "";

## Get the version from KB
gomVer = get_kb_item("GOM/Player/Ver/Win");
if(!gomVer){
  exit(0);
}

## Check for GOM Media Player Version less than 2.1.37.5091
if(version_is_less(version:gomVer, test_version:"2.1.37.5091")){
  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

20 Apr 2017 00:00Current
1.3Low risk
Vulners AI Score1.3
EPSS0.01729
16