Lucene search
+L

SmarterTools SmarterMail Multiple Vulnerabilities (May 2011) - Active Check

🗓️ 01 Jun 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 82 Views

SmarterMail Multiple Vulnerabilities in Version 6.0 and Prio

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2011-2148
20 May 201122:00
cve
cve
CVE
CVE-2011-2149
20 May 201122:00
cve
cve
CVE
CVE-2011-2150
20 May 201122:00
cve
cve
CVE
CVE-2011-2151
20 May 201122:00
cve
cve
CVE
CVE-2011-2152
20 May 201122:00
cve
cve
CVE
CVE-2011-2153
20 May 201122:00
cve
cve
CVE
CVE-2011-2154
20 May 201122:00
cve
cve
CVE
CVE-2011-2155
20 May 201122:00
cve
cve
CVE
CVE-2011-2156
20 May 201122:00
cve
cve
CVE
CVE-2011-2157
20 May 201122:00
cve
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

CPE = "cpe:/a:smartertools:smartermail";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902432");
  script_version("2026-01-07T05:47:44+0000");
  script_tag(name:"last_modification", value:"2026-01-07 05:47:44 +0000 (Wed, 07 Jan 2026)");
  script_tag(name:"creation_date", value:"2011-06-01 11:16:16 +0200 (Wed, 01 Jun 2011)");
  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_cve_id("CVE-2011-2148", "CVE-2011-2149", "CVE-2011-2150", "CVE-2011-2151",
                "CVE-2011-2152", "CVE-2011-2153", "CVE-2011-2154", "CVE-2011-2155",
                "CVE-2011-2156", "CVE-2011-2157", "CVE-2011-2158", "CVE-2011-2159");

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

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

  script_name("SmarterTools SmarterMail Multiple Vulnerabilities (May 2011) - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_smartermail_consolidation.nasl", "gb_default_credentials_options.nasl");
  script_require_ports("Services/www", 9998);
  script_mandatory_keys("smartertools/smartermail/http/detected");
  script_exclude_keys("default_credentials/disable_default_account_checks");

  script_tag(name:"summary", value:"SmarterTools SmarterMail is prone to multiple
  vulnerabilities.");

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

  script_tag(name:"insight", value:"Multiple flaws are present in the application. More detail is
  available from the referenced advisory.");

  script_tag(name:"impact", value:"Successful exploitation could allow attackers to conduct
  cross-site scripting (XSS), command execution and directory traversal attacks.");

  script_tag(name:"affected", value:"SmarterTools SmarterMail versions 6.0 and prior.");

  script_tag(name:"solution", value:"Upgrade to SmarterTools SmarterMail 8.0 or later.");

  script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/240150");
  script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/MORO-8GYQR4");
  script_xref(name:"URL", value:"http://xss.cx/examples/smarterstats-60-oscommandinjection-directorytraversal-xml-sqlinjection.html.html");

  exit(0);
}

if (get_kb_item("default_credentials/disable_default_account_checks"))
  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 (!get_app_location(cpe: CPE, port: port, nofork:TRUE))
  exit(0);

url = "/Login.aspx?shortcutLink=autologin&txtSiteID=admin&txtUser=admin&txtPass=admin";

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

if ("txtUser=admin&" >< res && "txtPass=admin" >< 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

07 Jan 2026 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 210
EPSS0.05321
82