Lucene search
K

arcadem-sql.txt

🗓️ 28 Aug 2007 00:00:00Reported by SmOk3Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Arcadem 2.01 RFI/SQL Injection Vulnerabilit

Code
`Arcadem Remote File Inclusion Flaw / SQL Injection  
  
Software: Arcadem 2.01  
Vendor link: http://agaresmedia.com  
Attack: Remote File Inclusion / SQL Injection  
Original advisory:  
http://14house.blogspot.com/2007/08/arcadem-rfi-sql-injection-flaws.html  
  
Discovered by: David Sopas Ferreira a.k.a SmOk3 < smok3f00 at gmail.com >  
  
Google dork:"Powered by AMCMS3"  
  
Remote File Inclusion  
---------------------  
It is possible for a remote attacker to include a file from local or  
remote resources and/or execute arbitrary script code with the  
privileges of the webserver.  
  
Proof of Concept:  
  
index.php?loadpage=../../../../file  
index.php?loadpage=[evilscript]  
  
Solution:  
  
Edit the source code to ensure that input is properly validated. Where  
is possible, it is recommended to make a list of accepted filenames  
and restrict the input to that list.  
  
For PHP, the option allow_url_fopen would normally allow a programmer  
to open, include or otherwise use a remote file using a URL rather  
than a local file path. It is recommended to disable this option from  
php.ini.  
  
  
SQL Injection  
-------------  
An attacker may execute arbitrary SQL statements on the vulnerable  
system. This may compromise the integrity of your database and/or  
expose sensitive information.  
  
Proof of Concept:  
  
index.php?blockpage=%2E%2Findex%2Ephp  
%3Fblockpage%3D1%26cat%3D&cat=[SQL Injection]  
index.php?blockpage=%2E%2Findex%2Ephp  
%3Fblockpage%3D1%26cat%3D&cat='  
  
  
Solution:  
  
Your script should filter metacharacters from user input.  
  
  
Vendor was contacted by email and didn't not replied.  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation