File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ The server’s SSPI implementation includes:
3232 mutual authentication and credential delegation, potentially enabling an
3333 authentication bypass.
3434
35+ MS-TNAP protocol allows clients to specify authentication type and direction through flags:
36+
37+ - AUTH_SERVER_TO_CLIENT: Indicates the server should authenticate to the client,
38+ reversing the typical client-to-server authentication flow.
39+ - AUTH_HOW_MUTUAL: Requests mutual authentication, where both client and server
40+ authenticate each other.
41+
3542A practical attack would require the server to send a Type 1 (NEGOTIATE) message,
3643allowing the client to process server credentials via AcceptSecurityContext. We
3744updated security.c in a telnet client and attempted this by using
You can’t perform that action at this time.
0 commit comments