cve/2014/CVE-2014-4330.md
2024-05-26 14:27:05 +02:00

911 B

CVE-2014-4330

Description

The Dumper method in Data::Dumper before 2.154, as used in Perl 5.20.1 and earlier, allows context-dependent attackers to cause a denial of service (stack consumption and crash) via an Array-Reference with many nested Array-References, which triggers a large number of recursive calls to the DD_dump function.

POC

Reference

Github

No PoCs found on GitHub currently.