Skip to content

Files

Latest commit

d966e25 · Aug 8, 2021

History

History

Dependency Confusion

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 8, 2021

Dependency Confusion

A dependency confusion attack or supply chain substitution attack occurs when a software installer script is tricked into pulling a malicious code file from a public repository instead of the intended file of the same name from an internal repository.

Summary

Exploit

Look for npm, pip, gem packages, the methodology is the same : you register a public package with the same name of private one used by the company and then you wait for it to be used.

NPM example

References