exploit-db-mirror/exploits/linux/dos/27581.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

9 lines
No EOL
544 B
Text

source: https://www.securityfocus.com/bid/17415/info
The Perl Imager module is susceptible to a denial-of-service vulnerability. This issue is due to a failure of the software to properly handle unexpected image data.
Malformed image files may cause a crash in applications that use the affected Perl module, resulting in a denial-of-service condition.
Sample Perl code sufficient to demonstrate this issue is available:
perl -MImager -e 'my $im = Imager->new(xsize => 100, ysize=>100, channels => 4); $im->write(data=>\$foo, type=>"jpeg")'