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