Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 349 Bytes

POC.md

File metadata and controls

11 lines (7 loc) · 349 Bytes

POC for NPM package debug

Steps to reproduce:

  1. Install a vulnerable version of debug: npm i debug@2.6.9
  2. Run the exploit: node exploit.js
  3. You can see that the program never reaches the second console.log.