[tor-bugs] #26892 [Core Tor/Tor]: log_addr_has_changed() does not heed SafeLogging

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Jul 20 18:22:31 UTC 2018


#26892: log_addr_has_changed() does not heed SafeLogging
------------------------------+------------------------------
     Reporter:  rl1987        |      Owner:  (none)
         Type:  defect        |     Status:  new
     Priority:  Medium        |  Milestone:  Tor: unspecified
    Component:  Core Tor/Tor  |    Version:
     Severity:  Normal        |   Keywords:
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+------------------------------
 No IP address scrubbing is performed at any loglevel:

 {{{
 2694   if (!tor_addr_is_null(prev))
 2695     log_fn(severity, LD_GENERAL,
 2696            "Our IP Address has changed from %s to %s; "
 2697            "rebuilding descriptor (source: %s).",
 2698            addrbuf_prev, addrbuf_cur, source);
 2699   else
 2700     log_notice(LD_GENERAL,
 2701              "Guessed our IP address as %s (source: %s).",
 2702              addrbuf_cur, source);
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26892>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list