SQL injection vulnerability in the get_last_conversation_lines function in common/logger.py in Gajim before 0.15 allows remote attackers to execute arbitrary SQL commands via the jig parameter.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
https://trac.gajim.org/changeset/988e38ce0e0c | patch |
https://trac.gajim.org/ticket/7034 | exploit |
http://secunia.com/advisories/48794 | third party advisory |
http://secunia.com/advisories/48708 | third party advisory vendor advisory |
http://www.openwall.com/lists/oss-security/2012/04/08/1 | mailing list |
http://security.gentoo.org/glsa/glsa-201208-04.xml | vendor advisory |
http://www.openwall.com/lists/oss-security/2012/04/08/2 | mailing list |
http://www.securityfocus.com/bid/52943 | vdb entry |