When It Snows It Pours – Anatomy of a ServiceNow Red Team - #2873
Open
carlospolop wants to merge 1 commit into
Open
carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://mdsec.co.uk/2026/08/when-it-snows-it-pours-anatomy-of-a-servicenow-red-team Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting → 80,443 - Pentesting Web → ServiceNow". 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
Scope, severity, and architecture
MDSec describes ServiceNow as a cloud control plane that can disconnect an attacker from an initially compromised workstation while exposing user accounts, credentials, workflows, MID servers, internal networks, discovery infrastructure, and security data. The introduction frames a scenario in which approximately 6,000 employees could be two steps away from controlling the organisation's IT infrastructure; in three engagements, more than 10,000 users ...
🔧 Technical Details
Decoupled ServiceNow initial access: After compromising an endpoint, wait for a user to authenticate to the SaaS platform, steal and reuse the browser session, and inspect the user's ServiceNow record for escalation-capable roles. File-share searches should also include application names such as
ServiceNow, because MID-serverconfig.xmlfiles may contain cloud-tenant credentials. This creates a control-plane foothold that is operationally separated from the original workstation.Role-to-Glide-script privilege chains: Treat any role that can create catalog items, User Criteria, transforms, reports, workflows, or diagnostic records as a potential server-side code-execution primitive. A lower-privileged role such as
catalog_admincan create asc_cat_itemrecord with a User Criteria script, execute it throughuc_item_diagnostics.do, and insert an intermediate role such asactio...🤖 Agent ActionsPlan:
I found an existing dedicated
servicenow.mdpage, so I’ll extend that single page rather than create or duplicate content elsewhere. The new material will focus on the reusable post-authentication techniques: role-to-Glide escalation, REST transform abuse, scheduled persistence/C2, ECC/MID execution, credential recovery, adaptive-authentication policy manipulation, and forensic review points.Implementation is complete. I’m now validating Markdown structure, citation/reference consistency, forbidden-source absence, source reachability, and the repository build where available.
Updated
src/network-services-pentesting/pentesting-web/servicenow.mdwith:config.xmland session-based initial accessAdded the MDSec post as numbered reference
[7]with inline citations.Validation completed:
git diff --checkpassedmdbookwas unavailable in the environmentThis PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.