Skip to content
  1. Apr 28, 2015
  2. Apr 27, 2015
  3. Apr 26, 2015
  4. Apr 25, 2015
  5. Apr 24, 2015
  6. Apr 23, 2015
  7. Apr 22, 2015
  8. Apr 21, 2015
    • Daniel Stenberg's avatar
      http_done: close Negotiate connections when done · 79b9d5f1
      Daniel Stenberg authored
      When doing HTTP requests Negotiate authenticated, the entire connnection
      may become authenticated and not just the specific HTTP request which is
      otherwise how HTTP works, as Negotiate can basically use NTLM under the
      hood. curl was not adhering to this fact but would assume that such
      requests would also be authenticated per request.
      
      CVE-2015-3148
      
      Bug: http://curl.haxx.se/docs/adv_20150422B.html
      Reported-by: Isaac Boukris
      79b9d5f1