diff options
author | 2017-02-10 23:22:12 +0000 | |
---|---|---|
committer | 2017-02-10 23:22:12 +0000 | |
commit | acbd7252a0d76465aa93dbbb1f7b5c223c0133f7 (patch) | |
tree | 556a65af46b5531e55bddeadc1123bd72181bcaf /metadata/glsa/glsa-201702-05.xml | |
parent | Merge updates from master (diff) | |
parent | Add GLSA 201702-06 (diff) | |
download | gentoo-acbd7252a0d76465aa93dbbb1f7b5c223c0133f7.tar.gz gentoo-acbd7252a0d76465aa93dbbb1f7b5c223c0133f7.tar.bz2 gentoo-acbd7252a0d76465aa93dbbb1f7b5c223c0133f7.zip |
Merge commit '7e8dd8a41a0048d001d4559d70a3d42417cc9137'
Diffstat (limited to 'metadata/glsa/glsa-201702-05.xml')
-rw-r--r-- | metadata/glsa/glsa-201702-05.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201702-05.xml b/metadata/glsa/glsa-201702-05.xml new file mode 100644 index 000000000000..4fa1682e62da --- /dev/null +++ b/metadata/glsa/glsa-201702-05.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201702-05"> + <title>Lsyncd: Remote execution of arbitrary code</title> + <synopsis>A vulnerability in Lsyncd allows execution of arbitrary code.</synopsis> + <product type="ebuild">lsyncd</product> + <announced>2017-02-10</announced> + <revised>2017-02-10: 1</revised> + <bug>529678</bug> + <access>local, remote</access> + <affected> + <package name="app-admin/lsyncd" auto="yes" arch="*"> + <unaffected range="ge">2.1.6</unaffected> + <vulnerable range="lt">2.1.6</vulnerable> + </package> + </affected> + <background> + <p>A daemon to synchronize local directories using rsync.</p> + </background> + <description> + <p>default-rsyncssh.lua in Lsyncd performed insufficient sanitising of + filenames. + </p> + </description> + <impact type="normal"> + <p>An attacker, able to control files processed by Lsyncd, could possibly + execute arbitrary code with the privileges of the process or cause a + Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Lsyncd users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-admin/lsyncd-2.1.6" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8990">CVE-2014-8990</uri> + </references> + <metadata tag="requester" timestamp="2017-02-01T09:30:15Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-02-10T23:08:07Z">whissi</metadata> +</glsa> |