2 matches found
ruby-RCE-CVE-2019-5420-
Deserializzazione Ruby CVE-2019-5420 root@kitploit: https://github.com/PenTestical/CVE-2019-5420 Riferimenti: root@kitploit: 1 Processo di realizzazione del payload per la vulnerabilità di esecuzione comandi in Ruby on Rails https://hackerone.com/reports/473888 Poiché ActiveSupport::MessageVerifi...
Ruby on Rails: RCE which may occur due to `ActiveSupport::MessageVerifier` or `ActiveSupport::MessageEncryptor` (especially Active storage)
Since ActiveSupport::MessageVerifier and ActiveSupport::MessageEncryptor use Marshal as the default serializer, I confirmed that RCE is possible by object injection. ruby https://github.com/rails/rails/blob/v5.2.2/activesupport/lib/activesupport/messageverifier.rbL110 def initializesecret, option...