Python CGIHTTPServer Module Information Disclosure Vulnerability

Summary
This host is installed with Python and is prone to Information Disclosure vulnerability.
Impact
Successful exploitation could allow attackers to gain access to potentially sensitive information contained in arbitrary scripts by requesting cgi script without / in the beginnig of URL.
Solution
Apply the patch from below link, http://svn.python.org/view?view=revision&revision=71303 ***** NOTE: Ignore this warning if above mentioned patch is already applied. *****
Insight
The flaw is due to an error when handling 'is_cgi' method in 'CGIHTTPServer.py' in the 'CGIHTTPServer module', which allows an attcker to supply a specially crafted request without the leading '/' character to the CGIHTTPServer.
Affected
Python version 2.5, 2.6, and 3.0
References