A commit to the upstream perl git repository [1] indicated that perl's Locale::Maketext was vulnerable to a flaw that could lead to arbitrary code execution of this function was executed on user-supplied input. Quoting the commit message:
Case 61251: This commit fixes a misparse of maketext strings that could lead to arbitrary code execution. Basically, maketext was compiling bracket notation into functions, but neglected to escape backslashes inside the content or die on fully-qualified method names when generating the code. This change escapes all such backslashes and dies when a method name with a colon or apostrophe is specified.
[1] http://perl5.git.perl.org/perl.git/commit/1735f6f53ca19f99c6e9e39496c486af323ba6a8
It was reported [1] that perl suffers from an assertion failure in certain regular expressions. This could cause crashes in certain programs, such as OCSInventory [2] and SpamAssassin [3].
[1] http://rt.perl.org/rt3/Public/Bug/Display.html?id=76538 [2] http://forums.ocsinventory-ng.org/viewtopic.php?id=7215 [3] https://listi.jpberlin.de/pipermail/postfixbuch-users/2011-February/055885.html