diff options
Diffstat (limited to 'metadata/glsa/glsa-201906-01.xml')
-rw-r--r-- | metadata/glsa/glsa-201906-01.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201906-01.xml b/metadata/glsa/glsa-201906-01.xml new file mode 100644 index 000000000000..43586e2bcd8a --- /dev/null +++ b/metadata/glsa/glsa-201906-01.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201906-01"> + <title>Exim: Remote command execution</title> + <synopsis>A vulnerability in Exim could allow a remote attacker to execute + arbitrary commands. + </synopsis> + <product type="ebuild">exim</product> + <announced>2019-06-06</announced> + <revised count="1">2019-06-06</revised> + <bug>687336</bug> + <access>remote</access> + <affected> + <package name="mail-mta/exim" auto="yes" arch="*"> + <unaffected range="ge">4.92</unaffected> + <vulnerable range="lt">4.92</vulnerable> + </package> + </affected> + <background> + <p>Exim is a message transfer agent (MTA) designed to be a a highly + configurable, drop-in replacement for sendmail. + </p> + </background> + <description> + <p>A vulnerability was discovered in how Exim validates recipient addresses + in the deliver_message() function. + </p> + </description> + <impact type="high"> + <p>A remote attacker could execute arbitrary commands by sending an email + with a specially crafted recipient address to the affected system. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Exim users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=mail-mta/exim-4.92" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-10149">CVE-2019-10149</uri> + </references> + <metadata tag="requester" timestamp="2019-06-05T17:30:31Z">whissi</metadata> + <metadata tag="submitter" timestamp="2019-06-06T17:27:59Z">whissi</metadata> +</glsa> |