Lucene search
+L

XAMPP < 1.7.3 Multiple CSRF Vulnerabilities

🗓️ 30 Mar 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

XAMPP < 1.7.3 Multiple CSRF Vulnerabilities, Lack of input validation, Input not properly sanitize

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6499
8 Dec 200800:00
circl
cve
CVE
CVE-2008-6499
20 Mar 200900:00
cve
cvelist
Cvelist
CVE-2008-6499
20 Mar 200900:00
cvelist
exploitdb
Exploit DB
XAMPP 1.6.8 - Cross-Site Request Forgery (Change Administrative Password)
8 Dec 200800:00
exploitdb
euvd
EUVD
EUVD-2008-6469
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-6499
20 Mar 200900:30
nvd
openvas
OpenVAS
XAMPP Multiple Cross-Site Request Forgery Vulnerability
30 Mar 200900:00
openvas
prion
Prion
Code injection
20 Mar 200900:30
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:apachefriends:xampp";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900527");
  script_version("2024-06-18T05:05:55+0000");
  script_tag(name:"last_modification", value:"2024-06-18 05:05:55 +0000 (Tue, 18 Jun 2024)");
  script_tag(name:"creation_date", value:"2009-03-30 15:53:34 +0200 (Mon, 30 Mar 2009)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");

  script_cve_id("CVE-2008-6498", "CVE-2008-6499");

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

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

  script_name("XAMPP < 1.7.3 Multiple CSRF Vulnerabilities");

  script_category(ACT_GATHER_INFO);

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

  script_tag(name:"summary", value:"XAMPP is prone to multiple cross-site request forgery (CSRF)
  vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"The following vulnerabilities exist:

  - Lack of input validation checking for the user-supplied data provided to
  'security/xamppsecurity.php' which lets change admin password through CSRF attack.

  - Input passed to some certain parameters like 'dbserver', 'host', 'password', 'database' and
  'table' in not properly sanitised before being returned to a user.");

  script_tag(name:"impact", value:"Successful exploitation will let the attacker execute crafted
  malicious queries in the vulnerable parameters or can change admin authentication data via
  crafted CSRF queries.");

  script_tag(name:"affected", value:"XAMPP version 1.6.8 and prior.");

  script_tag(name:"solution", value:"Update to version 1.7.3 or later.");

  script_xref(name:"URL", value:"http://secunia.com/advisories/32134");
  script_xref(name:"URL", value:"http://www.milw0rm.com/exploits/7384");
  script_xref(name:"URL", value:"http://securityreason.com/securityalert/5434");

  exit(0);
}

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

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

if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
  exit(0);

version = infos["version"];
location = infos["location"];

if (version_is_less_equal(version: version, test_version: "1.6.8")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "1.7.3", install_path: location);
  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

18 Jun 2024 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 25.5
EPSS0.01556
21