Oracle Database Link Buffer Overflow

The Oracle database server contains a buffer-overflow condition.

ITPro Today

April 28, 2003

1 Min Read
ITPro Today logo in a gray background | ITPro Today

ReportedApril 30, 2003, by NGSSoftware



VERSIONSAFFECTED

OracleDatabase Link Buffer Overflow in Oracle9i Release 1 and 2; Oracle 8i,all releases; Oracle 8, all releases; and Oracle 7.3.x

DESCRIPTION

TheOracle database server contains a buffer-overflow condition. Toexploit the condition, a malicious user can provide a long parameterfor a connect string with the CREATE DATABASE LINK query.

DEMONSTRATION

Aquery must first be created:

CREATEDATABASE LINK ngss

CONNECTTO hr

IDENTIFIEDBY hr

USING'longstring'


Thenthe database must be selected, where the overflow is then triggeredupon selection:


select* from table@ngss


VENDORRESPONSE

Oraclehas released a patchto correct the problem.

CREDIT

Discoveredby NGSSoftware



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like