Lucene search
+L

LimeSurvey < 1.82 Information Disclosure Vulnerability

🗓️ 26 May 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

LimeSurvey < 1.82 Information Disclosure Vulnerability. Error in a script in '/admin/remotecontrol/' can be exploited to view and manipulate files, which may allow execution of arbitrary PHP code. Successful exploitation will let the attacker gain sensitive information by executing arbitrary commands inside the context of the affected web application. Upgrade to LimeSurvey version 1.82 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2009-1604
11 May 200919:28
cve
cvelist
Cvelist
CVE-2009-1604
11 May 200919:28
cvelist
euvd
EUVD
EUVD-2009-1599
7 Oct 202500:30
euvd
nessus
Tenable Nessus
LimeSurvey sUser Parameter SQL Injection
6 May 200900:00
nessus
nvd
NVD
CVE-2009-1604
11 May 200920:00
nvd
openvas
OpenVAS
LimeSurvey Information Disclosure Vulnerability
26 May 200900:00
openvas
prion
Prion
Code injection
11 May 200920:00
prion
# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:limesurvey:limesurvey";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900353");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2009-05-26 15:05:11 +0200 (Tue, 26 May 2009)");
  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_cve_id("CVE-2009-1604");

  script_tag(name:"qod_type", value:"remote_banner");

  script_tag(name:"solution_type", value:"VendorFix");

  script_category(ACT_GATHER_INFO);

  script_name("LimeSurvey < 1.82 Information Disclosure Vulnerability");

  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("secpod_limesurvey_detect.nasl");
  script_mandatory_keys("limesurvey/http/detected");

  script_tag(name:"affected", value:"LimeSurvey version prior to 1.82");

  script_tag(name:"insight", value:"Error in a script in '/admin/remotecontrol/' and can be
  exploited to view and manipulate files, which may allow the execution of e.g. arbitrary PHP code.");

  script_tag(name:"impact", value:"Successful exploitation will let the attacker gain sensitive
  information by executing arbitrary commands inside the context of the affected web application.");

  script_tag(name:"solution", value:"Upgrade to LimeSurvey version 1.82 or later.");

  script_tag(name:"summary", value:"imeSurvey is prone to an information disclosure vulnerability.");

  script_xref(name:"URL", value:"http://secunia.com/advisories/34946");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34785");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2009/1219");
  script_xref(name:"URL", value:"http://www.limesurvey.org/content/view/169/1/lang,en");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if (!port = get_app_port(cpe: CPE))
  exit(0);

if (!version = get_app_version(cpe: CPE, port: port))
  exit(0);

if (version_is_less(version: version, test_version: "1.82")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "1.82");
  security_message(port: port, data: report);
  exit(0);
}

exit(99);

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