一、 漏洞 CVE-2025-25285 基础信息
漏洞标题
@octokit/endpoint中的parse函数因灾难性回溯导致正则表达式ReDoS漏洞
来源:AIGC 神龙大模型
漏洞描述信息
@octokit/endpoint 将 REST API 端点转换为通用请求选项。在版本 4.1.0 到 10.1.3 之间,通过构造特定的 `options` 参数,可以触发 `endpoint.parse(options)` 调用,导致正则表达式拒绝服务(ReDoS)攻击。这将导致程序挂起并引起 CPU 利用率升高。该问题出现在 npm 包 `@octokit/endpoint` 中 `parse.ts` 文件的 `parse` 函数内。版本 10.1.3 包含对该问题的修复。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
未加控制的资源消耗(资源穷尽)
来源:AIGC 神龙大模型
漏洞标题
@octokit/endpoint has a Regular Expression in parse that Leads to ReDoS Vulnerability Due to Catastrophic Backtracking
来源:美国国家漏洞数据库 NVD
漏洞描述信息
@octokit/endpoint turns REST API endpoints into generic request options. Starting in version 4.1.0 and prior to version 10.1.3, by crafting specific `options` parameters, the `endpoint.parse(options)` call can be triggered, leading to a regular expression denial-of-service (ReDoS) attack. This causes the program to hang and results in high CPU utilization. The issue occurs in the `parse` function within the `parse.ts` file of the npm package `@octokit/endpoint`. Version 10.1.3 contains a patch for the issue.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
二、漏洞 CVE-2025-25285 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-25285 的情报信息