LOWCVE-2023-6466CVSS 3.5

Thecosy IceCMS User Comment planet cross site scripting

翻译中…

平台

php

组件

icecms

修复版本

2.0.2

AI Confidence: mediumNVDEPSS 0.1%已审阅: 2026年5月
正在翻译为您的语言…

CVE-2023-6466 is a cross-site scripting (XSS) vulnerability affecting IceCMS versions 2.0.1 through 2.0.1. This flaw allows attackers to inject malicious scripts into the application, potentially leading to session hijacking or defacement. The vulnerability resides within the User Comment Handler component. A fix is available in version 2.0.2.

影响与攻击场景翻译中…

Successful exploitation of CVE-2023-6466 allows an attacker to execute arbitrary JavaScript code within the context of a user's browser. This can be leveraged to steal session cookies, redirect users to malicious websites, or modify the content of the website. The impact is particularly severe if the application handles sensitive user data or is used in a critical business process. Given the nature of XSS vulnerabilities, the attacker's actions are limited only by the permissions of the user whose session is hijacked.

利用背景翻译中…

This vulnerability has been publicly disclosed and a proof-of-concept may be available. The CVSS score is LOW, suggesting that exploitation is likely to require some level of user interaction or specific targeting. The vulnerability was published on 2023-12-02. No active exploitation campaigns are currently known, but the public disclosure increases the risk of future attacks.

哪些人处于风险中翻译中…

Websites using IceCMS version 2.0.1 are at risk. This includes organizations that rely on IceCMS for content management and user interaction. Shared hosting environments where IceCMS is installed are particularly vulnerable, as they may be difficult to update quickly.

检测步骤翻译中…

• php / web:

curl -I 'http://your-icecms-site.com/planet?comment=<script>alert(1)</script>' | grep -i 'content-type'

• generic web:

curl -s 'http://your-icecms-site.com/planet' | grep -i '<script>' 

攻击时间线

  1. Disclosure

    disclosure

  2. Patch

    patch

威胁情报

漏洞利用状态

概念验证未知
CISA KEVNO
互联网暴露

EPSS

0.08% (24% 百分位)

CVSS 向量

威胁情报· CVSS 3.1CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N3.5LOWAttack VectorNetwork攻击者如何到达目标Attack ComplexityLow利用漏洞所需的条件Privileges RequiredLow攻击所需的认证级别User InteractionRequired是否需要受害者采取行动ScopeUnchanged超出受影响组件的影响范围ConfidentialityNone敏感数据泄露风险IntegrityLow数据未授权篡改风险AvailabilityNone服务中断风险nextguardhq.com · CVSS v3.1 基础分数
这些指标意味着什么?
Attack Vector
网络 — 可通过互联网远程利用,无需物理或本地访问。攻击面最大。
Attack Complexity
低 — 无需特殊条件,可以稳定地利用漏洞。
Privileges Required
低 — 任何有效用户账户均可。
User Interaction
需要 — 受害者必须打开文件、点击链接或访问特制页面。
Scope
未改变 — 影响仅限于脆弱组件本身。
Confidentiality
无 — 无机密性影响。
Integrity
低 — 攻击者可修改部分数据,影响有限。
Availability
无 — 无可用性影响。

受影响的软件

组件icecms
供应商Thecosy
影响范围修复版本
2.0.1 – 2.0.12.0.2

弱点分类 (CWE)

时间线

  1. 已保留
  2. 发布日期
  3. 修改日期
  4. EPSS 更新日期

缓解措施和替代方案翻译中…

The primary mitigation for CVE-2023-6466 is to upgrade IceCMS to version 2.0.2 or later, which contains the fix. If upgrading is not immediately feasible, consider implementing input validation and output encoding on user-supplied data within the User Comment Handler. Web application firewalls (WAFs) configured to detect and block XSS payloads can also provide a temporary layer of protection. Regularly review and update security rules to ensure they are effective against emerging threats.

修复方法翻译中…

Actualizar IceCMS a una versión posterior a la 2.0.1 que corrija la vulnerabilidad de Cross-Site Scripting (XSS). Consultar el sitio web del proveedor para obtener la última versión y las instrucciones de actualización. Como medida temporal, se puede implementar un filtro de entrada para evitar la inyección de código malicioso en los comentarios de los usuarios.

CVE 安全通讯

漏洞分析和关键警报直接发送到您的邮箱。

常见问题翻译中…

What is CVE-2023-6466 — XSS in IceCMS 2.0.1?

CVE-2023-6466 is a cross-site scripting (XSS) vulnerability in IceCMS versions 2.0.1–2.0.1, allowing attackers to inject malicious scripts via the User Comment Handler.

Am I affected by CVE-2023-6466 in IceCMS 2.0.1?

If you are using IceCMS version 2.0.1, you are potentially affected by this vulnerability. Upgrade to version 2.0.2 or later to mitigate the risk.

How do I fix CVE-2023-6466 in IceCMS 2.0.1?

The recommended fix is to upgrade IceCMS to version 2.0.2 or later. As a temporary measure, implement input validation and output encoding.

Is CVE-2023-6466 being actively exploited?

While no active exploitation campaigns are currently known, the public disclosure increases the risk of future attacks. Proactive mitigation is recommended.

Where can I find the official IceCMS advisory for CVE-2023-6466?

Refer to the IceCMS website or security mailing lists for the official advisory regarding CVE-2023-6466.

你的项目受影响吗?

上传你的依赖文件,立即了解此CVE和其他CVE是否影响你。