一、 漏洞 CVE-2025-25296 基础信息
漏洞标题
Label Studio通过GET请求到`/projects/upload-example`端点允许跨站脚本攻击(XSS)
来源:AIGC 神龙大模型
漏洞描述信息
N/A
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
来源:AIGC 神龙大模型
漏洞类别
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源:AIGC 神龙大模型
漏洞标题
Label Studio allows Cross-Site Scripting (XSS) via GET request to `/projects/upload-example` endpoint
来源:美国国家漏洞数据库 NVD
漏洞描述信息
Label Studio is an open source data labeling tool. Prior to version 1.16.0, Label Studio's `/projects/upload-example` endpoint allows injection of arbitrary HTML through a `GET` request with an appropriately crafted `label_config` query parameter. By crafting a specially formatted XML label config with inline task data containing malicious HTML/JavaScript, an attacker can achieve Cross-Site Scripting (XSS). While the application has a Content Security Policy (CSP), it is only set in report-only mode, making it ineffective at preventing script execution. The vulnerability exists because the upload-example endpoint renders user-provided HTML content without proper sanitization on a GET request. This allows attackers to inject and execute arbitrary JavaScript in victims' browsers by getting them to visit a maliciously crafted URL. This is considered vulnerable because it enables attackers to execute JavaScript in victims' contexts, potentially allowing theft of sensitive data, session hijacking, or other malicious actions. Version 1.16.0 contains a patch for the issue.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
来源:美国国家漏洞数据库 NVD
漏洞类别
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源:美国国家漏洞数据库 NVD
二、漏洞 CVE-2025-25296 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-25296 的情报信息
  • 标题: [XBOW-024-119] Cross-Site Scripting (XSS) via GET request to `/projects/upload-example` endpoint · Advisory · HumanSignal/label-studio · GitHub -- 🔗来源链接

    标签: x_refsource_CONFIRM

  • 标题: fix: LEAP-1806: deprecate unused upload-example behavior (#7018) · HumanSignal/label-studio@8cf6958 · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

  • https://nvd.nist.gov/vuln/detail/CVE-2025-25296