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

Build Errors #1

Open
Phelras opened this issue Mar 25, 2023 · 2 comments
Open

Build Errors #1

Phelras opened this issue Mar 25, 2023 · 2 comments

Comments

@Phelras
Copy link

Phelras commented Mar 25, 2023

Hi, I'm trying to use this to validate my companies Veeam servers (and for a bit of practice, since I have the servers available to me). Upon building I receive 2 errors both involving the 'ERemoteInvokeScope' item.

The first is that it does not contain a definition for 'DatabaseManager' and the second is it does not contain a definition for 'CredentialsDbScopeGetAllCreds'.

Any thoughts?

@ttsite
Copy link

ttsite commented Mar 28, 2023

The same question!

@flavioveloso3
Copy link

Got same error on trying to test:

Unhandled Exception: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter http://tempuri.org/:scope. The InnerException message was 'Invalid enum value 'DatabaseManager' cannot be deserialized into type 'Veeam.Backup.Interaction.MountService.ERemoteInvokeScope'. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.'.  Please see InnerException for more details.

Server stack trace:
   at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Veeam.Backup.Interaction.MountService.IRemoteInvokeService.Invoke(ERemoteInvokeScope scope, ERemoteInvokeMethod method, String parameters)
   at VeeamHax.Program.Main(String[] args) in C:\program\second\CVE-2023-27532-main\Program.cs:line 116

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