Skip to content
Snippets Groups Projects
  1. Jun 04, 2015
  2. Jun 02, 2015
  3. May 28, 2015
  4. May 26, 2015
  5. May 19, 2015
  6. May 13, 2015
  7. 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
  8. Apr 28, 2015
  9. Apr 27, 2015
  10. Apr 24, 2015
  11. Apr 06, 2015
  12. Apr 03, 2015
  13. Mar 25, 2015
  14. Mar 24, 2015
  15. Mar 23, 2015
  16. Mar 18, 2015
Loading