Vulnerabilities > CVE-2009-3697 - SQL Injection vulnerability in PHPmyadmin
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN Summary
SQL injection vulnerability in the PDF schema generator functionality in phpMyAdmin 2.11.x before 2.11.9.6 and 3.x before 3.2.2.1 allows remote attackers to execute arbitrary SQL commands via unspecified interface parameters.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Command Line Execution through SQL Injection An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.
- Object Relational Mapping Injection An attacker leverages a weakness present in the database access layer code generated with an Object Relational Mapping (ORM) tool or a weakness in the way that a developer used a persistence framework to inject his or her own SQL commands to be executed against the underlying database. The attack here is similar to plain SQL injection, except that the application does not use JDBC to directly talk to the database, but instead it uses a data access layer generated by an ORM tool or framework (e.g. Hibernate). While most of the time code generated by an ORM tool contains safe access methods that are immune to SQL injection, sometimes either due to some weakness in the generated code or due to the fact that the developer failed to use the generated access methods properly, SQL injection is still possible.
- SQL Injection through SOAP Parameter Tampering An attacker modifies the parameters of the SOAP message that is sent from the service consumer to the service provider to initiate a SQL injection attack. On the service provider side, the SOAP message is parsed and parameters are not properly validated before being used to access a database in a way that does not use parameter binding, thus enabling the attacker to control the structure of the executed SQL query. This pattern describes a SQL injection attack with the delivery mechanism being a SOAP message.
- Expanding Control over the Operating System from the Database An attacker is able to leverage access gained to the database to read / write data to the file system, compromise the operating system, create a tunnel for accessing the host machine, and use this access to potentially attack other machines on the same network as the database machine. Traditionally SQL injections attacks are viewed as a way to gain unauthorized read access to the data stored in the database, modify the data in the database, delete the data, etc. However, almost every data base management system (DBMS) system includes facilities that if compromised allow an attacker complete access to the file system, operating system, and full access to the host running the database. The attacker can then use this privileged access to launch subsequent attacks. These facilities include dropping into a command shell, creating user defined functions that can call system level libraries present on the host machine, stored procedures, etc.
- SQL Injection This attack exploits target software that constructs SQL statements based on user input. An attacker crafts input strings so that when the target software constructs SQL statements based on the input, the resulting SQL statement performs actions other than those the application intended. SQL Injection results from failure of the application to appropriately validate input. When specially crafted user-controlled input consisting of SQL syntax is used without proper validation as part of SQL queries, it is possible to glean information from the database in ways not envisaged during application design. Depending upon the database and the design of the application, it may also be possible to leverage injection to have the database execute system-related commands of the attackers' choice. SQL Injection enables an attacker to talk directly to the database, thus bypassing the application completely. Successful injection can cause information disclosure as well as ability to add or modify data in the database. In order to successfully inject SQL and retrieve information from a database, an attacker:
Nessus
NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_4769914EB84411DEB1590030843D3802.NASL description phpMyAdmin Team reports : Cross-site scripting (XSS) vulnerability allows remote attackers to inject arbitrary web script or HTML via a crafted MySQL table name. SQL injection vulnerability allows remote attackers to inject SQL via various interface parameters of the PDF schema generator feature. last seen 2020-06-01 modified 2020-06-02 plugin id 42129 published 2009-10-15 reporter This script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/42129 title FreeBSD : phpmyadmin -- XSS and SQL injection vulnerabilities (4769914e-b844-11de-b159-0030843d3802) NASL family SuSE Local Security Checks NASL id SUSE_11_0_PHPMYADMIN-091016.NASL description phpMyAdmin has been updated to version 2.11.9.6 to fix a cross-site scripting (XSS) issue (CVE-2009-3696) and a SQL injection vulnerability (CVE-2009-3697). last seen 2020-06-01 modified 2020-06-02 plugin id 42230 published 2009-10-23 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/42230 title openSUSE Security Update : phpMyAdmin (phpMyAdmin-1416) NASL family Debian Local Security Checks NASL id DEBIAN_DSA-1918.NASL description Several remote vulnerabilities have been discovered in phpMyAdmin, a tool to administer MySQL over the web. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2009-3696 Cross-site scripting (XSS) vulnerability allows remote attackers to inject arbitrary web script or HTML via a crafted MySQL table name. - CVE-2009-3697 SQL injection vulnerability in the PDF schema generator functionality allows remote attackers to execute arbitrary SQL commands. This issue does not apply to the version in Debian 4.0 Etch. Additionally, extra fortification has been added for the web-based setup.php script. Although the shipped web server configuration should ensure that this script is protected, in practice this turned out not always to be the case. The config.inc.php file is not writable anymore by the webserver user. See README.Debian for details on how to enable the setup.php script if and when you need it. last seen 2020-06-01 modified 2020-06-02 plugin id 44783 published 2010-02-24 reporter This script is Copyright (C) 2010-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/44783 title Debian DSA-1918-1 : phpmyadmin - several vulnerabilities NASL family SuSE Local Security Checks NASL id SUSE_PHPMYADMIN-6570.NASL description phpMyAdmin has been updated to version 2.11.9.6 to fix a cross-site scripting (XSS) issue (CVE-2009-3696) and a SQL injection vulnerability (CVE-2009-3697). last seen 2020-06-01 modified 2020-06-02 plugin id 42326 published 2009-10-30 reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/42326 title openSUSE 10 Security Update : phpMyAdmin (phpMyAdmin-6570) NASL family Fedora Local Security Checks NASL id FEDORA_2009-10530.NASL description Changes for 3.2.2.1: - [security] XSS and SQL injection, thanks to Herman van Rink Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 42157 published 2009-10-16 reporter This script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/42157 title Fedora 11 : phpMyAdmin-3.2.2.1-1.fc11 (2009-10530) NASL family Fedora Local Security Checks NASL id FEDORA_2009-10510.NASL description Changes for 3.2.2.1: - [security] XSS and SQL injection, thanks to Herman van Rink Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues. last seen 2020-06-01 modified 2020-06-02 plugin id 42154 published 2009-10-16 reporter This script is Copyright (C) 2009-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/42154 title Fedora 10 : phpMyAdmin-3.2.2.1-1.fc10 (2009-10510)
Seebug
bulletinFamily | exploit |
description | BUGTRAQ ID: 36658 CVE ID: CVE-2009-3697,CVE-2009-3696 phpMyAdmin是用PHP编写的工具,用于通过WEB管理MySQL。 phpMyAdmin没有正确地过滤对MySQL表格名称所提交的输入参数,远程攻击者可以通过提交恶意请求执行存储式跨站脚本攻击,并在用户浏览恶意数据时执行所注入的HTML和脚本代码;此外phpMyAdmin还没有正确地过滤提交给PDF schema生成器功能的各种参数,远程攻击者可以通过提交恶意请求执行SQL注入攻击。 phpMyAdmin 3.x phpMyAdmin 2.11.x 厂商补丁: phpMyAdmin ---------- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://www.phpmyadmin.net/ |
id | SSV:12512 |
last seen | 2017-11-19 |
modified | 2009-10-22 |
published | 2009-10-22 |
reporter | Root |
title | phpMyAdmin SQL注入和跨站脚本漏洞 |
References
- http://bugs.gentoo.org/show_bug.cgi?id=288899
- http://bugs.gentoo.org/show_bug.cgi?id=288899
- http://dfn.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/2.11.9.6/phpMyAdmin-2.11.9.6-notes.html
- http://dfn.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/2.11.9.6/phpMyAdmin-2.11.9.6-notes.html
- http://dfn.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.2.2.1/phpMyAdmin-3.2.2.1-notes.html
- http://dfn.dl.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.2.2.1/phpMyAdmin-3.2.2.1-notes.html
- http://freshmeat.net/projects/phpmyadmin/releases/306667
- http://freshmeat.net/projects/phpmyadmin/releases/306667
- http://freshmeat.net/projects/phpmyadmin/releases/306669
- http://freshmeat.net/projects/phpmyadmin/releases/306669
- http://lists.opensuse.org/opensuse-security-announce/2009-10/msg00004.html
- http://lists.opensuse.org/opensuse-security-announce/2009-10/msg00004.html
- http://marc.info/?l=oss-security&m=125553728512853&w=2
- http://marc.info/?l=oss-security&m=125553728512853&w=2
- http://marc.info/?l=oss-security&m=125561979001460&w=2
- http://marc.info/?l=oss-security&m=125561979001460&w=2
- http://secunia.com/advisories/37016
- http://secunia.com/advisories/37016
- http://typo3.org/extensions/repository/view/phpmyadmin/4.5.0/
- http://typo3.org/extensions/repository/view/phpmyadmin/4.5.0/
- http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-015/
- http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-015/
- http://www.mandriva.com/security/advisories?name=MDVSA-2009:274
- http://www.mandriva.com/security/advisories?name=MDVSA-2009:274
- http://www.phpmyadmin.net/home_page/security/PMASA-2009-6.php
- http://www.phpmyadmin.net/home_page/security/PMASA-2009-6.php
- http://www.securityfocus.com/bid/36658
- http://www.securityfocus.com/bid/36658
- http://www.vupen.com/english/advisories/2009/2899
- http://www.vupen.com/english/advisories/2009/2899
- https://bugzilla.redhat.com/show_bug.cgi?id=528769
- https://bugzilla.redhat.com/show_bug.cgi?id=528769
- https://exchange.xforce.ibmcloud.com/vulnerabilities/53741
- https://exchange.xforce.ibmcloud.com/vulnerabilities/53741
- https://www.redhat.com/archives/fedora-package-announce/2009-October/msg00467.html
- https://www.redhat.com/archives/fedora-package-announce/2009-October/msg00467.html
- https://www.redhat.com/archives/fedora-package-announce/2009-October/msg00490.html
- https://www.redhat.com/archives/fedora-package-announce/2009-October/msg00490.html