diff options
Diffstat (limited to 'metadata/glsa/glsa-201401-15.xml')
-rw-r--r-- | metadata/glsa/glsa-201401-15.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201401-15.xml b/metadata/glsa/glsa-201401-15.xml new file mode 100644 index 000000000000..ff2685e985e6 --- /dev/null +++ b/metadata/glsa/glsa-201401-15.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201401-15"> + <title>Asterisk: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Asterisk, the worst of + which may allow execution of arbitrary code. + </synopsis> + <product type="ebuild">asterisk</product> + <announced>2014-01-21</announced> + <revised count="1">2014-01-21</revised> + <bug>449828</bug> + <bug>463622</bug> + <bug>482776</bug> + <bug>494630</bug> + <access>remote</access> + <affected> + <package name="net-misc/asterisk" auto="yes" arch="*"> + <unaffected range="ge">11.7.0</unaffected> + <unaffected range="rge">1.8.25.0</unaffected> + <vulnerable range="lt">11.7.0</vulnerable> + </package> + </affected> + <background> + <p>Asterisk is an open source telephony engine and toolkit.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Asterisk. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>A remote attacker could execute arbitrary code with the privileges of + the process, cause a Denial of Service condition, or obtain sensitive + information. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Asterisk 11.* users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/asterisk-11.7.0" + </code> + + <p>All Asterisk 1.8.* users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/asterisk-1.8.25.0" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5976">CVE-2012-5976</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5977">CVE-2012-5977</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2264">CVE-2013-2264</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2685">CVE-2013-2685</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2686">CVE-2013-2686</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-5641">CVE-2013-5641</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-5642">CVE-2013-5642</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-7100">CVE-2013-7100</uri> + </references> + <metadata tag="requester" timestamp="2013-01-03T17:20:14Z"> + underling + </metadata> + <metadata tag="submitter" timestamp="2014-01-21T04:17:25Z">ackle</metadata> +</glsa> |