Skip to content

Commit 3022513

Browse files
committed
Add CRASH_SERVICE_DOWN and "`" badchar
1 parent 46bbec2 commit 3022513

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/exploits/linux/http/aitemi_m300_time_rce.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ def initialize(info = {})
3434
],
3535
'Platform' => %(linux unix),
3636
'Arch' => [ARCH_CMD, ARCH_MIPSBE],
37+
'Payload' => {
38+
'BadChars' => "\x60"
39+
},
3740
'Targets' => [
3841
[
3942
'Unix Command',
@@ -63,7 +66,7 @@ def initialize(info = {})
6366
'Privileged' => true,
6467
'DisclosureDate' => '2025-08-07',
6568
'Notes' => {
66-
'Stability' => [CRASH_SAFE],
69+
'Stability' => [CRASH_SERVICE_DOWN],
6770
'Reliability' => [REPEATABLE_SESSION],
6871
'SideEffects' => [IOC_IN_LOGS]
6972
}

0 commit comments

Comments
 (0)