Lucene search
+L

Symantec IM Manager Console Cross Site Scripting Vulnerability

🗓️ 02 Mar 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 32 Views

Symantec IM Manager Console Cross Site Scripting Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
Symantec IM Manager Multiple Vulnerabilities
2 Mar 201000:00
nessus
nessus
Tenable Nessus
Symantec IM Manager 8.x < 8.3.14 (SYM10-005 and SYM10-006)
9 Mar 201000:00
nessus
cve
CVE
CVE-2009-3036
23 Feb 201020:00
cve
cvelist
Cvelist
CVE-2009-3036
23 Feb 201020:00
cvelist
euvd
EUVD
EUVD-2009-3020
7 Oct 202500:30
euvd
kitploit
Kitploit
CVE-2009-3036
31 Aug 202616:48
kitploit
nvd
NVD
CVE-2009-3036
23 Feb 201020:30
nvd
openvas
OpenVAS
Symantec IM Manager Console Cross Site Scripting Vulnerability
2 Mar 201000:00
openvas
prion
Prion
Cross site scripting
23 Feb 201020:30
prion
symantec
Symantec
Symantec IM Manager Local-Access Cross-site Scripting
18 Feb 201008:00
symantec
# 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.902132");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2010-03-02 12:02:59 +0100 (Tue, 02 Mar 2010)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_cve_id("CVE-2009-3036");
  script_name("Symantec IM Manager Console Cross Site Scripting Vulnerability");
  script_xref(name:"URL", value:"http://secunia.com/advisories/38672");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/38241");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2010/0438");
  script_xref(name:"URL", value:"http://www.symantec.com/business/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=2010&suid=20100218_00");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("secpod_symantec_prdts_detect.nasl");
  script_mandatory_keys("Symantec/IM/Manager");
  script_require_ports("Services/www", 80);
  script_tag(name:"impact", value:"Successful exploitation allows attackers to execute arbitrary script code.");

  script_tag(name:"affected", value:"Symantec IM Manager version 8.3 and 8.4 before 8.4.13");

  script_tag(name:"insight", value:"The flaw is caused due input validation error in the 'management console',
  which fails to properly filter/validate external input from non-privileged
  users with authorized access to the console.");

  script_tag(name:"solution", value:"Update to Symantec IM Manager version 8.4.13");

  script_tag(name:"summary", value:"Symantec IM Manager is prone to a cross-site scripting (XSS) vulnerability.");

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

  script_xref(name:"URL", value:"http://www.symantec.com/business/im-manager");
  exit(0);
}

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

httpPort = http_get_port(default:80);

sndReq = http_get(item:"/immanager", port:httpPort);
rcvRes = http_send_recv(port:httpPort, data:sndReq);

if((isnull(rcvRes)) && ("Symantec :: IM Manager" >!< rcvRes)){
  exit(0);
}

imVer = get_kb_item("Symantec/IM/Manager");
if(!imVer){
  exit(0);
}

# IM Manager version less than 8.4.13(8.4.1362.0)
if(version_is_equal(version:imVer, test_version:"8.3") ||
   version_in_range(version:imVer, test_version:"8.4", test_version2:"8.4.1361")){
  security_message( port: 0, data: "The target host was found to be vulnerable" );
}

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 Mar 2025 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 24.3
EPSS0.02252
32