CVE-2010-5083 : Detail

CVE-2010-5083

SQL Injection
A03-Injection
0.44%V4
Network
2012-02-14
19h00 +00:00
2017-08-28
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

SQL injection vulnerability in the Web_Links module for PHP-Nuke 8.0 allows remote attackers to execute arbitrary SQL commands via the url parameter in an Add action to modules.php.

CVE Informations

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

Publication date : 2010-08-08 22h00 +00:00
Author : ITSecTeam
EDB Verified : No

#Title: Php Nuke Blind Sql Injection 8.x.x #Vendor: http://www.php-nuke.org/ ####################################################################### #AUTHOR: ITSecTeam #Email: Bug@ITSecTeam.com #Website: http://www.itsecteam.com #Forum : http://forum.ITSecTeam.com #Advisory:www.ITSecTeam.com/en/vulnerabilities/vulnerability58.htm #Thanks: M3hr@n$,r3dm0v3,am!rkh@n,Platen,Erfan.Blackhat and Dosib #Discovered By Amin Shokohi(Pejvak) ###################################################################### Poc :modules\Web_Links\index.php line:223 function Add($title, $url, $auth_name, $cat, $description, $email) { global $prefix, $db, $user; $url = filter($url, "nohtml"); $result = $db->sql_query("SELECT url from ".$prefix."_links_links where url='$url'"); $numrows = $db->sql_numrows($result); if ($numrows>0) {...... ###################################################################### #Bug : http://site.com/modules.php?name=Web_Links&l_op=Add&url=sql Injection ######################################################################

Products Mentioned

Configuraton 0

Phpnuke>>Php-nuke >> Version 8.0

Phpnuke>>Web_links_module >> Version -

References

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