Related Weaknesses
CWE-ID |
Weakness Name |
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. |
|
Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
7.5 |
|
AV:N/AC:L/Au:N/C:P/I:P/A:P |
nvd@nist.gov |
EPSS
EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.
EPSS Score
The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.
EPSS Percentile
The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.
Exploit information
Exploit Database EDB-ID : 18042
Publication date : 2011-10-27 22h00 +00:00
Author : Chris Russell
EDB Verified : 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 *
References