You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.7 KiB
52 lines
1.7 KiB
<?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>
|