Skip to content

Commit 668f45d

Browse files
Microsoft Telnet Server NTLM Mutual Authentication Configuration Issue
1 parent d817cc6 commit 668f45d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

MsTelnetServer_NTLM_MutualAuth_ConfigIssue.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3542
A practical attack would require the server to send a Type 1 (NEGOTIATE) message,
3643
allowing the client to process server credentials via AcceptSecurityContext. We
3744
updated security.c in a telnet client and attempted this by using

0 commit comments

Comments
 (0)