CVE-2025-54057
BaseFortify
Publication date: 2025-11-27
Last updated on: 2026-04-13
Assigner: Apache Software Foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | skywalking | to 10.3.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-80 | The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters such as "<", ">", and "&" that could be interpreted as web-scripting elements when they are sent to a downstream component that processes web pages. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Basic Cross-Site Scripting (XSS) issue in Apache SkyWalking versions up to 10.2.0. It occurs due to improper neutralization of script-related HTML tags in a web page, which can allow attackers to inject malicious scripts.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious scripts in the context of the affected web application, potentially leading to unauthorized actions, data theft, or session hijacking.
What immediate steps should I take to mitigate this vulnerability?
Users are recommended to upgrade Apache SkyWalking to version 10.3.0, which fixes the issue.