Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://www.mdsec.co.uk/2026/03/rip-regpwn/ Content Categories: Based on the analysis, this content was categorized under "Windows Hardening -> Windows Local Privilege Escalation (new page: "Secure Desktop Accessibility Registry Propagation LPE (RegPwn/CVE-2026-24291)"), cross-referencing existing "Uiaccess Admin Protection Bypass" and a small subsection on "Registry symbolic links" + "Oplock-assisted race" primitives". 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 / Date: “RIP RegPwn” (March 13, 2026) describes a Windows local Elevation of Privilege (EoP) used by MDSec in red team engagements since January 2025, fixed in the March 2026 Patch Tuesday and believed tracked as CVE-2026-24291.
Affected platforms (as stated): Windows 10, Windows 11, and Windows Server 2012 / 2016 / 2019 / 2022 / 2025.
🔧 Technical DetailsAbusing Secure Desktop Accessibility registry propagation: When a secure desktop session is created (e.g., via workstation lock or “Run as administrator”), Windows uses
atbroker.exe(user and SYSTEM) and thenosk.exe(SYSTEM) to copy Accessibility configuration values fromHKCU\...\Accessibility\ATConfig\<feature>through a per-session HKLM location (HKLM\...\Accessibility\Session<id>\ATConfig\<feature>) and intoHKU\.DEFAULT\...\Accessibility\ATConfig\<feature>, then back into the session HKLM key. If the per-session HKLM subtree is writable by the user, it becomes a privileged write “choke point” in the copy chain.Turning a user-writable HKLM key into an arbitrary SYSTEM registry write using registry symbolic links: If a SYSTEM process writes to a registry key that an attacker can replace, the attacker can substitute that key with a registry symbo...
🤖 Agent Actions
Summary:
Added a new Windows LPE page documenting the Secure Desktop accessibility registry propagation (RegPwn) technique, including registry-link primitive, oplock-assisted race, and SYSTEM RCE chain.
Linked the new page from Windows LPE README, UIAccess page, and SUMMARY.
Files changed:
src/windows-hardening/windows-local-privilege-escalation/secure-desktop-accessibility-registry-propagation-regpwn.mdsrc/windows-hardening/windows-local-privilege-escalation/README.mdsrc/windows-hardening/windows-local-privilege-escalation/uiaccess-admin-protection-bypass.mdsrc/SUMMARY.mdTests: not run (docs-only changes).
Next steps (optional):
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.