### [CVE-2024-47829](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-47829) ![](https://img.shields.io/static/v1?label=Product&message=pnpm&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3C%2010.0.0%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-328%3A%20Use%20of%20Weak%20Hash&color=brightgreen) ### Description pnpm is a package manager. Prior to version 10.0.0, the path shortening function uses the md5 function as a path shortening compression function, and if a collision occurs, it will result in the same storage path for two different libraries. Although the real names are under the package name /node_modoules/, there are no version numbers for the libraries they refer to. This issue has been patched in version 10.0.0. ### POC #### Reference No PoCs from references. #### Github - https://github.com/fkie-cad/nvd-json-data-feeds