Vulnerability Details
Basic Information
| Title | GHSA-8CC4-RFJ6-FHG4 pnpm uses the md5 path shortening function causes packet paths to coincide, which causes indirect packet overwriting |
|---|---|
| Type | osv |
| Published | 2025-04-23T14:05:47 |
| Last Seen | 2025-04-23T16:26:41 |
| CVSS Score | 6.5 (MEDIUM) |
CVSS v3 Details
| Attack Vector | NETWORK |
|---|---|
| Attack Complexity | HIGH |
| Privileges Required | NONE |
| User Interaction | NONE |
| Scope | CHANGED |
| Confidentiality Impact | LOW |
| Integrity Impact | LOW |
| Availability Impact | LOW |
CVE Information
| CVE IDs | CVE-2024-47829 |
|---|---|
| CWE | |
| Bulletin Family | software |
Description
The path shortening function is used in pnpm: export function depPathToFilename (depPath: string, maxLengthWithoutHash: number): string { let filename = depPathToFilenameUnescaped(depPath).replace(/[\/:*?"<>|]/g, '+') if…
Impact Assessment
| Base Score | 6.5 |
|---|---|
| Severity | MEDIUM |