Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Bugtraq: Re: Invision Community Blog Mod 1.2.4 .PHP SQL Injection Vulnerability

Re: Invision Community Blog Mod 1.2.4 .PHP SQL Injection Vulnerability

From: <emin_at_hasanov.com>
Date: 1 Dec 2006 06:10:49 -0000
('binary' encoding is not supported, stored as-is) Thanks for sharing!

Quick fix is to edit file forum/modules/blog/lib/entry_reply_entry.php

and change the following code (line 52 for me)
'where' => "entry_id = {$this->ipsclass->input['eid']}"
to
                                                   'where' => "entry_id = '".intval($this->ipsclass->input['eid'])."'"
Received on Dec 01 2006

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]
edgeos