Lucene search
+L

49 matches found

NVD
NVD
added 2025/02/14 8:15 p.m.44 views

CVE-2025-25290

@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 Regul...

5.3CVSS0.00768EPSS
SaveExploits0References6
CVE
CVE
added 2025/02/14 7:37 p.m.320 views

CVE-2025-25290

CVE-2025-25290 affects Octokit’s request.js: the code path that parses HTTP Link headers uses an unbounded RegExp (/]+)>; rel="deprecation"/) to match deprecation links. This enables a ReDoS (Regular Expression Denial of Service) by crafted link headers, causing high CPU use and potential serv...

5.3CVSS6.3AI score0.00768EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/14 7:37 p.m.16 views

CVE-2025-25290 @octokit/request has a Regular Expression in fetchWrapper that Leads to ReDoS Vulnerability Due to Catastrophic Backtracking

@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 Regul...

5.3CVSS6.4AI score
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2025/02/14 6:00 p.m.24 views

@octokit/request has a Regular Expression in fetchWrapper that Leads to ReDoS Vulnerability Due to Catastrophic Backtracking

Summary 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...

5.3CVSS6.8AI score0.00768EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/02/14 6:00 p.m.15 views

GHSA-RMVR-2PP2-XJ38 @octokit/request has a Regular Expression in fetchWrapper that Leads to ReDoS Vulnerability Due to Catastrophic Backtracking

Summary 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...

5.3CVSS5.3AI score0.00768EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/02/14 5:34 a.m.6 views

SUSE CVE-2024-10491

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in Link header values, which can allow a combination of characters like ,, ;, and to...

5.3CVSS6.7AI score0.00441EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2025/02/14 12:00 a.m.14 views

PT-2025-7071

Name of the Vulnerable Software and Affected Versions: @octokit/plugin-paginate-rest versions 1.0.0 through 11.4.1 Description: The issue is a Regular Expression Denial of Service ReDoS vulnerability that can be triggered when calling octokit.paginate.iterator with a specially crafted octokit...

5.3CVSS6.4AI score0.00615EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2025/02/14 12:00 a.m.14 views

PT-2025-7073

Name of the Vulnerable Software and Affected Versions: @octokit/request versions 1.0.0 through 9.2.1 Description: 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...

5.3CVSS5.4AI score0.00768EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2024/10/29 7:55 p.m.22 views

CVE-2024-10491

A flaw was found in the Express Node.js framework. In certain versions, an attacker may be able to trigger an arbitrary resource injection attack via the link header when unsanitized data is used...

5.4CVSS7.1AI score0.00441EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2024/10/29 6:30 p.m.40 views

Express ressource injection

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in Link header values, which can allow a combination of characters like ,, ;, and to...

5.3CVSS7.1AI score0.00441EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2024/10/29 6:30 p.m.20 views

GHSA-CM5G-3PGC-8RG4 Express ressource injection

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in Link header values, which can allow a combination of characters like ,, ;, and to...

4CVSS5AI score0.00441EPSS
SaveExploits1References4
NVD
NVD
added 2024/10/29 5:15 p.m.44 views

CVE-2024-10491

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in Link header values, which can allow a combination of characters like ,, ;, and to...

5.3CVSS0.00441EPSS
SaveExploits1References1
OSV
OSV
added 2024/10/29 5:15 p.m.14 views

UBUNTU-CVE-2024-10491

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in Link header values, which can allow a combination of characters like ,, ;, and to...

5.3CVSS7.3AI score0.00441EPSS
SaveExploits1References3
CVE
CVE
added 2024/10/29 4:23 p.m.104 views

CVE-2024-10491

The CVE-2024-10491 entry concerns the Express framework: the response.links function mishandles sanitization of Link header values, enabling arbitrary resource injection via certain characters (e.g., , ; ). Public-connected docs (GHSA, OSV, Debian OSV entries) reiterate the same issue and describ...

5.3CVSS4.6AI score0.00441EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2024/10/29 4:23 p.m.20 views

CVE-2024-10491 Preload arbitrary resources by injecting additional `Link` headers

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in Link header values, which can allow a combination of characters like ,, ;, and to...

4CVSS6.1AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/29 4:23 p.m.26 views

CVE-2024-10491 Preload arbitrary resources by injecting additional `Link` headers

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in Link header values, which can allow a combination of characters like ,, ;, and to...

4CVSS7.3AI score0.00441EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2024/10/29 4:23 p.m.45 views

CVE-2024-10491 Preload arbitrary resources by injecting additional `Link` headers

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in Link header values, which can allow a combination of characters like ,, ;, and to...

4CVSS0.00441EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2024/10/29 4:23 p.m.99 views

CVE-2024-10491

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in Link header values, which can allow a combination of characters like ,, ;, and to...

5.3CVSS5.8AI score0.00441EPSS
SaveExploits1
CNNVD
CNNVD
added 2024/10/29 12:00 a.m.14 views

Express.js 安全漏洞

Express.js is a fast, unconstrained, minimalist web framework for Node.js open sourced by expressjs. A security vulnerability exists in Express.js 3.21.2 and earlier versions, which stems from a response.links function that can inject arbitrary resources in the Link header when using unaudited da...

5.3CVSS6.4AI score0.00441EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2024/10/29 12:00 a.m.9 views

PT-2024-16314 · Express +1 · Express +1

Name of the Vulnerable Software and Affected Versions: Express affected versions not specified Description: A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from...

5.3CVSS8.9AI score0.00441EPSS
SaveExploits1References15
Rows per page
Query Builder