Perl Denial of Service Vulnerability (Windows)

Summary
The host is installed with Perl and is prone to denial of service vulnerability.
Impact
Successful exploitation will allow attackers to cause an affected application to crash, denying service to legitimate users. Impact Level: Application
Solution
Upgrade to Perl version 5.12 or later. For updates refer to http://www.perl.org/get.html
Insight
The flaw is due to an error in 'getpeername', 'readdir', 'closedir', 'getsockname', 'rewinddir', 'tell', or 'telldir' function calls. When given a wrong number of arguments, those functions will attempt to perform a comparison between an unallocated memory zone and a given register, resulting in a segmentation fault.
Affected
Perl versions 5.10 and 5.10.1 on Windows.
References