Skip to content
Snippets Groups Projects
  1. May 13, 2015
  2. May 05, 2015
    • John Brooks's avatar
      Fix out-of-bounds read in INTRODUCE2 client auth · 2b27ce52
      John Brooks authored and Nick Mathewson's avatar Nick Mathewson committed
      The length of auth_data from an INTRODUCE2 cell is checked when the
      auth_type is recognized (1 or 2), but not for any other non-zero
      auth_type. Later, auth_data is assumed to have at least
      REND_DESC_COOKIE_LEN bytes, leading to a client-triggered out of bounds
      read.
      
      Fixed by checking auth_len before comparing the descriptor cookie
      against known clients.
      
      Fixes #15823; bugfix on 0.2.1.6-alpha.
      2b27ce52
  3. Apr 28, 2015
  4. Apr 27, 2015
  5. Apr 24, 2015
  6. Apr 06, 2015
  7. Apr 03, 2015
  8. Mar 25, 2015
  9. Mar 24, 2015
  10. Mar 23, 2015
  11. Mar 18, 2015
  12. Mar 14, 2015
  13. Mar 12, 2015
Loading