diff options
author | John Helmert III <ajak@gentoo.org> | 2021-07-07 22:39:51 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2021-07-07 22:39:51 -0500 |
commit | ca93d066fbae12e2b519b6fef45275f903bec601 (patch) | |
tree | e2313f6b22ce125c9b37a5f7d2e10689f6469950 /glsa-202107-17.xml | |
parent | [ GLSA 202107-16 ] Privoxy: Multiple vulnerabilities (diff) | |
download | glsa-ca93d066fbae12e2b519b6fef45275f903bec601.tar.gz glsa-ca93d066fbae12e2b519b6fef45275f903bec601.tar.bz2 glsa-ca93d066fbae12e2b519b6fef45275f903bec601.zip |
[ GLSA 202107-17 ] Mechanize: Command injection
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'glsa-202107-17.xml')
-rw-r--r-- | glsa-202107-17.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/glsa-202107-17.xml b/glsa-202107-17.xml new file mode 100644 index 00000000..4646661b --- /dev/null +++ b/glsa-202107-17.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202107-17"> + <title>Mechanize: Command injection</title> + <synopsis>A file named by an attacker being utilized by Mechanize could + result in arbitrary code execution. + </synopsis> + <product type="ebuild">mechanize</product> + <announced>2021-07-08</announced> + <revised count="1">2021-07-08</revised> + <bug>768609</bug> + <access>local, remote</access> + <affected> + <package name="dev-ruby/mechanize" auto="yes" arch="*"> + <unaffected range="ge">2.7.7</unaffected> + <vulnerable range="lt">2.7.7</vulnerable> + </package> + </affected> + <background> + <p>Mechanize is a Ruby library used for automating interaction with + websites. + </p> + </background> + <description> + <p>Mechanize does not neutralize filename input and could allow arbitrary + code execution if an attacker can control filenames used by Mechanize. + </p> + </description> + <impact type="high"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Mechanize users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-ruby/mechanize-2.7.7" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-21289">CVE-2021-21289</uri> + </references> + <metadata tag="requester" timestamp="2021-05-31T21:54:48Z">whissi</metadata> + <metadata tag="submitter" timestamp="2021-07-08T03:38:36Z">ajak</metadata> +</glsa> |