Lucene search
+L

SmarterTools SmarterStats Multiple Vulnerabilities

🗓️ 21 Dec 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 40 Views

SmarterTools SmarterStats Multiple Vulnerabilities. Input sanitisation flaws in multiple scripts. Sensitive information disclosure in 'frmGettingStarted.aspx'

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2011-4750
16 Dec 201111:00
cve
cve
CVE
CVE-2011-4751
16 Dec 201111:00
cve
cve
CVE
CVE-2011-4752
16 Dec 201111:00
cve
cvelist
Cvelist
CVE-2011-4750
16 Dec 201111:00
cvelist
cvelist
Cvelist
CVE-2011-4751
16 Dec 201111:00
cvelist
cvelist
Cvelist
CVE-2011-4752
16 Dec 201111:00
cvelist
euvd
EUVD
EUVD-2011-4668
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2011-4669
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2011-4670
7 Oct 202500:30
euvd
nvd
NVD
CVE-2011-4750
16 Dec 201111:55
nvd
Rows per page
# 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.902773");
  script_version("2025-09-05T15:40:40+0000");
  script_cve_id("CVE-2011-4752", "CVE-2011-4751", "CVE-2011-4750");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"creation_date", value:"2011-12-21 16:43:05 +0530 (Wed, 21 Dec 2011)");
  script_tag(name:"last_modification", value:"2025-09-05 15:40:40 +0000 (Fri, 05 Sep 2025)");
  script_name("SmarterTools SmarterStats Multiple Vulnerabilities");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("find_service.nasl", "httpver.nasl", "webmirror.nasl",
                      "DDI_Directory_Scanner.nasl", "global_settings.nasl",
                      "gb_microsoft_iis_http_detect.nasl");
  script_require_ports("Services/www", 9999);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_xref(name:"URL", value:"http://www.smartertools.com/smarterstats/web-analytics-seo-software.aspx");
  script_xref(name:"URL", value:"http://xss.cx/examples/exploits/stored-reflected-xss-cwe79-smarterstats624100.html");

  script_tag(name:"impact", value:"Successful exploitation will let the attackers execute arbitrary
  HTML and script code in a user's browser session in context of an affected site.");

  script_tag(name:"affected", value:"SmarterTools SmarterStats version 6.2.4100.");

  script_tag(name:"insight", value:"The flaws are due to an:

  - Input passed via multiple parameters to multiple scripts are not properly
  sanitised before being returned to the user.

  - Error in 'frmGettingStarted.aspx' generates response with GET request,
  which allows remote attackers obtain sensitive information by reading
  web-server access logs or web-server referer logs.");

  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_tag(name:"summary", value:"This host is SmarterTools SmarterStats and is prone to multiple
  vulnerabilities.");

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

  exit(0);
}

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

port = http_get_port(default:9999);
if( ! http_can_host_asp( port:port ) )
  exit( 0 );

res = http_get_cache(item: "/login.aspx", port:port);

if("Login to SmarterStats" >< res || ">SmarterStats" >< res) {
  ver = eregmatch(pattern:">SmarterStats.?([a-zA-Z]+?.?([0-9.]+))", string:res);
  if(ver[2] =~ "^[0-9]"){
    ver = ver[2];
  } else{
    ver = ver[1];
  }
}

if(ver) {
  if(version_in_range(version:ver, test_version:"6.2", test_version2:"6.2.4100")){
    security_message(port);
  }
}

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 Sep 2025 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 210
EPSS0.01839
40