Skip to content

Commit 540e8b9

Browse files
authored
Merge pull request #20433 from msutovsky-r7/module/fix/disclosure_date
Fixes disclosure date in exploit/linux/http/pandora_fms_auth_netflow_rce.rb
2 parents e34397b + d2175c3 commit 540e8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/pandora_fms_auth_netflow_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize(info = {})
3636
}
3737
]
3838
],
39-
'DisclosureDate' => '2025-12-30',
39+
'DisclosureDate' => '2025-06-27',
4040
'DefaultTarget' => 0,
4141
'DefaultOptions' => {
4242
'RPORT' => 80,

0 commit comments

Comments
 (0)