Skip to content

Commit cede075

Browse files
committed
opentsdb_key_cmd_injection: Set Arch to ARCH_CMD
1 parent 04a6185 commit cede075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/opentsdb_key_cmd_injection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def initialize(info = {})
4545
['CVE', '2023-25826'] # CVE that seems to be a dupe of CVE-2023-36812 since it describes the same issue and references the PR that introduces the commits that are referenced in CVE-2023-36812
4646
],
4747
'Platform' => 'linux',
48-
'Arch' => 'ARCH_CMD',
48+
'Arch' => ARCH_CMD,
4949
'DefaultOptions' => {
5050
'PAYLOAD' => 'cmd/linux/http/x64/meterpreter/reverse_tcp',
5151
'RPORT' => 4242,

0 commit comments

Comments
 (0)