Exploitation Summary
EIP tracks 2 public exploits for CVE-2001-0009. PoCs published by Michael Smith, Georgi Guninski.
AI-analyzed exploit summary This Perl script tests for a directory traversal vulnerability in Lotus Domino Server 5.0.6 and earlier by sending crafted HTTP requests with various encoded paths to access the 'notes.ini' file. It does not exploit the vulnerability but scans for its presence.
Description
Directory traversal vulnerability in Lotus Domino 5.0.5 web server allows remote attackers to read arbitrary files via a .. attack.
Exploits (2)
This Perl script tests for a directory traversal vulnerability in Lotus Domino Server 5.0.6 and earlier by sending crafted HTTP requests with various encoded paths to access the 'notes.ini' file. It does not exploit the vulnerability but scans for its presence.
This script exploits a directory traversal vulnerability in Lotus Domino Server 5.0.6 and earlier by crafting an HTTP request with '.nsf/../' to access arbitrary files on the server. It uses lynx to fetch and display the contents of the specified file.