diff options
Diffstat (limited to 'metadata/glsa/glsa-201701-24.xml')
-rw-r--r-- | metadata/glsa/glsa-201701-24.xml | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201701-24.xml b/metadata/glsa/glsa-201701-24.xml new file mode 100644 index 000000000000..922c053c1fc7 --- /dev/null +++ b/metadata/glsa/glsa-201701-24.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201701-24"> + <title>PgBouncer: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in PgBouncer, the worst of + which may allow an attacker to bypass authentication. + </synopsis> + <product type="ebuild">pgbouncer</product> + <announced>2017-01-11</announced> + <revised count="1">2017-01-11</revised> + <bug>550124</bug> + <bug>600184</bug> + <access>remote</access> + <affected> + <package name="dev-db/pgbouncer" auto="yes" arch="*"> + <unaffected range="ge">1.7.2</unaffected> + <vulnerable range="lt">1.7.2</vulnerable> + </package> + </affected> + <background> + <p>PgBouncer is a lightweight connection pooler for PostgreSQL.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in PgBouncer. Please + review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker might send a specially crafted package possibly + resulting in a Denial of Service condition. Furthermore, a remote + attacker might bypass authentication in configurations using the + “auth_user” feature. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All PgBouncer users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-db/pgbouncer-1.7.2" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-4054">CVE-2015-4054</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-6817">CVE-2015-6817</uri> + </references> + <metadata tag="requester" timestamp="2017-01-09T13:32:34Z">whissi</metadata> + <metadata tag="submitter" timestamp="2017-01-11T12:24:51Z">whissi</metadata> +</glsa> |