File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
modules/exploits/windows/fileformat Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ def initialize(info = {})
99 update_info (
1010 info ,
1111 'Name' => 'CVE-2025-33053 Exploit via Malicious .URL File and WebDAV' ,
12- 'Description' => '
12+ 'Description' => %q{
1313 This module exploits CVE-2025-33053 by generating a malicious .URL file pointing
1414 to a trusted LOLBAS binary with parameters designed to trigger unintended behavior.
1515 Optionally, a payload is generated and hosted on a specified WebDAV directory.
1616 When the victim opens the shortcut, it will attempt to access the WebDAV path,
1717 potentially resulting in remote code execution via a trusted binary.
18- ' ,
18+ } ,
19+
1920 'Author' => [ 'Dev Bui Hieu' ] ,
2021 'License' => MSF_LICENSE ,
2122 'DisclosureDate' => '2025-06-11' ,
You can’t perform that action at this time.
0 commit comments