diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-15 05:25:30 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-01-15 05:25:30 +0100 |
commit | bda98067f603838195635d005adb1554327dd24e (patch) | |
tree | 441190be1fbe3ca6fbd52ee27422e720292ad623 /glsa-201801-15.xml | |
parent | Add GLSA 201801-14 (diff) | |
download | glsa-bda98067f603838195635d005adb1554327dd24e.tar.gz glsa-bda98067f603838195635d005adb1554327dd24e.tar.bz2 glsa-bda98067f603838195635d005adb1554327dd24e.zip |
Add GLSA 201801-15
Diffstat (limited to 'glsa-201801-15.xml')
-rw-r--r-- | glsa-201801-15.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-201801-15.xml b/glsa-201801-15.xml new file mode 100644 index 00000000..6e5669c8 --- /dev/null +++ b/glsa-201801-15.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201801-15"> + <title>PolarSSL: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in PolarSSL, the worst of + which may allow remote attackers to execute arbitrary code. + </synopsis> + <product type="ebuild">polarssl</product> + <announced>2018-01-15</announced> + <revised count="1">2018-01-15</revised> + <bug>537108</bug> + <bug>620504</bug> + <access>remote</access> + <affected> + <package name="net-libs/polarssl" auto="yes" arch="*"> + <vulnerable range="lt">1.3.9-r1</vulnerable> + </package> + </affected> + <background> + <p>PolarSSL is a cryptographic library for embedded systems.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in PolarSSL. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker might be able to execute arbitrary code, cause Denial + of Service condition or obtain sensitive information. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>Gentoo has discontinued support for PolarSSL and recommends that users + unmerge the package: + </p> + + <code> + # emerge --unmerge "net-libs/polarssl" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-1182"> + CVE-2015-1182 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-7575"> + CVE-2015-7575 + </uri> + </references> + <metadata tag="requester" timestamp="2017-10-19T20:10:49Z">jmbailey</metadata> + <metadata tag="submitter" timestamp="2018-01-15T04:24:40Z">jmbailey</metadata> +</glsa> |