## https://sploitus.com/exploit?id=F14DD357-8AAE-5F00-BF6D-2065C7D18254
PoC exploit for CVE-2017-11826, a Microsoft Office Word vulnerability allowing arbitrary code execution through DDE injection. The exploit targets Microsoft Office Word, specifically the vulnerability class of remote code execution (RCE) via DDE (Dynamic Data Exchange) injection. The probable entry point is the gen_word.py script, which is used to generate a malicious Word document. Notable dependencies include the docx library for working with Word documents. The execution context is a Python script invoked from the command line, with the URL of the malicious file as an argument. Preconditions for the exploit include a vulnerable version of Microsoft Office Word. The expected impact of the exploit is remote code execution, allowing an attacker to run arbitrary commands on the victim's system.