
Documentation of my hands-on lab Moniker Link (CVE-2024-21413) completed on TryHackMe.
Documentation of my hands-on lab Moniker Link (CVE-2024-21413) completed on TryHackMe.
This repository documents my hands-on study in a TryHackMe room.
The goal of this exercise was to understand how the vulnerability works and to test it against an intentionally vulnerable machine.
Note: The original Proof of Concept used during this lab was provided as part of the TryHackMe learning material and is credited to CMNatic. I am not claiming authorship of the original exploit code.
CVE-2024-21413 is a vulnerability related to Microsoft Outlook and the handling of specially crafted links.
During the lab, a crafted Moniker Link using the file:// protocol was included inside an HTML email.
The exercise demonstrated how interaction with this link could cause the victim's machine to attempt to authenticate to a remote resource controlled by an attacker.
During the activity, I:

This lab helped me better understand:
file:// can interact with network resources.I uploaded the original code as exploit.py.
The PoC used during the exercise was provided through the TryHackMe learning material and credited to:
CMNatic
This repository focuses on documenting my understanding and experience completing the lab rather than claiming ownership of the original exploit.