CVE-2025-25290

MEDIUM EPSS 49.6%
Published Feb 14, 20251y ago · Modified Jun 17, 20261w ago
5.3 CVSS 3.1
Medium
Find Similar
Published Feb 14, 2025 1y ago
Last Modified Jun 17, 2026 1w ago

Description

@octokit/request sends parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node. Starting in version 1.0.0 and prior to versions 9.2.1 and 8.4.1, the regular expression `/<([^>]+)>; rel="deprecation"/` used to match the `link` header in HTTP responses is vulnerable to a ReDoS (Regular Expression Denial of Service) attack. This vulnerability arises due to the unbounded nature of the regex's matching behavior, which can lead to catastrophic backtracking when processing specially crafted input. An attacker could exploit this flaw by sending a malicious `link` header, resulting in excessive CPU usage and potentially causing the server to become unresponsive, impacting service availability. Versions 9.2.1 and 8.4.1 fix the issue.

CVSS Details

Base Score
5.3
Exploitability
3.9
Impact
1.4
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability Low

Threat Intelligence

EPSS Exploit Probability
49.6% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-1333

References 6

  • github.com https://github.com/octokit/request.js/commit/34ff07ee86fc5c20865982d77391bc910ef19c68
  • github.com https://github.com/octokit/request.js/commit/356411e3217019aa9fc8a68f4236af82490873c2
  • github.com https://github.com/octokit/request.js/commit/6bb29ba92a52f7bf94469c3433707c682c17126c
  • github.com https://github.com/octokit/request.js/releases/tag/v8.4.1
  • github.com https://github.com/octokit/request.js/releases/tag/v9.2.1
  • github.com https://github.com/octokit/request.js/security/advisories/GHSA-rmvr-2pp2-xj38

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.