VYPR

Stringio

by Ruby Lang

Source repositories

CVEs (1)

  • CVE-2024-27280CriMay 14, 2024
    risk 0.57cvss 9.8epss 0.09

    A buffer-overread issue was discovered in StringIO 3.0.1, as distributed in Ruby 3.0.x through 3.0.6 and 3.1.x through 3.1.4. The ungetbyte and ungetc methods on a StringIO can read past the end of a string, and a subsequent call to StringIO.gets may return the memory value.…