POC for CVE-2024-3183 (FreeIPA Rosting)# CVE-2024-3183-POC
POC for CVE-2024-3183 (FreeIPA Rosting)
Impact:
A low-privileged user can obtain a hash of the passwords of all domain users and perform offline brute force (kerberoasting).
## POC:
1) First, let's request a TGT ticket for an already compromised user "admin".

2) Secondly, we will find out the salt of the "admin" user:

3) Get TGS for "admin":


5) Use python script (or hashcat mod 19800 with specific salt) for brute force TGS

1 - TGS,
2 - SALT,
3 - Passwords.
5) Congratulations, we now have the user password “admin”.
[4.0K] /data/pocs/47e3d22332e6bf3433bf8befcbf7ecc05d8b1a60
├── [ 26K] crypto.py
├── [3.2K] main.py
└── [ 998] README.md
0 directories, 3 files