Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the error while trying to connect to the server #11

Open
streetracer87 opened this issue Aug 15, 2019 · 11 comments
Open

Get the error while trying to connect to the server #11

streetracer87 opened this issue Aug 15, 2019 · 11 comments

Comments

@streetracer87
Copy link

I'm getting the failed message. What can cause this issue?

image

@taviso
Copy link
Owner

taviso commented Aug 15, 2019

What OS is this on? 0xc0000041 is STATUS_PORT_CONNECTION_REFUSED, it might be caused by the recent changes Microsoft made if you applied the August security patches.

I haven't had time to understand the recent changes yet, but will support it soon! I think Microsoft changed the size of the connection message, so it no longer matches.

@JoeDibley
Copy link

Can confirm this is the August Security Update

@ivanquin33
Copy link

ivanquin33 commented Aug 15, 2019

I had the same problem "Failed to send message to server, giving up, 0xc0000024" running the ctftool.exe with non-admin account on a Windows 7 x64 VM with no updates at all.

image

@k4nfr3
Copy link

k4nfr3 commented Aug 15, 2019

Confirm too. It worked before applying the security update last night, and no longer today (Win10).
Looks like a quick and dirty fix

@ibrasec
Copy link

ibrasec commented Aug 20, 2019

same issue here, although no updates done to win7, but the exploit didn't sucess, instead the user just logged out untill he pass the authentication. this message keep appearing "Failed to send message to server, giving up, 0xc0000024"

1-loginui-system-failed
2-consent-systemfailed
3-scan-connect-scan
4-winver
5-updates

@ingm4r
Copy link

ingm4r commented Aug 27, 2019

Any news on this?

@ustayready
Copy link

Anyone diff the August Security Update yet to see what changed? If I get some time this weekend, I'll see what I can find.

@taviso
Copy link
Owner

taviso commented Aug 29, 2019

I'm told there are more changes planned for next Patch Tuesday to address the edit session attacks, so I'm reluctant to do too much work on this until the new patches are released. I guess we'll see what happens!

@ustayready
Copy link

That makes sense. I appreciate the heads up, I may stand down until after Tuesday too.

@ustayready
Copy link

I went ahead and looked into the MSU, looks like the only ALPC changes I found were in CoreMessaging.dll so I diff'd pre-August vs. August. Two partial matches:

Microsoft::CoreUI::Registrar::ServerConversationOperations::RegisterConversation
Microsoft::CoreUI::Registrar::RegistrarServerCaller::LocalClientDisconnected_MessageCall

Figured I'd at least update this issue with some notes in case it becomes useful.

@Ziowebbo
Copy link

I'm told there are more changes planned for next Patch Tuesday to address the edit session attacks, so I'm reluctant to do too much work on this until the new patches are released. I guess we'll see what happens!

any update on this after many months? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants