Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[NEWS] Oracle RDBMS Data packet DoS

Subject: [NEWS] Oracle RDBMS Data packet DoS
Date: 23 Oct 2007 16:53:53 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  Oracle RDBMS Data packet DoS
------------------------------------------------------------------------


SUMMARY

The Oracle RDBMS upon receiving an invalid TNS data packet will use 100% 
of the CPU's time introducing a Denial of Service condition.

DETAILS

Vulnerable Systems:
 * Oracle version 8.1.7.4
 * Oracle version 9
 * Oracle version 10g Release 2 and 1

Once a client connects to the database process and performs protocol 
negoation (TNS packet type 1) and data type represenations (packet type 2) 
it may then  send packets of type 6 - Data packets. If the server gets a 
packet with the 2nd bit of the Data flags is set then the server runs at 
100% CPU:

\x00\x1D  // Packet Size
\x00\x00  // Packet Checksum
\x06  // Packet Type [DATA]
\x00  // Flags
\x00\x00  // Header Checksum
\x00\x02  // Data flags
\x03\x3B  // TTI Version function
.
.

The snippet of a packet above sets the Data flags to 0 0002 on a version 
request. This DoS condition can be triggered prior to authentication. This 
can be exploited by an unauthenticated attacker.

Vendor Status:
Oracle was alerted to this flaw on the 23rd of June 2006. A patch has now 
been made available:
 
<http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpuoct2007.html>
 
http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpuoct2007.html


ADDITIONAL INFORMATION

The information has been provided by  <mailto:davidl@ngssoftware.com> 
David Litchfield.
The original article can be found at:
 
<http://www.ngssoftware.com/advisories/high-risk-vulnerability-in-oracle-rdbms/>
 http://www.ngssoftware.com/advisories/high-risk-vulnerability-in-oracle-rdbms/



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [NEWS] Oracle RDBMS Data packet DoS, SecuriTeam <=