LOWCVE-2025-9101CVSS 3.5

zhenfeng13 My-Blog 标签保存跨站脚本漏洞

平台

other

组件

my-blog

修复版本

1.0.1

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

A cross-site scripting (XSS) vulnerability exists in My-Blog versions 1.0.0 and earlier. This flaw stems from improper handling of data within the /admin/tags/save file, allowing attackers to inject malicious scripts. Successful exploitation could lead to session hijacking or defacement of the blog. The vulnerability has been publicly disclosed and a patch is available in version 1.0.1.

影响与攻击场景翻译中…

The XSS vulnerability in My-Blog allows an attacker to inject arbitrary JavaScript code into the application. This code will then be executed in the context of a user's browser when they visit a compromised page. An attacker could leverage this to steal session cookies, redirect users to malicious websites, or deface the blog's content. The impact is particularly severe if the blog is used for sensitive information or has a large user base, as a successful attack could affect many users simultaneously. This type of XSS is often used as a stepping stone for further attacks, such as phishing or malware distribution.

利用背景翻译中…

This vulnerability has been publicly disclosed, increasing the likelihood of exploitation. While the CVSS score is LOW, the ease of exploitation and potential impact warrant attention. No known active campaigns targeting this specific vulnerability have been reported as of the publication date, but the availability of a public proof-of-concept suggests that exploitation is possible. The vulnerability was published on 2025-08-18.

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

Blog administrators and users of My-Blog are at risk. Specifically, those using older, unpatched versions (1.0.0 and earlier) are vulnerable. Shared hosting environments running My-Blog are also at increased risk due to the potential for cross-tenant exploitation.

检测步骤翻译中…

• generic web: Use curl to test the /admin/tags/save endpoint with a simple XSS payload (e.g., <script>alert(1)</script>).

curl -X POST -d '<script>alert(1)</script>' http://your-blog-url/admin/tags/save

• generic web: Examine access and error logs for suspicious requests to /admin/tags/save containing XSS payloads. • generic web: Check response headers for the presence of XSS payloads after submitting data to /admin/tags/save.

攻击时间线

  1. Disclosure

    disclosure

威胁情报

漏洞利用状态

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

EPSS

0.03% (9% 百分位)

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

受影响的软件

组件my-blog
供应商zhenfeng13
影响范围修复版本
1.0 – 1.01.0.1

弱点分类 (CWE)

时间线

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

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

The primary mitigation for CVE-2025-9101 is to upgrade My-Blog to version 1.0.1 or later, which contains the fix. If upgrading is not immediately feasible, consider implementing input validation and output encoding on the /admin/tags/save endpoint to sanitize user-supplied data. Web application firewalls (WAFs) configured to detect and block XSS payloads can also provide a temporary layer of protection. Review and restrict access to the /admin/tags/save endpoint to authorized personnel only.

修复方法

如果存在,请将 My-Blog 更新到 1.0.0 之后的版本以修复跨站脚本 (XSS) 漏洞。如果不存在更新,请考虑禁用或删除 Tag Handler 组件。作为临时措施,您可以在文件 /admin/tags/save 中实施输入验证和转义规则,以降低恶意代码注入的风险。

CVE 安全通讯

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

常见问题翻译中…

What is CVE-2025-9101 — XSS in My-Blog?

CVE-2025-9101 is a cross-site scripting (XSS) vulnerability affecting My-Blog versions 1.0.0 and earlier, allowing attackers to inject malicious scripts via the /admin/tags/save endpoint.

Am I affected by CVE-2025-9101 in My-Blog?

You are affected if you are using My-Blog version 1.0.0 or earlier. Upgrade to version 1.0.1 or later to mitigate the vulnerability.

How do I fix CVE-2025-9101 in My-Blog?

Upgrade My-Blog to version 1.0.1 or later. As a temporary workaround, implement input validation and output encoding on the /admin/tags/save endpoint.

Is CVE-2025-9101 being actively exploited?

While no active campaigns have been confirmed, the vulnerability has been publicly disclosed and a proof-of-concept exists, increasing the risk of exploitation.

Where can I find the official My-Blog advisory for CVE-2025-9101?

Refer to the My-Blog project's official website or repository for the latest security advisories and updates related to CVE-2025-9101.

你的项目受影响吗?

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