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 Arbitrary Command Execution vulnerabilities in an interactive lesson.
Start learningFlavourSaver
is a pure-ruby implementation of the Handlebars templating language.
Affected versions of this gem are vulnerable to arbitrary command execution via the 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.