Lucene search
+L

CrawlTrack Unspecified Vulnerability

🗓️ 05 Feb 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

CrawlTrack Unspecified Vulnerability. Input validation errors allow remote code execution

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-4537
13 Jan 201118:35
cve
cvelist
Cvelist
CVE-2010-4537
13 Jan 201118:35
cvelist
euvd
EUVD
EUVD-2010-4503
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-4537
13 Jan 201119:00
nvd
openvas
OpenVAS
CrawlTrack Unspecified Vulnerability
5 Feb 201100:00
openvas
prion
Prion
Design/Logic Flaw
13 Jan 201119:00
prion
redhatcve
RedhatCVE
CVE-2010-4537
22 May 202512:28
redhatcve
# SPDX-FileCopyrightText: 2011 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.901179");
  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:"2011-02-05 04:12:38 +0100 (Sat, 05 Feb 2011)");
  script_cve_id("CVE-2010-4537");
  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_name("CrawlTrack Unspecified Vulnerability");
  script_xref(name:"URL", value:"http://www.crawltrack.net/changelog.php");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2010/3342");
  script_xref(name:"URL", value:"http://openwall.com/lists/oss-security/2011/01/03/7");

  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("secpod_crawltrack_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("crawltrack/detected");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary PHP
  code with the privileges of the web server.");

  script_tag(name:"affected", value:"CrawlTrack versions before 3.2.7.");

  script_tag(name:"insight", value:"The flaw is caused by input validation errors in the stats pages when
  processing user-supplied data and parameters, which could allow remote
  attackers to execute arbitrary PHP code with the privileges of the web server.");

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

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

  script_tag(name:"summary", value:"CrawlTrack is prone to an unspecified vulnerability.");

  exit(0);
}

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

port = http_get_port(default:80);

if(ver = get_version_from_kb(port:port, app:"CrawlTrack"))
{
  if(version_is_less(version: ver, test_version: "3.2.7")){
    report = report_fixed_ver(installed_version:ver, fixed_version:"3.2.7");
    security_message(port: port, data: report);
  }
}

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

05 Mar 2025 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 26.8
EPSS0.01175
23