Lucene search
K

Xpressions Interactive Multiple Products login.asp SQL Injection

🗓️ 04 Jun 2003 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 20 Views

Xpressions Interactive products have SQL injection flaws allowing admin access and data exposure.

Refs
Code
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if(description)
{
 script_id(11698);
 script_version("1.28");
 script_bugtraq_id(7804);

 script_name(english:"Xpressions Interactive Multiple Products login.asp SQL Injection");
 script_summary(english:"Attempts SQL Injection");

 script_set_attribute( attribute:"synopsis", value:
"The remote host has a web vulnerability that can allow an attacker
to manage the website with administrative privileges." );
 script_set_attribute( attribute:"description",  value:
"The remote host appears to be running a software suite (truConnect,
FlowerLink, eVision, or Website Integration) from Xpressions Software.

The software in question has multiple SQL injection vulnerabilities
that could allow an attacker to gain administrative access.  This
could lead to the exposure of user passwords and credit card data." );
 script_set_attribute(
   attribute:"see_also",
   value:"https://seclists.org/bugtraq/2003/Jun/46"
 );
 script_set_attribute(
   attribute:"solution", 
   value:"Upgrade to the latest version of this software."
 );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
 script_set_attribute(attribute:"exploit_available", value:"true");
 script_set_attribute(attribute:"plugin_publication_date", value: "2003/06/04");
 script_set_attribute(attribute:"plugin_modification_date", value:"2025/09/29");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();

 script_category(ACT_GATHER_INFO);
 script_copyright(english:"This script is Copyright (C) 2003-2025 Tenable Network Security, Inc.");
 script_family(english:"CGI abuses");

 script_dependencie("http_version.nasl", "find_service1.nasl", "no404.nasl");
 script_require_ports("Services/www", 80);
 script_exclude_keys("Settings/disable_cgi_scanning");
 script_require_keys("www/ASP");
 exit(0);
}

# Check starts here
include("http.inc");
include("torture_cgi.inc");

port = get_http_port(default:80);
if ( ! can_host_asp(port:port) ) exit(0);


function check(req)
{
  local_var buf, r, variables;

  variables = string("c=1&ref=&Uname=nessus&Upass='&submit1=Submit");
  r = http_send_recv3(method: "POST", item: req, version: 11, port: port,
   add_headers: make_array("Content-Type", "application/x-www-form-urlencoded"),
   data: variables);

  if (isnull(r)) exit(0);
  buf = strcat(r[0], r[1], '\r\n', r[2]);

  if("Microsoft OLE DB Provider for SQL Server" >< buf && "error '" >< buf)
  	{
	security_hole(port);
	set_kb_item(name: 'www/'+port+'/SQLInjection', value: TRUE);
	exit(0);
	}
 
 
 return(0);
}


foreach dir ( cgi_dirs() )
{
  if ( is_cgi_installed3(item:dir + "/manage/login.asp", port:port) ) check(req:dir + "/manage/login.asp");
}

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