Skip to content

Commit b8c375d

Browse files
authored
Merge pull request #20337 from bcoles/exploit-linux-http-opentsdb_key_cmd_injection
opentsdb_key_cmd_injection: Set Arch to ARCH_CMD
2 parents 17125b4 + cede075 commit b8c375d

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)