VYPR

RubyGems package

erb

pkg:gem/erb

Vulnerabilities (1)

  • CVE-2026-41316HigApr 24, 2026
    affected < 4.0.3.1fixed 4.0.3.1

    ERB is a templating system for Ruby. Ruby 2.7.0 (before ERB 2.2.0 was published on rubygems.org) introduced an `@_init` instance variable guard in `ERB#result` and `ERB#run` to prevent code execution when an ERB object is reconstructed via `Marshal.load` (deserialization). Howeve