Home / Vulnerability Database / Ruby : OpenURI usage
Ruby
Ruby : OpenURI usage
Classification
OWASP Top 10 2013
OWASP Top 10 2017
OWASP Top 10 2021
PCI DSS 4.0
HIPAA
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
