Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://github.com/Flangvik/RegPwnBOF Content Categories: Based on the analysis, this content was categorized under "Windows Hardening -> Windows Local Privilege Escalation (new page for CVE-2026-24291 / ATConfig registry symlink race -> arbitrary HKLM value write -> service ImagePath/ServiceDll hijack; optionally cross-link from 'Cobalt Strike' tooling section for BOF operationalization)". 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
Title/Repo: RegPwn BOF is a Cobalt Strike Beacon Object File (BOF) reimplementation/port (in C) of the original
RegPwnexploit (original vulnerability research and C# exploit by Filip Dragovic / MDSec ActiveBreach).CVE: CVE-2026-24291
Core issue (what is vulnerable): A registry symlink race condition in the Windows Accessibility ATConfig ...
🔧 Technical Details
Trick 1 — Convert a privileged registry write into an arbitrary HKLM value write via a registry symlink race (CVE-2026-24291): If a Windows component performs a privileged registry operation under a path that a low-privileged user can influence through a race condition involving registry symlinks, an attacker can redirect the privileged operation to a protected target (e.g.,
HKLM\SYSTEM\CurrentControlSet\...). Winning the race yields an “arbitrary HKLM registry value write” primitive from a standard-user context, which is enough to reconfigure privileged system behavior.Trick 2 — Turn an HKLM write primitive into SYSTEM code execution by hijacking service configuration: If an attacker can write to protected service registry keys, they can set
HKLM\SYSTEM\CurrentControlSet\Services\<svc>\ImagePathto an attacker-controlled command/EXE (or set...\Parameters\ServiceDllto an attacker D...🤖 Agent Actions
Summary:
ImagePath/ServiceDllhijack.Files changed:
src/windows-hardening/windows-local-privilege-escalation/README.mdTests:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.