Bugzilla – Bug 794535
VUL-1: CVE-2012-5195: perl: memory corruption
Last modified: 2015-07-20 11:08:30 UTC
We have recently been notified about a MM issue with Perl. This was originally reported [1] to oss-sec by Tim Brown. [1] http://seclists.org/oss-sec/2012/q4/140
Looking some more into this I think it matches to the following debian report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689314
Note: This issue does not affect any SLE.
Oh well. We should fix this the next time we release a perl update.
It does not need any fixing (see comment #1). Maybe just openSUSE at some later point in time. And that's what VUL-1 means bascially. :)
Older versions of perl (like the ones used in SLES) didn't call memset.
reproducer perl -le 'print "v"x(2**31+1) ."=1"' openSUSE 13.1 and 13.2 are already fixed.