A GUID Is Not a Credential Unauthenticated RCE in Veeam Serv... - #2758
Open
carlospolop wants to merge 1 commit into
Open
A GUID Is Not a Credential Unauthenticated RCE in Veeam Serv...#2758carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://bishopfox.com/blog/a-guid-is-not-a-credential-unauthenticated-rce-in-veeam-service-provider-console Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting > 80,443 - Pentesting Web Methodology > Veeam Service Provider Console; cross-reference File Inclusion/Path Traversal and Windows Arbitrary File Write". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Overview
Bishop Fox reverse-engineered and reproduced an unauthenticated remote-code-execution chain in Veeam Service Provider Console (VSPC), a Windows-based, multi-tenant backup-management control plane used by service providers and large enterprises. The chain combines CVE-2026-58073 (CVSS v4.0 9.5), which lets an unauthenticated peer impersonate a connected management agent and obtain a genuine agent certificate, with CVE-2026-58072🔧 Technical Details
Global-session identity confusion: An identifier is not proof that the current connection owns the corresponding authenticated session. If authorization looks up an attacker-controlled user, device, tenant, or agent ID in process-global login state without binding the result to the current certificate, token, socket, or cryptographic proof, an attacker may reuse the identifier of an active principal. In this case, supplying a connected agent's GUID in a self-signed certificate caused the server to find the legitimate agent's login record and install no authorization interceptor, exposing unrestricted RPC invocation.
Permissive enrollment combined with post-handshake authorization: Systems that accept self-signed certificates for first-time enrollment must keep those peers strictly confined to enrollment operations. If failed chain validation still produces a successful guest connection, test whether later authorization independently trusts cer...
🤖 Agent Actions
Implemented the HackTricks update.
Changes
src/network-services-pentesting/pentesting-web/veeam-service-provider-console.mdsrc/network-services-pentesting/pentesting-web/README.mdsrc/SUMMARY.mdThe page covers agent-session identity confusion, durable certificate issuance, rooted
.NET Path.Combinefile writes, safe patch fingerprinting, exploitation-chain logging, and remediation.Validation
git diff --checkpasses.mdbookwas unavailable, so a full build was not run.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.