Lucene search
+L

Symantec IM Manager Multiple SQL Injection Vulnerabilities

🗓️ 28 Oct 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

Symantec IM Manager Multiple SQL Injection Vulnerabilitie

Related
Refs
Code
# 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.100876");
  script_version("2023-07-28T16:09:07+0000");
  script_tag(name:"last_modification", value:"2023-07-28 16:09:07 +0000 (Fri, 28 Jul 2023)");
  script_tag(name:"creation_date", value:"2010-10-28 13:41:07 +0200 (Thu, 28 Oct 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-0112");
  script_name("Symantec IM Manager Multiple SQL Injection Vulnerabilities");
  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_dependencies("secpod_symantec_prdts_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("Symantec/IM/Manager");

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

  script_tag(name:"solution", value:"Vendor updates are available. Please see the references for more
  information.");

  script_tag(name:"summary", value:"Symantec IM Manager is prone to multiple SQL-injection vulnerabilities
  because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.");

  script_tag(name:"impact", value:"A successful exploit can allow an attacker to compromise the
  application, access or modify data, or exploit latent vulnerabilities in the underlying database.");

  script_tag(name:"affected", value:"Symantec IM Manager versions 8.4.15 and prior are vulnerable.");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/44299");
  script_xref(name:"URL", value:"http://www.symantec.com/business/security_response/securityupdates/detail.jsp?fid=security_advisory&pvid=security_advisory&year=2010&suid=20101027_01");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-10-220/");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-10-221/");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-10-222/");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-10-223/");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-10-224/");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-10-225/");
  script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-10-226/");
  exit(0);
}

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

httpPort = http_get_port(default:80);

rcvRes = http_get_cache(item:"/immanager", port:httpPort);
if(!rcvRes || "Symantec :: IM Manager" >!< rcvRes){
  exit(0);
}

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

if(version_is_less(version:imVer, test_version:"8.4.16")) {
  security_message(port:httpPort);
  exit(0);
}

exit(0);

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

28 Jul 2023 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 27.5
EPSS0.05822
22