In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Remote Code Execution (RCE) vulnerabilities in an interactive lesson.
Start learningUpgrade flavour_saver
to version 0.3.3 or higher.
Affected versions of this package are vulnerable to Remote Code Execution (RCE) in helper method dispatch, where it uses Kernel::send
to call helpers without checking that they are defined within the template context first. This allows expressions such as {{system "ls"}}
or {{eval "puts 1 + 1"}}
to be executed.