Lucene search
K

Drupal AES Encryption Module Information Disclosure Vulnerability

🗓️ 15 Feb 2011 00:00:00Reported by Copyright (C) 2011 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 17 Views

Drupal AES Encryption Module Information Disclosure Vulnerability. The module saves user passwords in a text file, which can be accessed by a remote attacker directly requesting the file

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2011-0899
7 Feb 201120:19
cve
Cvelist
CVE-2011-0899
7 Feb 201120:19
cvelist
Dsquare
Drupal AES encryption File Disclosure
18 Mar 201200:00
dsquare
EUVD
EUVD-2011-0911
7 Oct 202500:30
euvd
NVD
CVE-2011-0899
7 Feb 201121:00
nvd
OpenVAS
Drupal AES Encryption Module Information Disclosure Vulnerability (SA-CONTRIB-2011-005) - Active Check
15 Feb 201100:00
openvas
Prion
Code injection
7 Feb 201121:00
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_drupal_aes_module_info_disc_vuln.nasl 7024 2017-08-30 11:51:43Z teissa $
#
# Drupal AES Encryption Module Information Disclosure Vulnerability
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2011 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 attacker to obtain sensitive information
  that could aid in further attacks.
  Impact Level: Application";
tag_affected = "Drupal AES Encryption Module 7.x-1.4";
tag_insight = "The flaw is triggered when the module saves user passwords in a text file,
  which will disclose the password to a remote attacker who directly requests
  the file.";
tag_solution = "Upgarade to Drupal AES Encryption Module 7.x-1.5 or later.
  For updates refer to http://drupal.org/node/1040728";
tag_summary = "The host is running Drupal AES Encryption Module and is prone to
  information disclosure vulnerability.";

if(description)
{
  script_id(801842);
  script_version("$Revision: 7024 $");
  script_tag(name:"last_modification", value:"$Date: 2017-08-30 13:51:43 +0200 (Wed, 30 Aug 2017) $");
  script_tag(name:"creation_date", value:"2011-02-15 08:14:35 +0100 (Tue, 15 Feb 2011)");
  script_cve_id("CVE-2011-0899");
  script_bugtraq_id(46116);
  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("Drupal AES Encryption Module Information Disclosure Vulnerability");
  script_xref(name : "URL" , value : "http://drupal.org/node/1048998");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/43185");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/65112");

  script_tag(name:"qod_type", value:"remote_vul");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2011 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("drupal_detect.nasl");
  script_require_ports("Services/www", 80);
  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);
  exit(0);
}


include("http_func.inc");
include("version_func.inc");
include("http_keepalive.inc");

## Get HTTP Port
port = get_http_port(default:80);
if(!port){
  exit(0);
}

if(dir = get_dir_from_kb(port:port,app:"drupal"))
{
  ## Try to access login_edit_dump.txt
  req = http_get(item:string(dir, "/login_edit_dump.txt"), port:port);
  res = http_keepalive_send_recv(port:port, data:req);

  ## Check for the file status
  if(ereg(pattern:"^HTTP/[0-9]\.[0-9] 200 .*", string:res))
  {
    security_message(port);
    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

30 Aug 2017 00:00Current
6.3Medium risk
Vulners AI Score6.3
EPSS0.00281
17