The OpenNET Project
 
Search (keywords):  SOFT ARTICLES TIPS & TRICKS SECURITY
LINKS NEWS MAN DOCUMENTATION


Instaboard 1.3 SQL Injection


<< Previous INDEX Search src Set bookmark Go to bookmark Next >>
Date: Mon, 14 Apr 2003 12:34:54 -0400
From: Jim Dew <[email protected]>
To: [email protected]
Subject: Instaboard 1.3 SQL Injection

Affected Product: NetPleasure's Instaboard 1.3
www.netpleasure.com/instaboard/

Venerability:  Multiple SQL Injection Vunerabilities.

http://server/instaboard/index.cfm?frmid=1%20AND%20u.userid%20IN%20(select%20userid%20from%20users)
http://server/instaboard/index.cfm?frmid=1&tpcid=1%20SQL
http://server/instaboard/index.cfm?frmid=1%20SQL&tpcid=1
http://server/instaboard/index.cfm?pr=replymsg&frmid=1&tpcid=1%20SQL&msgid=11
http://server/instaboard/index.cfm?pr=replymsg&frmid=1&tpcid=1&msgid=11%20SQL
http://server/instaboard/index.cfm?catid=1%20SQL

Notification:
  Messages were posted on the Instaboard demo forum, in the "Instaboard 1.3
Troubleshooting and Problems" area, on April 02 2003. As of yet, there has
been no reply publicly or privately from thei author. Author emailed at
[email protected] on Tue, 8 Apr 2003 16:06:19 -0400

Proposed Solution:
  If you have the licensed version of the product, protect the numerical
values within the CFQUERY tags:

for example:
  In queries/oraclen/qry_GetOriginalMessage.cfm
    change
  WHERE m.tpcid = #tpcid#
  AND m.userid = u.userid
  AND m.msgid = #msgid#

to

  WHERE m.tpcid = #VAL(tpcid)#
  AND m.userid = u.userid
  AND m.msgid = #VAL(msgid)#

-- 
"Most moms teach their daughters how to run a house, but you?  You teach
yours the fine art of mass destruction."
      - Nabs - Goodbye is not forever

perl -le '$_="6110>374086;2064208213:90<307;55";tr[0->][ LEOR!AUBGNSTY];print'

<< Previous INDEX Search src Set bookmark Go to bookmark Next >>



Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру