CVE-2014-8498 : Détail

CVE-2014-8498

SQL Injection
A03-Injection
3.52%V4
Network
2014-11-17
15h00 +00:00
2017-09-07
13h57 +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 BulkEditSearchResult.cc in ManageEngine Password Manager Pro (PMP) and Password Manager Pro Managed Service Providers (MSP) edition before 7.1 build 7105 allows remote authenticated users to execute arbitrary SQL commands via the SEARCH_ALL parameter.

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 6.5 AV:N/AC:L/Au:S/C:P/I:P/A:P nvd@nist.gov

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 : 35210

Date de publication : 2014-11-09 23h00 +00:00
Auteur : Pedro Ribeiro
EDB Vérifié : No

>> Authenticated blind SQL injection in Password Manager Pro / Pro MSP >> Discovered by Pedro Ribeiro (pedrib@gmail.com), Agile Information Security ========================================================================== Disclosure: 08/11/2014 / Last updated: 08/11/2014 >> Background on the affected products: "Password Manager Pro (PMP) is a secure vault for storing and managing shared sensitive information such as passwords, documents and digital identities of enterprises." >> Technical details: PMP has a SQL injection vulnerability in its search function. A valid user account is required to exploit the injection, however a low privileged guest account is enough. The application uses different database backends by default depending on its version: versions < 6.8 use the MySQL backend and versions >= 6.8 use PostgreSQL. Single quotes are escaped with backslashes at the injection point, but this can be somewhat avoided by double escaping the slashes (\\'). In addition, injected strings are all modified to uppercase. These two unintended "protections" make it difficult to exploit the injection to achieve remote code execution. However the injection can be abused in creative ways - for example to escalate the current user privileges to "Super Administrator", which has access to all the passwords in the system in unencrypted format. This can be achieved by injecting the following queries: "update AaaAuthorizedRole set role_id=1 where account_id=<userId>;insert into ptrx_superadmin values (<userId>,true);". A Metasploit module has been released that creates a new "Super Administrator" account and exports PMP's password database in CSV format. All passwords are exported unencrypted. Vulnerability: Blind SQL injection in SEARCH_ALL parameter (multiple pages affected) Constraints: authentication needed (guest / low privileged user account) CVE-2014-8498 POST /BulkEditSearchResult.cc Affected versions: Unknown, at least v7 build 7001 to vX build XXX CVE-2014-8499 POST /SQLAdvancedALSearchResult.cc POST /AdvancedSearchResult.cc Affected versions: Unknown, at least v6.5 to vX build XXX COUNT=1&USERID=1&SEARCH_ALL=<injection here> >> Fix: Upgrade to version 7.1 build 7105 [1] http://seclists.org/fulldisclosure/2014/Aug/55 http://seclists.org/fulldisclosure/2014/Aug/75 http://seclists.org/fulldisclosure/2014/Aug/88 http://seclists.org/fulldisclosure/2014/Sep/1 http://seclists.org/fulldisclosure/2014/Sep/110 http://seclists.org/fulldisclosure/2014/Nov/12 [2] https://raw.githubusercontent.com/pedrib/PoC/master/ManageEngine/me_pmp_privesc.txt

Products Mentioned

Configuraton 0

Zohocorp>>Manageengine_password_manager_pro >> Version To (including) 7.1

Zohocorp>>Manageengine_password_manager_pro >> Version To (including) 7.1

Références

http://www.securityfocus.com/bid/71016
Tags : vdb-entry, x_refsource_BID
http://osvdb.org/show/osvdb/114483
Tags : vdb-entry, x_refsource_OSVDB
http://seclists.org/fulldisclosure/2014/Nov/18
Tags : mailing-list, x_refsource_FULLDISC
http://www.exploit-db.com/exploits/35210
Tags : exploit, x_refsource_EXPLOIT-DB