diff options
author | 2015-03-08 22:02:38 +0100 | |
---|---|---|
committer | 2015-03-08 22:02:38 +0100 | |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201412-32.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201412-32.xml')
-rw-r--r-- | glsa-201412-32.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/glsa-201412-32.xml b/glsa-201412-32.xml new file mode 100644 index 00000000..4541d39a --- /dev/null +++ b/glsa-201412-32.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201412-32"> + <title>sendmail: Information disclosure</title> + <synopsis>A vulnerability in sendmail could allow a local attacker to obtain + sensitive information. + </synopsis> + <product type="ebuild">sendmail</product> + <announced>December 22, 2014</announced> + <revised>December 22, 2014: 1</revised> + <bug>511760</bug> + <access>local</access> + <affected> + <package name="mail-mta/sendmail" auto="yes" arch="*"> + <unaffected range="ge">8.14.9</unaffected> + <vulnerable range="lt">8.14.9</vulnerable> + </package> + </affected> + <background> + <p>sendmail is a widely-used Mail Transport Agent (MTA).</p> + </background> + <description> + <p>The sm_close_on_exec function in conf.c has arguments in the wrong + order. + </p> + </description> + <impact type="normal"> + <p>A local attacker could get access to unintended high-numbered file + descriptors via a specially crafted program. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All sendmail users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=mail-mta/sendmail-8.14.9" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3956">CVE-2014-3956</uri> + </references> + <metadata tag="requester" timestamp="Tue, 10 Jun 2014 01:42:47 +0000"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="Mon, 22 Dec 2014 14:46:39 +0000">Zlogene</metadata> +</glsa> |