Skip to content

Commit 3e32dc7

Browse files
committed
f
1 parent 551871d commit 3e32dc7

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

src/windows-hardening/active-directory-methodology/privileged-groups-and-token-privileges.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To identify the members of this group, the following command is executed:
1818
Get-NetGroupMember -Identity "Account Operators" -Recurse
1919
```
2020

21-
Adding new users is permitted, as well as local login to DC01.
21+
Adding new users is permitted, as well as local login to the DC.
2222

2323
## AdminSDHolder group
2424

@@ -164,7 +164,10 @@ To list members of the DnsAdmins group, use:
164164
Get-NetGroupMember -Identity "DnsAdmins" -Recurse
165165
```
166166

167-
### Execute arbitrary DLL
167+
### Execute arbitrary DLL (CVE‑2021‑40469)
168+
169+
> [!NOTE]
170+
> This vulnerability allows for the execution of arbitrary code with SYSTEM privileges in the DNS service (usually inside the DCs). This issue was fixed in 2021.
168171
169172
Members can make the DNS server load an arbitrary DLL (either locally or from a remote share) using commands such as:
170173

@@ -242,6 +245,10 @@ sc.exe start MozillaMaintenance
242245
243246
Note: Hard link exploitation has been mitigated in recent Windows updates.
244247
248+
## Group Policy Creators Owners
249+
250+
This group allows members to create Group Policies in the domain. However, its members can't apply group policies to users or group or edit existing GPOs.
251+
245252
## Organization Management
246253
247254
In environments where **Microsoft Exchange** is deployed, a special group known as **Organization Management** holds significant capabilities. This group is privileged to **access the mailboxes of all domain users** and maintains **full control over the 'Microsoft Exchange Security Groups'** Organizational Unit (OU). This control includes the **`Exchange Windows Permissions`** group, which can be exploited for privilege escalation.

0 commit comments

Comments
 (0)