| Reporter | Title | Published | Views | Family All 50 |
|---|---|---|---|---|
| CVE-2011-10037 | 31 Oct 202514:55 | – | circl | |
| CVE-2011-10039 | 30 Oct 202521:52 | – | circl | |
| Nagios XI 安全漏洞 | 30 Oct 202500:00 | – | cnnvd | |
| Nagios XI 安全漏洞 | 30 Oct 202500:00 | – | cnnvd | |
| Nagios XI 安全漏洞 | 30 Oct 202500:00 | – | cnnvd | |
| Nagios XI 安全漏洞 | 30 Oct 202500:00 | – | cnnvd | |
| Nagios XI 安全漏洞 | 30 Oct 202500:00 | – | cnnvd | |
| Nagios XI 安全漏洞 | 30 Oct 202500:00 | – | cnnvd | |
| CVE-2011-10035 | 30 Oct 202521:41 | – | cve | |
| CVE-2011-10036 | 30 Oct 202521:49 | – | cve |
| Source | Link |
|---|---|
| packetstormsecurity | www.packetstormsecurity.org/files/107872/0A29-11-3.txt |
| seclists | www.seclists.org/fulldisclosure/2011/Dec/354 |
| xforce | www.xforce.iss.net/xforce/xfdb/71826 |
| nagios | www.nagios.com/products/nagiosxi |
| securityfocus | www.securityfocus.com/bid/51069 |
| xforce | www.xforce.iss.net/xforce/xfdb/71825 |
# 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:nagios:nagios_xi";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902599");
script_version("2025-11-07T05:40:09+0000");
script_tag(name:"cvss_base", value:"6.0");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:H/Au:S/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2025-11-07 05:40:09 +0000 (Fri, 07 Nov 2025)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2025-11-06 14:13:16 +0000 (Thu, 06 Nov 2025)");
script_tag(name:"creation_date", value:"2011-12-16 10:10:10 +0530 (Fri, 16 Dec 2011)");
script_cve_id("CVE-2011-10035", "CVE-2011-10036", "CVE-2011-10037", "CVE-2011-10038",
"CVE-2011-10039", "CVE-2011-10040");
script_tag(name:"qod_type", value:"remote_analysis");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Nagios XI < 2011R1.9 Multiple Vulnerabilities - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_nagios_xi_http_detect.nasl");
script_mandatory_keys("nagios/nagios_xi/http/detected");
script_require_ports("Services/www", 80);
script_tag(name:"summary", value:"Nagios XI is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"insight", value:"Multiple flaws exist due to:
- CVE-2011-10035: Privilege escalation vulnerability allowing unauthorized access elevation
- CVE-2011-10036: Authentication bypass vulnerability enabling unauthorized access
- CVE-2011-10037: SQL injection vulnerability in database queries
- CVE-2011-10038: Cross-site request forgery (CSRF) allowing malicious actions
- CVE-2011-10039: Directory traversal vulnerability enabling unauthorized file access
- CVE-2011-10040: Cross-site scripting (XSS) vulnerability through improper input validation");
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to:
- Escalate privileges and gain unauthorized administrative access
- Bypass authentication mechanisms
- Execute arbitrary SQL commands and access sensitive database information
- Perform actions on behalf of legitimate users through CSRF attacks
- Access unauthorized files and directories on the server
- Execute arbitrary HTML and script code in users' browser sessions");
script_tag(name:"affected", value:"Nagios XI prior to version 2011R1.9.");
script_tag(name:"solution", value:"Update to version 2011R1.9 or later.");
script_xref(name:"URL", value:"http://www.nagios.com/products/nagiosxi");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51069");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/71825");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/71826");
script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2011/Dec/354");
script_xref(name:"URL", value:"http://packetstormsecurity.org/files/107872/0A29-11-3.txt");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
if(!port = get_app_port(cpe:CPE, service: "www"))
exit(0);
if(!dir = get_app_location(cpe:CPE, port:port))
exit(0);
if(dir == "/")
dir = "";
url = dir + '/login.php/";alert(document.cookie);"';
if(http_vuln_check(port:port, url:url, check_header: TRUE,
pattern:";alert\(document\.cookie\);")) {
report = http_report_vuln_url(port:port, url:url);
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