blob: e95c7ab9ffb5bcb30caa7a1db24d68dc936f6a72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201701-59">
<title>ADOdb: Multiple vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been found in ADOdb, all of which
could allow remote attackers to execute arbitrary code.
</synopsis>
<product type="ebuild">adodb</product>
<announced>2017-01-24</announced>
<revised count="1">2017-01-24</revised>
<bug>604714</bug>
<access>remote</access>
<affected>
<package name="dev-php/adodb" auto="yes" arch="*">
<unaffected range="ge">5.20.9</unaffected>
<vulnerable range="lt">5.20.9</vulnerable>
</package>
</affected>
<background>
<p>ADOdb is an abstraction library for PHP creating a common API for a wide
range of database backends.
</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in ADOdb. Please review
the CVE identifiers referenced below for details.
</p>
</description>
<impact type="normal">
<p>A remote attacker, through the use of SQL injection or Cross Site
Scripting (XSS) attacks, could execute arbitrary code.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All ADOdb users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-php/adodb-5.20.9"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-4855">CVE-2016-4855</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-7405">CVE-2016-7405</uri>
</references>
<metadata tag="requester" timestamp="2017-01-21T23:56:54Z">whissi</metadata>
<metadata tag="submitter" timestamp="2017-01-24T10:50:50Z">b-man</metadata>
</glsa>
|