mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
758428dd32
If we completed the handshake for the v2 link protocol but wound up negotiating the wong protocol version, we'd become so confused about what part of the handshake we were in that we'd promptly die with an assertion. This is a fix for CVE-2012-2250; it's a bugfix on 0.2.3.6-alpha. All servers running that version or later should really upgrade. Bug and fix from "some guy from France." I tweaked his code slightly to make it log the IP of the offending node.
7 lines
261 B
Plaintext
7 lines
261 B
Plaintext
o Major bugfixs (security):
|
|
- Fix a group of remotely triggerable assertion failures related to
|
|
incorrect link protocol negotiation. Found, diagnosed, and fixed
|
|
by "some guy from France." Fix for CVE-2012-2250; bugfix on
|
|
0.2.3.6-alpha.
|
|
|