LOWCVE-2025-13181CVSS 3.5

pojoin h3blog add cross site scripting

翻译中…

平台

php

组件

cve-md

修复版本

1.0.1

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

CVE-2025-13181 describes a cross-site scripting (XSS) vulnerability discovered in h3blog version 1.0. This flaw allows attackers to inject malicious scripts into the application, potentially compromising user accounts or stealing sensitive data. The vulnerability affects versions 1.0 and has been publicly disclosed, indicating a potential for widespread exploitation.

影响与攻击场景翻译中…

Successful exploitation of CVE-2025-13181 allows an attacker to inject arbitrary JavaScript code into the h3blog application. This code can then be executed in the context of a user's browser, enabling the attacker to steal session cookies, redirect users to malicious websites, or deface the application. The vulnerability resides in the handling of the 'Name' parameter within the '/admin/cms/material/add' endpoint, making it relatively straightforward to exploit. Given the publicly disclosed nature of the vulnerability, it is likely that automated scanning tools are already identifying and attempting to exploit vulnerable instances.

利用背景翻译中…

CVE-2025-13181 has been publicly disclosed, indicating a higher probability of exploitation. The vulnerability is confirmed to be exploitable remotely. No specific campaigns or KEV listing are currently known, but the public disclosure increases the risk of opportunistic attacks. The CVSS score of 3.5 (LOW) reflects the relatively low complexity of exploitation and limited impact, but the public availability of the vulnerability warrants immediate attention.

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

Administrators and users of h3blog version 1.0 are at risk. Shared hosting environments where h3blog is installed are particularly vulnerable, as attackers may be able to exploit the vulnerability through other tenants on the same server. Users who rely on h3blog for sensitive data management are also at increased risk.

检测步骤翻译中…

• php / server:

grep -r 'Name = $_POST['Name']' /var/www/h3blog/admin/cms/material/add

• generic web:

curl -I http://your-h3blog-instance/admin/cms/material/add?Name=<script>alert(1)</script>

攻击时间线

  1. Disclosure

    disclosure

威胁情报

漏洞利用状态

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

EPSS

0.05% (14% 百分位)

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:N/E:P/RL:X/RC:R3.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
无 — 无可用性影响。

受影响的软件

组件cve-md
供应商pojoin
影响范围修复版本
1.0 – 1.01.0.1

弱点分类 (CWE)

时间线

  1. 已保留
  2. 发布日期
  3. 修改日期
  4. EPSS 更新日期
未修复 — 披露已191天

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

The primary mitigation for CVE-2025-13181 is to upgrade to a patched version of h3blog. Since a fixed version is not specified in the provided data, it is crucial to consult the h3blog project's official website or repository for the latest release. As a temporary workaround, input validation and output encoding should be implemented on the 'Name' parameter in the '/admin/cms/material/add' endpoint to prevent the injection of malicious scripts. Web application firewalls (WAFs) can also be configured to block requests containing suspicious payloads targeting this endpoint.

修复方法翻译中…

Actualizar a una versión parcheada o eliminar el componente h3blog. Verificar y limpiar las entradas del usuario en el campo 'Name' para evitar la inyección de código malicioso. Implementar medidas de seguridad adicionales, como el escape de datos, para prevenir futuros ataques XSS.

CVE 安全通讯

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

常见问题翻译中…

What is CVE-2025-13181 — XSS in h3blog 1.0?

CVE-2025-13181 is a cross-site scripting (XSS) vulnerability in h3blog version 1.0, allowing attackers to inject malicious scripts via the 'Name' parameter in the /admin/cms/material/add endpoint.

Am I affected by CVE-2025-13181 in h3blog 1.0?

If you are running h3blog version 1.0, you are potentially affected by this vulnerability. Check your installation and upgrade as soon as possible.

How do I fix CVE-2025-13181 in h3blog 1.0?

Upgrade to the latest patched version of h3blog. Consult the official h3blog project website for release information. Implement input validation and output encoding as a temporary workaround.

Is CVE-2025-13181 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 h3blog advisory for CVE-2025-13181?

Consult the official h3blog project website or repository for the latest security advisories and updates.

你的项目受影响吗?

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