FalconFlank CrowdStrike Falcon Macro-Remediation Race and DL... - #2792
Open
carlospolop wants to merge 1 commit into
Open
FalconFlank CrowdStrike Falcon Macro-Remediation Race and DL...#2792carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://github.com/MSNightmare/FalconFlank Content Categories: Based on the analysis, this content was categorized under "Windows Hardening > Windows Local Privilege Escalation > Reparse-Point and Oplock TOCTOU Races Against Privileged Services, with a cross-reference under DLL Hijacking / DLL Side-Loading". 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
FalconFlank is a public C++ proof-of-concept for a claimed zero-day Windows local privilege-escalation vulnerability in the CrowdStrike Falcon Sensor. It chains Falcon's privileged Microsoft Office malicious-macro remediation, an oplock-coordinated path-switch race using a mount-point reparse point, an unintended write to PowerShell's protected installation directory, and DLL side-loading through a scheduled task. Source code, embedded payloads, Visual Studio project files, a...
🔧 Technical Details
Reparse-point race against privileged remediation: when a privileged security service scans and later modifies an attacker-controlled pathname, an attacker can coordinate access with an oplock, remove part of the original directory tree, and replace a parent directory with a mount-point reparse point. If the service resolves the pathname again without validating that it still refers to the original objects, its remediation operation follows the junction into an attacker-selected protected directory. This converts a benign privileged file operation into an arbitrary protected-path modification primitive.
Disguising the remediation trigger as the desired target filename: a malicious Office document does not need an Office extension if the scanner identifies content independently of the filename. The PoC stores an OLE macro document under the name
bcrypt.dll. After the parent path is redirected, the privileged workflow operates ...🤖 Agent Actions
Plan:
Repository review is complete. The existing Object Manager race page is the best fit because it already documents oplock-assisted filesystem races and privileged-remediation path switching; I’ll add one generalized applied chain there and only a link from the DLL-hijacking page.
The documentation changes are in place. I’m now validating the internal anchor, citation numbering, external references, diff cleanliness, and book build availability.
Updated the HackTricks repository:
Validation:
git diff --checkpassed.mdbook buildwas unavailable becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.