Hi, Bruce
A sophisticated client of ours has been running some vulnerability tests on our NT app and reported this issue:
--------------------
SSL / TLS Renegotiation Handshakes MiTM Plaintext Data Injection
Description
The remote service encrypts traffic using TLS / SSL but allows a client to insecurely renegotiate the connection after the initial handshake.
An unauthenticated, remote attacker may be able to leverage this issue to inject an arbitrary amount of plaintext into the beginning of the application protocol stream, which could facilitate man-in-the-middle attacks if the service assumes that the sessions before and after renegotiation are from the same 'client' and merges them at the application layer.
Solution
Contact the vendor for specific patch information.
--------------------------
I am thinking the problem can be addressed by binding the IP address for the session. Would that work? Are there other options?
Thanks.