Advisory – Netskope Client for Windows – Local Privilege Esc...#1374
Merged
carlospolop merged 2 commits intomasterfrom Sep 3, 2025
Conversation
…ilege Esc... - Remove searchindex.js (auto-generated file)
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://blog.amberwolf.com/blog/2025/august/advisory---netskope-client-for-windows---local-privilege-escalation-via-rogue-server/ Content Categories: Based on the analysis, this content was categorized under "Generic Hacking > Privilege Escalation > Windows > Abusing Auto-Updaters and IPC (e.g., Netskope stAgentSvc enrollment/IPC abuse)". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
ef47d69 to
7b4b7a7
Compare
Collaborator
Author
|
merge |
c7c075d to
ab8f715
Compare
github-actions Bot
pushed a commit
that referenced
this pull request
Sep 3, 2025
…ope_Client_for_Windows___Local_Pri_20250830_184240 Advisory – Netskope Client for Windows – Local Privilege Esc...
carlospolop
added a commit
that referenced
this pull request
Sep 29, 2025
…ope_Client_for_Windows___Local_Pri_20250830_184240 Advisory – Netskope Client for Windows – Local Privilege Esc...
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
CVE-2025-0309: Local Privilege Escalation in Netskope Client for Windows < R129
Target: Netskope Client for Windows < R129. CVE-2025-0309 allows a local, low-privileged user to coerce the client to enroll into a rogue Netskope server and abuse the update channel to run a malicious MSI as
SYSTEMvia the privilegedstAgentSvc. Impact: full local privilege escalation, root CA trust compromise, and arbitrary code execution ...🔧 Technical Details
Force enrollment to an attacker server via IPC: Speak the localhost IPC protocol to
stAgentSvcand invokeIDP_USER_PROVISIONING_WITH_TOKEN(ID 148) with a JWT using alg=None andAddonUrl=attacker host. Example:Exploit the update channel for SYSTEM: Implement the Netskope endpoints and return: (1)
/v2/config/org/clientconfigwithclientUpdate.updateIntervalInMin=1; (2)/config/ca/certwith your PEM CA (installed into Local Machine Trusted Root); (3)/v2/checkupdatepointing to a malicious MSI signed by a cert issued by your CA (CN “netSkope Inc” or “Netskope, Inc.”). Include a benignCERT_DIGESTproperty and set 🤖 Agent ActionsI analyzed the blog and the HackTricks repository and implemented a new Windows local privilege escalation technique page focused on abusing enterprise client auto-updaters and privileged IPC, using Netskope’s stAgentSvc as a detailed example. I also linked it from the main Windows LPE page and the Windows LPE checklist.
What I added and why:
Created a new page under Windows LPE that abstracts the technique from the blog (not CVE-focused, but technique-focused):
Linked the new page from related files so users can find it:
{{#ref}}
abusing-auto-updaters-and-ipc.md
{{#endref}}
Files modified/created:
Rationale for placement:
If you need more integrations (e.g., cross-references from MSI pages), I can add them, but the key linking is in place for discoverability.
References included in the new page:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
🗑️ File Cleanup