LOWCVE-2025-1548CVSS 3.5

iteachyou Dreamer CMS edit cross site scripting

翻译中…

平台

php

组件

vulnerability-research

修复版本

4.1.4

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

CVE-2025-1548 is a cross-site scripting (XSS) vulnerability affecting Dreamer CMS versions 4.1.3–4.1.3. This flaw allows attackers to inject malicious scripts into the application, potentially compromising user accounts and sensitive data. The vulnerability resides in the /admin/archives/edit file and is triggered by manipulating the editorValue/answer/content parameter. A fix is available in version 4.1.4.

影响与攻击场景翻译中…

Successful exploitation of CVE-2025-1548 allows an attacker to execute arbitrary JavaScript code within the context of a user's browser session. This can lead to various malicious outcomes, including session hijacking, defacement of the website, and theft of sensitive information like login credentials or personal data. The impact is particularly severe for administrative users, as their accounts could be compromised, granting the attacker full control over the Dreamer CMS installation. Given the public disclosure of this vulnerability, it is crucial to apply the patch promptly to prevent exploitation.

利用背景翻译中…

CVE-2025-1548 has been publicly disclosed, increasing the risk of exploitation. The vulnerability is considered LOW severity according to CVSS. Public proof-of-concept exploits are likely to emerge, making it easier for attackers to exploit the flaw. The vulnerability was disclosed on 2025-02-21, and the vendor did not respond. No KEV listing is currently available.

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

Administrators and users with access to the Dreamer CMS admin panel are at the highest risk. Shared hosting environments using Dreamer CMS are also vulnerable, as a compromised website on one account could potentially impact other accounts on the same server. Users relying on Dreamer CMS for sensitive data management are particularly vulnerable to data theft.

检测步骤翻译中…

• php: Examine the /admin/archives/edit file for unsanitized input handling of the editorValue/answer/content parameter. Search for instances where user-supplied data is directly outputted to the HTML without proper encoding.

// Example of vulnerable code (simplified)
<?php
echo $_GET['editorValue/answer/content']; ?>

• generic web: Monitor access logs for requests to /admin/archives/edit with unusual or suspicious parameters in the editorValue/answer/content field. Look for patterns indicative of XSS payloads (e.g., <script>, javascript:, onerror=).

grep 'editorValue/answer/content=[^a-zA-Z0-9 ]' access.log

攻击时间线

  1. Disclosure

    disclosure

威胁情报

漏洞利用状态

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

EPSS

0.17% (38% 百分位)

CISA SSVC

利用情况poc
可自动化no
技术影响partial

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
无 — 无可用性影响。

受影响的软件

组件vulnerability-research
供应商iteachyou
影响范围修复版本
4.1.3 – 4.1.34.1.4

弱点分类 (CWE)

时间线

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

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

The primary mitigation for CVE-2025-1548 is to upgrade Dreamer CMS to version 4.1.4 or later, which includes the necessary fix. If upgrading immediately is not feasible, consider implementing input validation and sanitization on the editorValue/answer/content parameter to prevent malicious script injection. Web application firewalls (WAFs) configured to detect and block XSS payloads can also provide an additional layer of protection. Review access logs for suspicious activity related to the /admin/archives/edit endpoint. After upgrading, confirm the vulnerability is resolved by attempting to inject a simple XSS payload into the editorValue/answer/content parameter and verifying that it is properly sanitized.

修复方法翻译中…

Actualice Dreamer CMS a una versión posterior a la 4.1.3, si existe, que corrija la vulnerabilidad XSS. Si no hay una versión disponible, considere deshabilitar o eliminar el CMS hasta que se publique una solución. Como medida temporal, puede implementar reglas de filtrado de entrada en el servidor web para bloquear patrones de ataque XSS comunes.

CVE 安全通讯

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

常见问题翻译中…

What is CVE-2025-1548 — XSS in Dreamer CMS 4.1.3?

CVE-2025-1548 is a cross-site scripting vulnerability in Dreamer CMS versions 4.1.3–4.1.3, allowing attackers to inject malicious scripts via the /admin/archives/edit endpoint.

Am I affected by CVE-2025-1548 in Dreamer CMS 4.1.3?

You are affected if you are running Dreamer CMS version 4.1.3. Upgrade to 4.1.4 to mitigate the risk.

How do I fix CVE-2025-1548 in Dreamer CMS 4.1.3?

Upgrade Dreamer CMS to version 4.1.4 or later. Implement input validation and sanitization as a temporary workaround.

Is CVE-2025-1548 being actively exploited?

The vulnerability has been publicly disclosed, increasing the likelihood of exploitation. Monitor your systems for suspicious activity.

Where can I find the official Dreamer CMS advisory for CVE-2025-1548?

Refer to the Dreamer CMS website or official communication channels for the advisory regarding CVE-2025-1548.

你的项目受影响吗?

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