blob: 6be1aa6dc98448f5f6d891eab6e433b93431260e (
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="201209-16">
<title>SQLAlchemy: SQL injection</title>
<synopsis>An input sanitation flaw in SQLAlchemy allows remote attacker to
conduct SQL injection.
</synopsis>
<product type="ebuild">sqlalchemy</product>
<announced>2012-09-26</announced>
<revised count="1">2012-09-26</revised>
<bug>407437</bug>
<access>remote</access>
<affected>
<package name="dev-python/sqlalchemy" auto="yes" arch="*">
<unaffected range="ge">0.7.4</unaffected>
<vulnerable range="lt">0.7.4</vulnerable>
</package>
</affected>
<background>
<p>SQLAlchemy is a Python SQL toolkit and Object Relational Mapper.</p>
</background>
<description>
<p>SQLAlchemy does not properly sanitize input passed from the “limit”
and “offset” keywords to the select() function before using it in an
SQL query.
</p>
</description>
<impact type="normal">
<p>A remote attacker could exploit this vulnerability to execute arbitrary
SQL statements.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All SQLAlchemy users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-python/sqlalchemy-0.7.4"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-0805">CVE-2012-0805</uri>
</references>
<metadata tag="requester" timestamp="2012-08-14T16:04:11Z">
keytoaster
</metadata>
<metadata tag="submitter" timestamp="2012-09-26T21:43:47Z">ackle</metadata>
</glsa>
|