| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2011-1716 | 18 Apr 201118:55 | – | attackerkb | |
| CVE-2011-1716 | 18 Apr 201118:00 | – | cve | |
| CVE-2011-1716 | 18 Apr 201118:00 | – | cvelist | |
| CVE-2011-1716 | 18 Apr 201118:00 | – | debiancve | |
| EUVD-2011-1715 | 7 Oct 202500:30 | – | euvd | |
| CVE-2011-1716 | 18 Apr 201118:55 | – | nvd | |
| Xymon Monitor Unspecified Multiple Cross Site Scripting Vulnerabilities | 2 May 201100:00 | – | openvas | |
| DEBIAN-CVE-2011-1716 | 18 Apr 201118:55 | – | osv | |
| Cross site scripting | 18 Apr 201118:55 | – | prion | |
| CVE-2011-1716 | 18 Apr 201118:55 | – | ubuntucve |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/47156 |
| xymon | www.xymon.svn.sourceforge.net/viewvc/xymon/branches/4.3.2/Changes |
| xforce | www.xforce.iss.net/xforce/xfdb/66542 |
| secunia | www.secunia.com/advisories/44036 |
# 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
CPE = "cpe:/a:xymon:xymon";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902504");
script_version("2025-09-05T15:40:40+0000");
script_tag(name:"last_modification", value:"2025-09-05 15:40:40 +0000 (Fri, 05 Sep 2025)");
script_tag(name:"creation_date", value:"2011-05-02 12:20:04 +0200 (Mon, 02 May 2011)");
script_cve_id("CVE-2011-1716");
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_name("Xymon Monitor Unspecified Multiple XSS Vulnerabilities");
script_xref(name:"URL", value:"http://secunia.com/advisories/44036");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/47156");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/66542");
script_xref(name:"URL", value:"http://xymon.svn.sourceforge.net/viewvc/xymon/branches/4.3.2/Changes?revision=6673&view=markup");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Web application abuses");
script_dependencies("secpod_xymon_monitor_detect.nasl");
script_mandatory_keys("xymon/detected");
script_tag(name:"impact", value:"Successful exploitation could 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:"Xymon Monitor versions 4.3.0 and prior.");
script_tag(name:"insight", value:"The flaws are caused by improper validation of user-supplied input by
multiple unspecified scripts which allows attackers to execute arbitrary
HTML and script code on the web server.");
script_tag(name:"solution", value:"Upgrade to Xymon Monitor version 4.3.1 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"summary", value:"Xymon Monitor is prone to unspecified multiple cross-site
scripting (XSS) vulnerabilities.");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_less(version: version, test_version: "4.3.1")) {
report = report_fixed_ver(installed_version: version, fixed_version: "4.3.1", install_path: location);
security_message(port: port, data: report);
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