CVE-2013-1667: High severity perl 5.30.0 vulnerability
A denial of service flaw was found in the way Perl's rehashing code implementation (responsible for recalculation of hash keys and redistribution of hash content) used to react on certain user's input. If a Perl language based application accepted untrusted user input as hash keys, an attacker could use this flaw to cause the perl executable to consume excessive amount of memory (a denial of service via memory exhaustion).
References: [1] http://www.nntp.perl.org/group/perl.perl5.porters/2013/03/msg199755.html
Other sources
The rehash mechanism in Perl 5.8.2 through 5.16.x allows context-dependent attackers to cause a denial of service (memory consumption and crash) via a crafted hash key.
— MITRE
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2013-1667?
CVE-2013-1667 is classified as a denial of service vulnerability.
How do I fix CVE-2013-1667?
To fix CVE-2013-1667, upgrade to a patched version of Perl that addresses this vulnerability.
Which versions of Perl are affected by CVE-2013-1667?
CVE-2013-1667 affects multiple versions of Perl, specifically from 5.8.2 to 5.16.2.
What type of attacks can be executed using CVE-2013-1667?
CVE-2013-1667 can be exploited to launch denial of service attacks against Perl applications that accept untrusted input.
Is user input a factor in CVE-2013-1667?
Yes, untrusted user input as hash keys is a crucial factor in the exploitation of CVE-2013-1667.