Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.27 KB

wishlist.markdown

File metadata and controls

21 lines (17 loc) · 1.27 KB

Wishlist

The following is a wishlist of vulnerabilities we want to add or perfect in the future

Ideas for new VotDs

  • Cache poisoning. Dig up the details on the ARP and DNS cache poisoning vulnerability. Make a simple cache and show how it works conceptually
  • Core dumps. Information disclosure through core dump files. Show how to trace through them, and how to configure so they're turned off
  • PHP include vulnerabilities.
  • Poor hashcodes leading to a denial of service
  • Using normal Javascript to parse JSON can lead to XSS (or just JS injection) - is this relevant? it's certainly possible