Files
CVEs-PoC/2014/CVE-2014-4330.md
T
2024-06-18 02:51:15 +02:00

20 lines
911 B
Markdown

### [CVE-2014-4330](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4330)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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
- http://packetstormsecurity.com/files/128422/Perl-5.20.1-Deep-Recursion-Stack-Overflow.html
- http://seclists.org/fulldisclosure/2014/Sep/84
- http://seclists.org/oss-sec/2014/q3/692
#### Github
No PoCs found on GitHub currently.