Lucene search

K
osvGoogleOSV:CVE-2021-21289
HistoryFeb 02, 2021 - 7:15 p.m.

CVE-2021-21289

2021-02-0219:15:14
Google
osv.dev
11
mechanize
command injection
vulnerability
os commands
ruby's kernel.open

AI Score

8.3

Confidence

High

EPSS

0.003

Percentile

69.7%

Mechanize is an open-source ruby library that makes automated web interaction easy. In Mechanize from version 2.0.0 and before version 2.7.7 there is a command injection vulnerability. Affected versions of mechanize allow 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, Mechanize::CookieJar#save_as, Mechanize#download, Mechanize::Download#save, Mechanize::File#save, and Mechanize::FileResponse#read_body. This is fixed in version 2.7.7.