Brute Force Vulnerability in Ruby JSON Web Encryption Implementation by JWT
CVE-2025-54887
Key Information:
Badges
What is CVE-2025-54887?
The jwe library, which implements the JSON Web Encryption standard for Ruby, has a vulnerability in versions 1.1.0 and earlier that allows an attacker to brute force authentication tags of encrypted JSON Web Encryptions (JWEs). This vulnerability threatens the confidentiality of sensitive data contained in JWEs, enabling attackers to manipulate or craft arbitrary JWEs. Even users not employing the AES-GCM encryption algorithm are at risk due to potential exposure of the GCM internal GHASH key. It is essential for users to rotate their encryption keys following an upgrade to version 1.1.1, where this issue has been resolved.
Affected Version(s)
ruby-jwe < 1.1.1
Exploit Proof of Concept (PoC)
PoC code is written by security researchers to demonstrate the vulnerability can be exploited. PoC code is also a key component for weaponization which could lead to ransomware.