vendor:
Feed on Feeds
by:
EgiX
7.5
CVSS
HIGH
Remote Code Injection
94
CWE
Product Name: Feed on Feeds
Affected Version From: 0.5
Affected Version To: 0.5
Patch Exists: YES
Related CWE: N/A
CPE: a:feedonfeeds:feed_on_feeds
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
Feed on Feeds <= 0.5 Remote PHP Code Injection Exploit
The $key parameter passed to fof_multi_sort() function isn't properly sanitized before being used in a call to "create_function()" at line 1095 or 1099. This can be exploited to inject and execute arbitrary PHP code. Successful exploitation of this vulnerability requires authentication.
Mitigation:
Input validation should be used to prevent code injection attacks.