Lucene search
K

CommuniGate Pro WebMail w/ MSIE STYLE Tag XSS

🗓️ 14 May 2007 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 30 Views

The version of CommuniGate Pro WebMail is vulnerable to cross-site scripting with MSIE STYLE Tag

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2007-2718
16 May 200719:00
cve
Cvelist
CVE-2007-2718
16 May 200719:00
cvelist
NVD
CVE-2007-2718
16 May 200719:28
nvd
Prion
Cross site scripting
16 May 200719:28
prion
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

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

if (description)
{
  script_id(25215);
  script_version("1.20");

  script_cve_id("CVE-2007-2718");
  script_bugtraq_id(23950);

  script_name(english:"CommuniGate Pro WebMail w/ MSIE STYLE Tag XSS");
  script_summary(english:"Checks for CommuniGate Pro < 5.1.9");

 script_set_attribute(attribute:"synopsis", value:
"The remote web server is affected by a cross-site scripting issue." );
 script_set_attribute(attribute:"description", value:
"According to its banner, the version of CommuniGate Pro running on the
remote host fails to completely sanitize email messages, when using 
Internet Explorer (IE).  A remote attacker may be able to leverage this 
issue to inject arbitrary HTML and script code into a user's browser to 
be evaluated within the security context of the affected website." );
 script_set_attribute(attribute:"see_also", value:"https://seclists.org/fulldisclosure/2007/May/187" );
 script_set_attribute(attribute:"see_also", value:"http://www.communigate.com/CommuniGatePro/History51.html" );
 script_set_attribute(attribute:"solution", value:
"Upgrade to CommuniGate Pro version 5.1.9 or later." );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
  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:"false");
 script_cwe_id(20, 74, 79, 442, 629, 711, 712, 722, 725, 750, 751, 800, 801, 809, 811, 864, 900, 928, 931, 990);

 script_set_attribute(attribute:"plugin_publication_date", value: "2007/05/14");
 script_set_attribute(attribute:"vuln_publication_date", value: "2007/05/12");
 script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/19");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe",value:"cpe:/a:stalker:communigate_pro:5.1.8 and previous versions");
script_end_attributes();


  script_category(ACT_GATHER_INFO);
  script_family(english:"CGI abuses : XSS");

  script_copyright(english:"This script is Copyright (C) 2007-2021 Tenable Network Security, Inc.");

  script_dependencies("http_version.nasl");
  script_require_ports("Services/www", 8100);

  exit(0);
}

include("global_settings.inc");
include("misc_func.inc");
include("http.inc");

port = get_http_port(default:8100);

# Check the version in the banner.
banner = get_http_banner(port:port);
if (
  banner &&
  "Server: CommuniGatePro" >< banner &&
  egrep(pattern:"^Server: CommuniGatePro/([0-4]\.|5\.(0[^0-9]|1([^.]|\.[0-8]($|[^0-9]))))", string:banner)
) {
   security_warning(port);
   set_kb_item(name: 'www/'+port+'/XSS', value: TRUE);
}

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

19 Jan 2021 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.28844
30