summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-06-06 19:30:16 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-06-06 19:30:16 +0200
commit74d83a200d28906c5e5b46a676cd5579da349080 (patch)
treeadbb66df6df1f1a812bf24a4a692d255b9693186
parent[ GLSA 201904-25 ] QEMU: Multiple vulnerabilities (diff)
downloadglsa-74d83a200d28906c5e5b46a676cd5579da349080.tar.gz
glsa-74d83a200d28906c5e5b46a676cd5579da349080.tar.bz2
glsa-74d83a200d28906c5e5b46a676cd5579da349080.zip
[ GLSA 201906-01 ] Exim: Remote command execution
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r--glsa-201906-01.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/glsa-201906-01.xml b/glsa-201906-01.xml
new file mode 100644
index 00000000..43586e2b
--- /dev/null
+++ b/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 "&gt;=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>