We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bbec2 commit 3022513Copy full SHA for 3022513
modules/exploits/linux/http/aitemi_m300_time_rce.rb
@@ -34,6 +34,9 @@ def initialize(info = {})
34
],
35
'Platform' => %(linux unix),
36
'Arch' => [ARCH_CMD, ARCH_MIPSBE],
37
+ 'Payload' => {
38
+ 'BadChars' => "\x60"
39
+ },
40
'Targets' => [
41
[
42
'Unix Command',
@@ -63,7 +66,7 @@ def initialize(info = {})
63
66
'Privileged' => true,
64
67
'DisclosureDate' => '2025-08-07',
65
68
'Notes' => {
- 'Stability' => [CRASH_SAFE],
69
+ 'Stability' => [CRASH_SERVICE_DOWN],
70
'Reliability' => [REPEATABLE_SESSION],
71
'SideEffects' => [IOC_IN_LOGS]
72
}
0 commit comments