Home / Vulnerability Database / Ruby : OpenURI usage
Ruby

Ruby : OpenURI usage

Overview

Using the OpenURI library is not safe, because it allows remote execution of arbitrary code.

OpenURI is a standard library for working with URLs. require "open-uri" internally patches Kernel.open, which allows the attacker to execute code remotely and read local files.

CRITICAL

DerScanner Severity Score

Do you want to fix Ruby : OpenURI usage in your application?

See also

Ruby

Ruby : Weak hashing algorithm

Ruby

Ruby : Empty encryption key

Ruby

Ruby : Hardcoded sensitive data