vulnerable-code-snippets icon indicating copy to clipboard operation
vulnerable-code-snippets copied to clipboard

Vulnerable code snippets repository showcasing different vulnerabilities to practice code analysis skills.

Logo ACCEIS

Vulnerable Code Snippets

Vulnerable code snippets repository showcasing different vulnerabilities to practice code analysis skills.

Website: https://acceis.github.io/avcs-website/

Disclaimer

The code example showcased here are not suited for production use. You should run them on a secure environment. The code is intentionally vulnerable and is intended for learning purpose only.

Vulnerabilities

Open Redirect:

  • n°1 - open-redirect folder

Ref.

Case Transformation Collision

  • n°2 - case-transformation-collision folder

Ref.

Broken access control

  • n°3 - access-control folder

Ref.

SSRF

  • n°4 - inconsistent-values folder

Ref.

SSRF

  • n°5 - dns-rebinding folder

Ref.

Resource Injection

  • n°6 - authentication-bypass folder

Ref.

Local file disclosure

  • n°7 - local-file-disclosure folder

Ref.