Vulnerability 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 Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/octokit/request.js/commit/34ff07ee86fc5c20865982d77391bc910ef
- https://github.com/octokit/request.js/commit/356411e3217019aa9fc8a68f4236af82490
- https://github.com/octokit/request.js/commit/6bb29ba92a52f7bf94469c3433707c682c1
- https://github.com/octokit/request.js/releases/tag/v8.4.1
- https://github.com/octokit/request.js/releases/tag/v9.2.1
- https://github.com/octokit/request.js/security/advisories/GHSA-rmvr-2pp2-xj38
FAQ
What is CVE-2025-25290?
CVE-2025-25290 is a vulnerability with a CVSS score of 5.3 (MEDIUM). @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 `/<(...
How severe is CVE-2025-25290?
CVE-2025-25290 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-25290?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.