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 060e5b1 commit 0ba0cd6Copy full SHA for 0ba0cd6
modules/exploits/multi/http/avideo_wwbnindex_unauth_rce.rb
@@ -107,7 +107,7 @@ def check
107
version = Rex::Version.new(version_match[1])
108
109
if version.between?(Rex::Version.new('12.4'), Rex::Version.new('14.2'))
110
- return CheckCode::Vulnerable("Detected vulnerable AVideo version: #{version}")
+ return CheckCode::Appears("Detected vulnerable AVideo version: #{version}")
111
end
112
113
CheckCode::Safe("Detected non-vulnerable AVideo version: #{version}")
0 commit comments