Mechanize security update v2.7.7

35 views
Skip to first unread message

Mike Dalessio

unread,
Feb 1, 2021, 4:01:31 PM2/1/21
to ruby-talk, ruby-sec...@googlegroups.com
The Mechanize rubygem v2.7.7 was released on 2021-02-01 which contains a fix for CVE-2021-21289, fully described at https://github.com/sparklemotion/mechanize/security/advisories/GHSA-qrqm-fpv6-6r8g. That security advisory is reproduced here for your convenience.

Impact

Mechanize >= v2.0< v2.7.7 allows for OS commands to be injected using several classes' methods which implicitly use Ruby's Kernel.open method. Exploitation is possible only if untrusted input is used as a local filename and passed to any of these calls:

  • Mechanize::CookieJar#load: since v2.0 (see 208e3ed)
  • Mechanize::CookieJar#save_as: since v2.0 (see 5b776a4)
  • Mechanize#download: since v2.2 (see dc91667)
  • Mechanize::Download#save and #save! since v2.1 (see 98b2f51bd62ff0)
  • Mechanize::File#save and #save_as: since v2.1 (see 2bf7519)
  • Mechanize::FileResponse#read_body: since v2.0 (see 01039f5)

Patches

These vulnerabilities are patched in Mechanize v2.7.7.

Workarounds

No workarounds are available. We recommend upgrading to v2.7.7 or later.

References

See https://docs.rubocop.org/rubocop/cops_security.html#securityopen for background on why Kernel.open should not be used with untrusted input.

For more information

If you have any questions or comments about this advisory, please open an issue in sparklemotion/mechanize.


This security advisory has been created for public disclosure of a Command Injection vulnerability that was responsibly reported by @kyoshidajp (Katsuhiko YOSHIDA).


Reply all
Reply to author
Forward
0 new messages