summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/glsa/glsa-201209-16.xml')
-rw-r--r--metadata/glsa/glsa-201209-16.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201209-16.xml b/metadata/glsa/glsa-201209-16.xml
new file mode 100644
index 000000000000..6be1aa6dc984
--- /dev/null
+++ b/metadata/glsa/glsa-201209-16.xml
@@ -0,0 +1,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 "&gt;=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>