Skip to content

Commit 7fd59b9

Browse files
committed
fix date format
1 parent fe7334f commit 7fd59b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/cleo_rce_cve_2024_55956.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def initialize(info = {})
3232
['URL', 'https://www.rapid7.com/blog/post/2024/12/10/etr-widespread-exploitation-of-cleo-file-transfer-software-cve-2024-50623/'], # Rapid7 Blog
3333
['URL', 'https://www.huntress.com/blog/threat-advisory-oh-no-cleo-cleo-software-actively-being-exploited-in-the-wild'] # Huntress Blog
3434
],
35-
'DisclosureDate' => '2024-12-9',
35+
'DisclosureDate' => '2024-12-09',
3636
'Platform' => %w[java win linux unix],
3737
'Arch' => [ARCH_JAVA, ARCH_CMD],
3838
'Privileged' => true, # 'NT AUTHORITY\SYSTEM' on Windows. On Linux it depends how the product was installed.

0 commit comments

Comments
 (0)