[18331] in bugtraq

home help back first fref pref prev next nref lref last post

Re: Oracle WebDb engine brain-damagse

daemon@ATHENA.MIT.EDU (sporty o'one)
Fri Dec 22 18:51:18 2000

MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Message-ID:  <Pine.BSF.4.21.0012221047100.10116-100000@sporty.org>
Date:         Fri, 22 Dec 2000 10:50:15 +0000
Reply-To: "sporty o'one" <sporty@SPORTY.ORG>
From: "sporty o'one" <sporty@SPORTY.ORG>
X-To:         Michal Zalewski <lcamtuf@DIONE.IDS.PL>
To: BUGTRAQ@SECURITYFOCUS.COM
In-Reply-To:  <Pine.LNX.4.30.0012220207210.25893-100000@dione.ids.pl>

>On Wed, 20 Dec 2000, McAllister, Andrew wrote:
>
>> This is not to say that you can't issue some dangerous commands as you
>> suggest, just that you won't see any data as a result. Also, I believe
>> that only data manipulation commands will work in this context e.g.
>> delete, update, insert. I don't believe definition commands will work,
>> e.g. drop, create. Again I don't have WebDB, so I cannot verify.
>
>I believe you can do at least one of these possibilities:
>
>- SELECT <pattern> INTO <sth> FROM <table> to move sensitive data
>  from some private table to publicly available tables used eg. for
>  direct contents rendering,

Just to aggravate the scratch,

SELECT table_name FROM user_tables

>- call WebDB output procedures to produce output (you can use full
>  PL/SQL language syntax, including loops, declarations etc).

i think the plsql is dbms_output or something.  point being you can do
plsql with cursors and get what you want =)

home help back first fref pref prev next nref lref last post