10
CVSSv2

CVE-2009-1979

Published: 22/10/2009 Updated: 10/10/2018
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Unspecified vulnerability in the Network Authentication component in Oracle Database 10.1.0.5 and 10.2.0.4 allows remote malicious users to affect confidentiality, integrity, and availability via unknown vectors. NOTE: the previous information was obtained from the October 2009 CPU. Oracle has not commented on claims from an independent researcher that this is related to improper validation of the AUTH_SESSKEY parameter length that leads to arbitrary code execution.

Vulnerable Product Search on Vulmon Subscribe to Product

oracle database server 10.1.0.5

oracle database server 10.2.0.4

Exploits

## # $Id: tns_auth_sesskeyrb 11128 2010-11-24 19:43:49Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' clas ...
#include <winsock2h> #include <stdioh> #include <stringh> #include <windowsh> #include <asserth> #include <string> void s_send (SOCKET s, char *msg, DWORD size) { int sent; printf ("s_send: begin: %d bytes\n", size); sent=send (s, (char*)msg, size, 0); if (sent==SOCKET_ERROR) { printf ...