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

Possibly uninitialized data deref in SNP module #891

Open
ZetaTwo opened this issue May 15, 2022 · 4 comments
Open

Possibly uninitialized data deref in SNP module #891

ZetaTwo opened this issue May 15, 2022 · 4 comments

Comments

@ZetaTwo
Copy link

ZetaTwo commented May 15, 2022

When using DirectIP.snp to connect, at least two users have reported a crash like this:
Screenshot_1

The address corresponds to this line:


The fact that the references address is ASCII "::re" suggests it's dereferencing an uninitialized pointer. I'm trying to debug this further but I'm posting this here for documentation in the meantime.

@dgant
Copy link
Contributor

dgant commented May 15, 2022

Is it happening every time or intermittently?

@NiteKat
Copy link

NiteKat commented May 15, 2022

Is this using Chaos Launcher multi-instance? If so, are you launching Chaos Launcher as Admin? I believe Local PC mode crashes if it does not have admin privileges.

@ZetaTwo
Copy link
Author

ZetaTwo commented May 15, 2022

This is not happening for me at all but for two other users:

User A: first it did not happen, then later after having restarted their computer it seems to be happening every time now. They are not using ChaosLauncher or anything like that, just starting the exe normally.

User B: It happens for them every time. They are not using ChaosLauncher either.

@ZetaTwo
Copy link
Author

ZetaTwo commented May 18, 2022

My least bad idea so far is that the "::re" is part of the "::recv failed" string in the library and this is caused by some UAF or possibly overflow somewhere. I've put together debug builds of the SNP and sent to the two people experiencing this plus instructions to enable crash dumps. Will update once I have more info.

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

3 participants