Lucene search
+L

APC PowerChute Business Edition Unspecified Cross Site Scripting Vulnerability

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

APC PowerChute Business Edition Unspecified Cross Site Scripting Vulnerability. Improper validation of input

Related
Refs
Code
# 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.902771");
  script_version("2025-03-05T05:38:52+0000");
  script_cve_id("CVE-2011-4263");
  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_tag(name:"creation_date", value:"2011-12-16 13:03:34 +0530 (Fri, 16 Dec 2011)");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_name("APC PowerChute Business Edition Unspecified Cross Site Scripting Vulnerability");
  script_xref(name:"URL", value:"http://secunia.com/advisories/47113/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51022");
  script_xref(name:"URL", value:"http://jvn.jp/en/jp/JVN61695284/index.html");
  script_xref(name:"URL", value:"http://jvndb.jvn.jp/en/contents/2011/JVNDB-2011-000100.html");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("General");
  script_dependencies("smb_reg_service_pack.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");
  script_tag(name:"insight", value:"The flaw exists due to improper validation of certain unspecified input
  before being returned to the user.");
  script_tag(name:"solution", value:"Upgrade to the APC PowerChute Business Edition version 8.5 or later");
  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"summary", value:"APC PowerChute Business Edition is prone to a cross-site scripting (XSS) vulnerability.");
  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to execute arbitrary HTML
  and script code in a user's browser session in context of an affected site.");
  script_tag(name:"affected", value:"APC PowerChute Business Edition version prior to 8.5");
  script_xref(name:"URL", value:"http://www.apc.com/products/family/index.cfm?id=125&ISOCountryCode=us");
  exit(0);
}


include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");

if(!get_kb_item("SMB/WindowsVersion")){
  exit(0);
}

if(!registry_key_exists(key:"SOFTWARE\APC\PowerChute Business Edition\server")){
  exit(0);
}

key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\";

if(!registry_key_exists(key:key)){
  exit(0);
}

foreach item (registry_enum_keys(key:key))
{
  powerName = registry_get_sz(key:key + item, item:"DisplayName");

  if("PowerChute Business Edition Console" >< powerName)
  {
    powerVer = registry_get_sz(key:key + item, item:"DisplayVersion");
    if(powerVer)
    {
      if(version_is_less(version:powerVer, test_version:"8.5.0"))
      {
        report = report_fixed_ver(installed_version:powerVer, fixed_version:"8.5.0");
        security_message(port: 0, data: report);
        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

05 Mar 2025 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 24.3
EPSS0.00845
24