CyberRota Analysis
AI-GeneratedThe node-tar library for Node.js versions prior to 7.5.17 is vulnerable to an issue where NUL bytes are not stripped from PAX path and linkpath records, potentially allowing crafted archives to cause uncaught exceptions during file system operations. This vulnerability could lead to application crashes, impacting stability and reliability. Developers using affected versions of node-tar should prioritize upgrading to version 7.5.17 or later to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.17, node-tar does not strip NUL bytes from PAX path and linkpath records in src/pax.ts, allowing a crafted archive with values to reach fs.lstat or fs.open and terminate the process with an uncaught exception. This issue is fixed in version 7.5.17.