Cryptographic issues in jruby - CVE-2012-5370

 

Cryptographic issues in jruby - CVE-2012-5370

Published: November 28, 2012 / Updated: August 11, 2020


Vulnerability identifier: #VU43288
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2012-5370
CWE-ID: CWE-310
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: jruby
Affected software:
jruby

Detailed vulnerability description

The vulnerability allows a remote non-authenticated attacker to perform service disruption.

JRuby computes hash values without properly restricting the ability to trigger hash collisions predictably, which allows context-dependent attackers to cause a denial of service (CPU consumption) via crafted input to an application that maintains a hash table, as demonstrated by a universal multicollision attack against the MurmurHash2 algorithm, a different vulnerability than CVE-2011-4838.


How to mitigate CVE-2012-5370

Install update from vendor's website.

Sources