CVE-2011-5113 : Détail

CVE-2011-5113

SQL Injection
A03-Injection
0.07%V3
Network
2012-08-23
20h00 +00:00
2024-09-16
20h37 +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 frontend/models/techfoliodetail.php in Techfolio (com_techfolio) component 1.0 for Joomla! allows remote attackers to execute arbitrary SQL commands via the catid 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 7.5 AV:N/AC:L/Au:N/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 : 18042

Date de publication : 2011-10-27 22h00 +00:00
Auteur : Chris Russell
EDB Vérifié : Yes

################################################################### Techfolio 1.0 Component Joomla SQL Injection ################################################################### Release Date Bug. 27-Oct-2011 Date Added. 30-Sep-2011 Vendor Notification Date. Never Product. Techfolio Platform. Joomla Affected versions. 1.0 Type. Non-Commercial Attack Vector. Sql Injection Solution Status. unpublished CVE reference. Not yet assigned Download. techdeluge.com/joomla-component/com_techfolio.zip I. BACKGROUND This component is made for portfolio purpose. Its easy to integrate and easy to made custom design. category based structure. this is base component we are in process with upgrade version also. with new feature and new functionality which is easy to integrate. we will launch it within 10 days. II. DESCRIPTION discovered a vulnerability in Techfolio, joomla component, vulnerability is SQL injection The parameters affected are: catid III. ANALYSIS file: /com_techfolio/frontend/models/techfoliodetail.php [29] $catid = $_GET['catid']; [30] if($catid!=''){ [31] $data = "SELECT * FROM #__techfolio WHERE catid = ".$catid; [32] }else{ [33] $data = "SELECT * FROM #__techfolio"; [34] } [35] $db->setQuery( $data ); [36] $data = $db->loadObjectList(); [37] [38] return $data; query to the variable $catid is not filtered IV. EXPLOITATION parameter [catid]: //index.php?option=com_techfolio&view=techfoliodetail&catid=1[SQL] [SQL]=injection sql Discovered by. Chris Russell

Products Mentioned

Configuraton 0

Techdeluge>>Com_techfolio >> Version 1.0

    Joomla>>Joomla\! >> Version *

    Références

    http://www.exploit-db.com/exploits/18042
    Tags : exploit, x_refsource_EXPLOIT-DB