GLSA 201209-16: SQLAlchemy: SQL injection
Severity: | normal |
Title: | SQLAlchemy: SQL injection |
Date: | 09/26/2012 |
Bugs: |
|
ID: | 201209-16 |
Synopsis
An input sanitation flaw in SQLAlchemy allows remote attacker to conduct SQL injection.Background
SQLAlchemy is a Python SQL toolkit and Object Relational Mapper.
Affected packages
Package | Vulnerable | Unaffected | Architecture(s) |
---|---|---|---|
dev-python/sqlalchemy | < 0.7.4 | >= 0.7.4 | All supported architectures |
Description
SQLAlchemy does not properly sanitize input passed from the “limit” and “offset” keywords to the select() function before using it in an SQL query.
Impact
A remote attacker could exploit this vulnerability to execute arbitrary SQL statements.
Workaround
There is no known workaround at this time.
Resolution
All SQLAlchemy users should upgrade to the latest version:
# emerge --sync # emerge --ask --oneshot --verbose ">=dev-python/sqlalchemy-0.7.4"
References
Availability
This GLSA and any updates to it are available for viewing at the Gentoo Security Website:
Concerns?
Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users machines is of utmost importance to us. Any security concerns should be addressed to security@gentoo.org or alternatively, you may file a bug at https://bugs.gentoo.org.
License
Copyright 2010 Gentoo Foundation, Inc; referenced text belongs to its owner(s). The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.