Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 828 Bytes

vulnerability_index.md

File metadata and controls

13 lines (10 loc) · 828 Bytes

Spoilers ahead!!

Ive removed comments from the source code of the app that directly indicate which application route refers to which vulnerability type and moved them into this seperate file to give people the opportunity try and identify vulnerabilities in the code without the additional "help".

The applications routes each have comments with numbered vulnerability listings. The associated vulnerability type for each route is listed below.

  1. Cookie setter/getter - Python "pickle" deserialisation vulnerability
  2. DNS lookup - OS command injection
  3. Python expression evaluation - code injection
  4. XML Parser - XML External Entity injection
  5. View application configuration settings - padding oracle
  6. Receive personalised greeting - Server Side Template Injection
  7. List products and services - SQL injection